| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_common.c | 22 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 D | ark_udm.c | 83 uint32_t headroom, in ark_udm_configure() argument 89 udm->cfg.headroom = headroom / 4; in ark_udm_configure()
|
| H A D | ark_udm.h | 48 uint32_t headroom; member 142 uint32_t headroom,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l35.txt | 90 - cirrus,classh-headroom 162 cirrus,classh-headroom-millivolt = <0x0B>;
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.h | 68 void txgbe_set_pba(struct txgbe_hw *hw, int num_pb, u32 headroom,
|
| H A D | txgbe_type.h | 482 void (*setup_pba)(struct txgbe_hw *hw, int num_pb, u32 headroom,
|
| H A D | txgbe_hw.c | 2127 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 D | ad5758.txt | 16 headroom voltage for the output buffer.
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.c | 478 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 D | ieee80211_freebsd.h | 278 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_82598.c | 37 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 D | ixgbe_common.h | 126 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
|
| H A D | ixgbe_common.c | 4701 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 D | hn_rxtx.c | 553 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 D | af_xdp.rst | 72 and DPDK (frame headroom = 320). With a 4K page size this works out at 3520.
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_rxtx_vec_avx512.c | 57 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 D | iavf_rxtx_vec_avx512.c | 64 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 D | mbuf_lib.rst | 85 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 D | cpt_ucode.h | 2944 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 D | release_18_08.rst | 176 specify the recommended headroom and tailroom for mbufs to be processed by
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 9062 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 D | l2_forward_job_stats.rst | 387 for this lcore. Statistics from this part of code is considered as the headroom available for addit…
|