Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/net/ark/
H A Dark_udm.c83 uint32_t headroom, in ark_udm_configure() argument
89 udm->cfg.headroom = headroom / 4; in ark_udm_configure()
H A Dark_udm.h48 uint32_t headroom; member
142 uint32_t headroom,
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l35.txt90 - cirrus,classh-headroom
162 cirrus,classh-headroom-millivolt = <0x0B>;
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h68 void txgbe_set_pba(struct txgbe_hw *hw, int num_pb, u32 headroom,
H A Dtxgbe_type.h482 void (*setup_pba)(struct txgbe_hw *hw, int num_pb, u32 headroom,
H A Dtxgbe_hw.c2127 void txgbe_set_pba(struct txgbe_hw *hw, int num_pb, u32 headroom, in txgbe_set_pba() argument
2137 pbsize -= headroom; in txgbe_set_pba()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt16 headroom voltage for the output buffer.
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c478 ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen) in ieee80211_getmgtframe() argument
487 len = roundup2(headroom + pktlen, 4); in ieee80211_getmgtframe()
505 m->m_data += headroom; in ieee80211_getmgtframe()
H A Dieee80211_freebsd.h278 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
/f-stack/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()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c553 uint8_t *data, unsigned int headroom, unsigned int dlen, in hn_rxpkt() argument
594 dlen + headroom, shinfo); in hn_rxpkt()
595 m->data_off = headroom; in hn_rxpkt()
605 data + headroom, dlen); in hn_rxpkt()
/f-stack/dpdk/doc/guides/nics/
H A Daf_xdp.rst72 and DPDK (frame headroom = 320). With a 4K page size this works out at 3520.
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx512.c57 const __m512i headroom = _mm512_set1_epi64(RTE_PKTMBUF_HEADROOM); in ice_rxq_rearm() local
80 headroom); in ice_rxq_rearm()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c64 const __m512i headroom = _mm512_set1_epi64(RTE_PKTMBUF_HEADROOM); in iavf_rxq_rearm() local
88 headroom); in iavf_rxq_rearm()
/f-stack/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…
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2944 uint32_t headroom, tailroom; in prepare_iov_from_pkt_inplace() local
2947 headroom = rte_pktmbuf_headroom(pkt); in prepare_iov_from_pkt_inplace()
2949 if (likely((headroom >= 24) && in prepare_iov_from_pkt_inplace()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst176 specify the recommended headroom and tailroom for mbufs to be processed by
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c9062 uint64_t write_asize, write_psize, write_lsize, headroom; in l2arc_write_buffers() local
9106 headroom = target_sz * l2arc_headroom; in l2arc_write_buffers()
9108 headroom = (headroom * l2arc_headroom_boost) / 100; in l2arc_write_buffers()
9128 if (l2arc_headroom != 0 && passed_sz > headroom) { in l2arc_write_buffers()
10707 ZFS_MODULE_PARAM(zfs_l2arc, l2arc_, headroom, ULONG, ZMOD_RW,
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst387 for this lcore. Statistics from this part of code is considered as the headroom available for addit…