Lines Matching refs:extra_tx_headroom
3352 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head()
3677 int hw_headroom = sdata->local->hw.extra_tx_headroom; in __ieee80211_xmit_fast()
5672 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl()
5674 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl()
5701 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5703 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl()
5726 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
5730 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
5761 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get()
5783 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
5830 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
5835 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
6172 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_tx_control_port()
6177 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr)); in ieee80211_tx_control_port()
6257 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len + in ieee80211_probe_mesh_link()
6263 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_mesh_link()