Lines Matching refs:extra_tx_headroom
3238 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head()
3495 int hw_headroom = sdata->local->hw.extra_tx_headroom; in ieee80211_xmit_fast()
5074 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl()
5076 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl()
5103 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5105 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5130 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
5134 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
5178 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get()
5183 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
5223 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
5228 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
5499 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_tx_control_port()
5504 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr)); in ieee80211_tx_control_port()
5537 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len + in ieee80211_probe_mesh_link()
5543 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_mesh_link()