Home
last modified time | relevance | path

Searched refs:extra_tx_headroom (Results 1 – 10 of 10) 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/mt7925/
H A Dinit.c247 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7925_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/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c327 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_register_device()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5767 skb = dev_alloc_skb(hw->extra_tx_headroom + tailroom + m->m_pkthdr.len);
5776 __func__, hw->extra_tx_headroom, m->m_pkthdr.len, lsta, sta, ni);
5789 skb_reserve(skb, hw->extra_tx_headroom);
6921 ic->ic_headroom = hw->extra_tx_headroom;
8718 skb = dev_alloc_skb(hw->extra_tx_headroom + len + tailroom);
8722 skb_reserve(skb, hw->extra_tx_headroom);
8750 skb = dev_alloc_skb(hw->extra_tx_headroom + sizeof(*psp));
8754 skb_reserve(skb, hw->extra_tx_headroom);
8779 skb = dev_alloc_skb(hw->extra_tx_headroom + sizeof(*nullf));
8783 skb_reserve(skb, hw->extra_tx_headroom);
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c1097 hw->extra_tx_headroom = brcms_c_get_header_len(); in ieee_hw_init()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h484 int extra_tx_headroom, weight_multiplier; member
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c2365 hw->extra_tx_headroom = max_tx_headroom; in rtw_register_hw()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c6669 hw->extra_tx_headroom = tx_headroom; in rtw89_core_register_hw()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c14622 hw->extra_tx_headroom = ab->hw_params->iova_mask; in ath12k_mac_hw_register()