Lines Matching refs:extra_tx_headroom
3332 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head()
3657 int hw_headroom = sdata->local->hw.extra_tx_headroom; in __ieee80211_xmit_fast()
5630 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl()
5632 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl()
5659 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5661 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5684 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
5688 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
5719 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get()
5741 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
5788 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
5793 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
6127 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_tx_control_port()
6132 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr)); in ieee80211_tx_control_port()
6217 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len + in ieee80211_probe_mesh_link()
6223 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_mesh_link()