Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c177 unsigned int headroom; in linuxkpi_skb_copy() local
186 headroom = skb_headroom(skb); in linuxkpi_skb_copy()
188 skb_reserve(new, headroom); /* data and tail move headroom forward. */ in linuxkpi_skb_copy()
192 memcpy(new->head, skb->data - headroom, headroom + skb->len); in linuxkpi_skb_copy()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmcu.c16 len = ops->headroom + len + ops->tailroom; in __mt76_mcu_msg_alloc()
23 skb_reserve(skb, ops->headroom); in __mt76_mcu_msg_alloc()
H A Dmt76x02_usb_mcu.c283 .headroom = MT_CMD_HDR_LEN, in mt76x02u_init_mcu()
H A Dmt76.h217 u32 headroom; member
1526 int max_len = 4096 - dev->mcu_ops->headroom; in mt76_mcu_send_firmware()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb_sdio.c171 unsigned int headroom = MT_USB_TXD_SIZE; in mt7663_usb_sdio_tx_complete_skb() local
174 headroom += MT_USB_HDR_SIZE; in mt7663_usb_sdio_tx_complete_skb()
175 skb_pull(e->skb, headroom); in mt7663_usb_sdio_tx_complete_skb()
H A Dmcu.c1693 .headroom = sizeof(struct mt7615_mcu_txd), in mt7615_mcu_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mcu.c44 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7921e_mcu_init()
H A Dsdio_mcu.c77 .headroom = MT_SDIO_HDR_SIZE + in mt7921s_mcu_init()
H A Dusb.c60 .headroom = MT_SDIO_HDR_SIZE + in mt7921u_mcu_init()
H A Dmac.c830 unsigned int headroom = MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_usb_sdio_tx_complete_skb() local
842 skb_pull(e->skb, headroom); in mt7921_usb_sdio_tx_complete_skb()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l35.txt90 - cirrus,classh-headroom
162 cirrus,classh-headroom-millivolt = <0x0B>;
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt16 headroom voltage for the output buffer.
H A Dadi,ad5758.yaml29 requirements plus an optimized headroom voltage for the output buffer.
/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c67 u32 headroom, int strategy);
1395 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1399 UNREFERENCED_1PARAMETER(headroom); in ixgbe_set_rxpba_82598()
H A Dixgbe_common.h156 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
H A Dixgbe_common.c4755 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom, in ixgbe_set_rxpba_generic() argument
4763 pbsize -= headroom; in ixgbe_set_rxpba_generic()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c482 ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen) in ieee80211_getmgtframe() argument
491 len = roundup2(headroom + pktlen, 4); in ieee80211_getmgtframe()
509 m->m_data += headroom; in ieee80211_getmgtframe()
H A Dieee80211_freebsd.h276 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h1020 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom() argument
1085 skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head() argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c221 .headroom = sizeof(struct mt7603_mcu_txd), in mt7603_mcu_init()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c9044 uint64_t write_asize, write_psize, headroom; in l2arc_write_buffers() local
9074 headroom = target_sz * l2arc_headroom; in l2arc_write_buffers()
9076 headroom = (headroom * l2arc_headroom_boost) / 100; in l2arc_write_buffers()
9105 if (l2arc_headroom != 0 && passed_sz > headroom) { in l2arc_write_buffers()
10689 ZFS_MODULE_PARAM(zfs_l2arc, l2arc_, headroom, U64, ZMOD_RW,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2606 .headroom = sizeof(struct mt76_connac2_mcu_txd), /* reuse */ in mt7996_mcu_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2365 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7915_mcu_init()
/freebsd/share/dict/
H A Dweb283070 headroom
/freebsd/contrib/ntp/
H A DCommitLog137779 sntp --headroom option (default 10ms) spaces queries.