Home
last modified time | relevance | path

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

123

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c193 unsigned int headroom; in linuxkpi_skb_copy() local
202 headroom = skb_headroom(skb); in linuxkpi_skb_copy()
204 skb_reserve(new, headroom); /* data and tail move headroom forward. */ in linuxkpi_skb_copy()
208 memcpy(new->head, skb->data - headroom, headroom + skb->len); in linuxkpi_skb_copy()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l35.txt89 Section 7.30 Class H Headroom Control
90 - cirrus,classh-headroom
162 cirrus,classh-headroom-millivolt = <0x0B>;
/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_beacon.c33 /* USB devices already reserve enough skb headroom for txwi's. This in mt76x02_write_beacon()
H A Dmt76x02_usb_mcu.c283 .headroom = MT_CMD_HDR_LEN, in mt76x02u_init_mcu()
/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 Dusb_mcu.c68 .headroom = MT_USB_HDR_SIZE + sizeof(struct mt7615_mcu_txd), in mt7663u_mcu_init()
H A Dsdio_mcu.c136 .headroom = sizeof(struct mt7615_mcu_txd), in mt7663s_mcu_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dpci_mcu.c30 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7925e_mcu_init()
H A Dusb.c51 .headroom = MT_SDIO_HDR_SIZE + in mt7925u_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.c63 .headroom = MT_SDIO_HDR_SIZE + in mt7921u_mcu_init()
H A Dmac.c828 unsigned int headroom = MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_usb_sdio_tx_complete_skb() local
840 skb_pull(e->skb, headroom); in mt7921_usb_sdio_tx_complete_skb()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h303 /* Add headroom; cannot do once there is data in there. */
322 * Remove headroom; return new data pointer; basically make space at the
383 KASSERT((skb->data - skb->head) >= 0, ("%s: skb %p headroom < 0, " in skb_headroom()
1090 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom() argument
1157 skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head() argument
/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);
1391 * @headroom: reserve n KB of headroom
1395 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1399 UNREFERENCED_1PARAMETER(headroom); in ixgbe_set_rxpba_82598()
H A Dixgbe_common.h157 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h49 u32 headroom_per_tc /* headroom size per TC, in bytes */;
H A Decore_init_fw_funcs.c146 /* Headroom per-port */
329 * headroom.
330 * b. B = B - 38 (remainder after global headroom allocation).
352 /* Subtract headroom blocks */ in ecore_btb_blocks_rt_init()
/freebsd/contrib/ntp/html/
H A Dorphan.html19 … might occur with configured Internet time servers. However, sufficient headroom should remain so …
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c484 ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen) in ieee80211_getmgtframe() argument
493 len = roundup2(headroom + pktlen, 4); in ieee80211_getmgtframe()
511 m->m_data += headroom; in ieee80211_getmgtframe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c221 .headroom = sizeof(struct mt7603_mcu_txd), in mt7603_mcu_init()
/freebsd/tests/sys/sound/
H A Dpcm_read_write.c115 * headroom for calculations, 32bit sample values are restricted to in local_calc_limit()

123