Home
last modified time | relevance | path

Searched refs:max_descs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c407 unsigned int max_descs = EFX_TSO_MAX_SEGS * 2 + MAX_SKB_FRAGS; in efx_siena_tx_max_skb_descs() local
411 max_descs += EFX_TSO_MAX_SEGS; in efx_siena_tx_max_skb_descs()
415 max_descs += max_t(unsigned int, MAX_SKB_FRAGS, in efx_siena_tx_max_skb_descs()
418 return max_descs; in efx_siena_tx_max_skb_descs()
/linux/drivers/net/ethernet/sfc/
H A Dtx_common.c447 unsigned int max_descs = EFX_TSO_MAX_SEGS * 2 + MAX_SKB_FRAGS; in efx_tx_max_skb_descs() local
451 max_descs += EFX_TSO_MAX_SEGS; in efx_tx_max_skb_descs()
455 max_descs += max_t(unsigned int, MAX_SKB_FRAGS, in efx_tx_max_skb_descs()
459 return max_descs; in efx_tx_max_skb_descs()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dtx.c82 unsigned int max_descs = EF4_TSO_MAX_SEGS * 2 + MAX_SKB_FRAGS; in ef4_tx_max_skb_descs() local
88 max_descs += EF4_TSO_MAX_SEGS; in ef4_tx_max_skb_descs()
92 max_descs += max_t(unsigned int, MAX_SKB_FRAGS, in ef4_tx_max_skb_descs()
96 return max_descs; in ef4_tx_max_skb_descs()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c2443 u32 max_descs = XSK_RING_PROD__DEFAULT_NUM_DESCS * 4; in testapp_hw_sw_max_ring_size() local
2450 test->ifobj_rx->umem->num_frames = max_descs; in testapp_hw_sw_max_ring_size()
2451 test->ifobj_rx->umem->fill_size = max_descs; in testapp_hw_sw_max_ring_size()
2452 test->ifobj_rx->umem->comp_size = max_descs; in testapp_hw_sw_max_ring_size()
2465 if (pkt_stream_replace(test, max_descs, MIN_PKT_SIZE)) { in testapp_hw_sw_max_ring_size()