Home
last modified time | relevance | path

Searched refs:extra_tx_headroom (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb_sdio.c319 hw->extra_tx_headroom += MT_USB_TXD_SIZE; in mt7663_usb_sdio_register_device()
321 hw->extra_tx_headroom += MT_USB_HDR_SIZE; in mt7663_usb_sdio_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c237 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c151 hw->extra_tx_headroom = 2; in mt76x02_init_device()
154 hw->extra_tx_headroom += sizeof(struct mt76x02_txwi) + in mt76x02_init_device()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3764 skb = dev_alloc_skb(hw->extra_tx_headroom + m->m_pkthdr.len); in lkpi_80211_txq_tx_one()
3771 skb_reserve(skb, hw->extra_tx_headroom); in lkpi_80211_txq_tx_one()
4552 ic->ic_headroom = hw->extra_tx_headroom; in linuxkpi_ieee80211_ifattach()
5708 skb = dev_alloc_skb(hw->extra_tx_headroom + len + tailroom); in linuxkpi_ieee80211_probereq_get()
5712 skb_reserve(skb, hw->extra_tx_headroom); in linuxkpi_ieee80211_probereq_get()
5740 skb = dev_alloc_skb(hw->extra_tx_headroom + sizeof(*psp)); in linuxkpi_ieee80211_pspoll_get()
5744 skb_reserve(skb, hw->extra_tx_headroom); in linuxkpi_ieee80211_pspoll_get()
5771 skb = dev_alloc_skb(hw->extra_tx_headroom + sizeof(*nullf)); in linuxkpi_ieee80211_nullfunc_get()
5775 skb_reserve(skb, hw->extra_tx_headroom); in linuxkpi_ieee80211_nullfunc_get()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h457 int extra_tx_headroom, weight_multiplier; member
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c2239 hw->extra_tx_headroom = max_tx_headroom; in rtw_register_hw()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c3847 hw->extra_tx_headroom = tx_headroom; in rtw89_core_register_hw()