Searched refs:extra_tx_headroom (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | usb_sdio.c | 319 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 D | init.c | 247 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7925_register_device()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_util.c | 151 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 D | init.c | 327 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_register_device()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 5767 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 D | mac80211_if.c | 1097 hw->extra_tx_headroom = brcms_c_get_header_len(); in ieee_hw_init()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 484 int extra_tx_headroom, weight_multiplier; member
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | main.c | 2365 hw->extra_tx_headroom = max_tx_headroom; in rtw_register_hw()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.c | 6669 hw->extra_tx_headroom = tx_headroom; in rtw89_core_register_hw()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 14622 hw->extra_tx_headroom = ab->hw_params->iova_mask; in ath12k_mac_hw_register()
|