Lines Matching refs:extra_tx_headroom
3331 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head()
3596 int hw_headroom = sdata->local->hw.extra_tx_headroom; in ieee80211_xmit_fast()
5402 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl()
5404 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl()
5431 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5433 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5456 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
5460 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
5491 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get()
5513 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
5560 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
5565 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
5899 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_tx_control_port()
5904 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr)); in ieee80211_tx_control_port()
5990 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len + in ieee80211_probe_mesh_link()
5996 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_mesh_link()