| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_skbuff.c | 193 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/dev/mediatek/mt76/ |
| H A D | mcu.c | 16 len = ops->headroom + len + ops->tailroom; in __mt76_mcu_msg_alloc() 23 skb_reserve(skb, ops->headroom); in __mt76_mcu_msg_alloc()
|
| H A D | mt76x02_usb_mcu.c | 283 .headroom = MT_CMD_HDR_LEN, in mt76x02u_init_mcu()
|
| H A D | mt76.h | 277 u32 headroom; member 1904 int max_len = 4096 - dev->mcu_ops->headroom; in mt76_mcu_send_firmware()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_tx.c | 158 unsigned int headroom = skb_headroom(skb); in ath12k_dp_tx_align_payload() local 166 if (headroom >= delta1) { in ath12k_dp_tx_align_payload()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | usb_sdio.c | 171 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 D | mcu.c | 1703 .headroom = sizeof(struct mt7615_mcu_txd), in mt7615_mcu_init()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | pci_mcu.c | 30 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7925e_mcu_init()
|
| H A D | usb.c | 54 .headroom = MT_SDIO_HDR_SIZE + in mt7925u_mcu_init()
|
| H A D | mac.c | 1449 unsigned int headroom = MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7925_usb_sdio_tx_complete_skb() local 1461 skb_pull(e->skb, headroom); in mt7925_usb_sdio_tx_complete_skb()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | pci_mcu.c | 44 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7921e_mcu_init()
|
| H A D | sdio_mcu.c | 77 .headroom = MT_SDIO_HDR_SIZE + in mt7921s_mcu_init()
|
| H A D | usb.c | 66 .headroom = MT_SDIO_HDR_SIZE + in mt7921u_mcu_init()
|
| H A D | mac.c | 830 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 D | cs35l35.txt | 90 - cirrus,classh-headroom 162 cirrus,classh-headroom-millivolt = <0x0B>;
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad5758.txt | 16 headroom voltage for the output buffer.
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_82598.c | 67 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 D | ixgbe_common.h | 157 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
|
| H A D | ixgbe_common.c | 4824 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom, in ixgbe_set_rxpba_generic() argument 4832 pbsize -= headroom; in ixgbe_set_rxpba_generic()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_freebsd.c | 484 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()
|
| H A D | ieee80211_freebsd.h | 288 struct mbuf *ieee80211_getmgtframe(uint8_t **frm, int headroom, int pktlen);
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | skbuff.h | 1095 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom() argument 1162 skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head() argument
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | mcu.c | 221 .headroom = sizeof(struct mt7603_mcu_txd), in mt7603_mcu_init()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 9952 uint64_t write_asize, write_psize, headroom; in l2arc_write_buffers() local 10014 headroom = target_sz * l2arc_headroom; in l2arc_write_buffers() 10016 headroom = (headroom * l2arc_headroom_boost) / 100; in l2arc_write_buffers() 10028 uint64_t sublist_headroom = headroom / num_sublists; in l2arc_write_buffers() 10034 if (consumed_headroom >= headroom) in l2arc_write_buffers() 11729 ZFS_MODULE_PARAM(zfs_l2arc, l2arc_, headroom, U64, ZMOD_RW,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 2451 .headroom = sizeof(struct mt76_connac2_mcu_txd), in mt7915_mcu_init()
|