Home
last modified time | relevance | path

Searched refs:headroom (Results 1 – 20 of 20) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_udm.c88 uint32_t headroom, in ark_udm_configure() argument
94 udm->cfg.headroom = headroom / 4; in ark_udm_configure()
H A Dark_udm.h50 uint32_t headroom; member
144 uint32_t headroom,
H A Dark_ethdev_rx.c45 uint32_t headroom; member
172 queue->headroom = RTE_PKTMBUF_HEADROOM; in eth_ark_dev_rx_queue_setup()
/dpdk/app/test-crypto-perf/
H A Dcperf_test_common.c22 uint16_t headroom, uint16_t data_len) in fill_single_seg_mbuf() argument
36 m->data_off = headroom; in fill_single_seg_mbuf()
49 uint16_t headroom, uint16_t data_len, uint16_t segments_nb) in fill_multi_seg_mbuf() argument
67 m->data_off = headroom; in fill_multi_seg_mbuf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h69 void txgbe_set_pba(struct txgbe_hw *hw, int num_pb, u32 headroom,
H A Dtxgbe_type.h553 void (*setup_pba)(struct txgbe_hw *hw, int num_pb, u32 headroom,
H A Dtxgbe_hw.c2007 void txgbe_set_pba(struct txgbe_hw *hw, int num_pb, u32 headroom, in txgbe_set_pba() argument
2017 pbsize -= headroom; in txgbe_set_pba()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c37 u32 headroom, int strategy);
1365 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1369 UNREFERENCED_1PARAMETER(headroom); in ixgbe_set_rxpba_82598()
H A Dixgbe_common.h126 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
H A Dixgbe_common.c4701 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom, in ixgbe_set_rxpba_generic() argument
4709 pbsize -= headroom; in ixgbe_set_rxpba_generic()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c551 uint8_t *data, unsigned int headroom, unsigned int dlen, in hn_rxpkt() argument
592 dlen + headroom, shinfo); in hn_rxpkt()
593 m->data_off = headroom; in hn_rxpkt()
603 data + headroom, dlen); in hn_rxpkt()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_avx512.c77 const __m512i headroom = _mm512_set1_epi64(RTE_PKTMBUF_HEADROOM); in i40e_rxq_rearm() local
102 headroom); in i40e_rxq_rearm()
/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx512.c61 const __m512i headroom = _mm512_set1_epi64(RTE_PKTMBUF_HEADROOM); in ice_rxq_rearm() local
84 headroom); in ice_rxq_rearm()
/dpdk/doc/guides/nics/
H A Daf_xdp.rst87 and DPDK (frame headroom = 320). With a 4K page size this works out at 3520.
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h2064 uint32_t headroom; in prepare_iov_from_pkt_inplace() local
2067 headroom = rte_pktmbuf_headroom(pkt); in prepare_iov_from_pkt_inplace()
2068 if (likely(headroom >= 24)) in prepare_iov_from_pkt_inplace()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c83 const __m512i headroom = _mm512_set1_epi64(RTE_PKTMBUF_HEADROOM); in iavf_rxq_rearm() local
107 headroom); in iavf_rxq_rearm()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst129 specify the recommended headroom and tailroom for mbufs to be processed by
/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst85 The offset to data is initialized to have some bytes of headroom in the buffer (RTE_PKTMBUF_HEADROO…
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3031 uint32_t headroom, tailroom; in prepare_iov_from_pkt_inplace() local
3034 headroom = rte_pktmbuf_headroom(pkt); in prepare_iov_from_pkt_inplace()
3036 if (likely((headroom >= 24) && in prepare_iov_from_pkt_inplace()
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst274 for this lcore. Statistics from this part of code is considered as the headroom available for addit…