Home
last modified time | relevance | path

Searched refs:get_buf_size (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh53 get_buf_size() function
98 local current=$(get_buf_size $idx)
179 local buf0size=$(get_buf_size 0)
180 local buf1size=$(get_buf_size 1)
181 local buf2size=$(get_buf_size 2)
182 local buf3size=$(get_buf_size 3)
205 local buf1size=$(get_buf_size 1)
317 local buf0size=$(get_buf_size 0)
326 local buf0size_2=$(get_buf_size 0)
336 local buf0size_3=$(get_buf_size 0)
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c454 static inline int get_buf_size(const struct adapter *adapter, in get_buf_size() function
480 get_buf_size(adapter, sdesc), in free_rx_bufs()
509 get_buf_size(adapter, sdesc), in unmap_rx_buf()
1808 bufsz = get_buf_size(adapter, sdesc); in process_responses()