Lines Matching refs:extra_tx_headroom
3239 local->hw.extra_tx_headroom))
3496 int hw_headroom = sdata->local->hw.extra_tx_headroom;
5076 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len);
5078 skb_reserve(skb, sdata->local->hw.extra_tx_headroom);
5105 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len);
5107 skb_reserve(skb, sdata->local->hw.extra_tx_headroom);
5132 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll));
5136 skb_reserve(skb, local->hw.extra_tx_headroom);
5180 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
5185 skb_reserve(skb, local->hw.extra_tx_headroom);
5225 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) +
5230 skb_reserve(skb, local->hw.extra_tx_headroom);
5501 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
5506 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr));
5539 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len +
5545 skb_reserve(skb, local->hw.extra_tx_headroom);