Searched refs:extra_tx_headroom (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dspectmgmt.c33 skb = dev_alloc_skb(sizeof(*msr_report) + local->hw.extra_tx_headroom +
42 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dht.c163 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom);
171 skb_reserve(skb, local->hw.extra_tx_headroom);
231 skb = dev_alloc_skb(27 + local->hw.extra_tx_headroom);
235 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dagg-tx.c69 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom);
76 skb_reserve(skb, local->hw.extra_tx_headroom);
116 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom);
122 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dagg-rx.c132 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom);
140 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dmesh_hwmp.c114 struct sk_buff *skb = dev_alloc_skb(local->hw.extra_tx_headroom + 400);
121 skb_reserve(skb, local->hw.extra_tx_headroom);
208 struct sk_buff *skb = dev_alloc_skb(local->hw.extra_tx_headroom + 400);
215 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dmesh_plink.c163 struct sk_buff *skb = dev_alloc_skb(local->hw.extra_tx_headroom + 400);
172 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dtx.c2234 skb_reserve(skb, local->hw.extra_tx_headroom);
2304 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll));
2310 skb_reserve(skb, local->hw.extra_tx_headroom);
2344 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*nullfunc));
2350 skb_reserve(skb, local->hw.extra_tx_headroom);
2382 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) +
2390 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dibss.c94 skb_reserve(skb, sdata->local->hw.extra_tx_headroom);
874 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom +
H A Dwork.c237 skb = alloc_skb(local->hw.extra_tx_headroom +
252 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dmain.c609 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom,
H A Dmlme.c234 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt));
240 skb_reserve(skb, local->hw.extra_tx_headroom);
317 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30);
323 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Drx.c1632 rx->local->hw.extra_tx_headroom);
1892 skb = dev_alloc_skb(sizeof(*resp) + local->hw.extra_tx_headroom);
1896 skb_reserve(skb, local->hw.extra_tx_headroom);
2059 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0,
H A Dutil.c873 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
880 skb_reserve(skb, local->hw.extra_tx_headroom);
H A Dcfg.c1580 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len);
1583 skb_reserve(skb, local->hw.extra_tx_headroom);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00dev.c274 skb_pull(entry->skb, rt2x00dev->ops->extra_tx_headroom);
796 rt2x00dev->hw->extra_tx_headroom =
798 rt2x00dev->ops->extra_tx_headroom);
804 rt2x00dev->hw->extra_tx_headroom += RT2X00_L2PAD_SIZE;
806 rt2x00dev->hw->extra_tx_headroom += RT2X00_ALIGN_SIZE;
H A Drt2x00mac.c47 skb = dev_alloc_skb(data_length + rt2x00dev->hw->extra_tx_headroom);
53 skb_reserve(skb, rt2x00dev->hw->extra_tx_headroom);
H A Drt2x00queue.c417 skb_push(entry->skb, rt2x00dev->ops->extra_tx_headroom);
418 memset(entry->skb->data, 0, rt2x00dev->ops->extra_tx_headroom);
H A Drt2x00.h619 const unsigned int extra_tx_headroom; member in struct:rt2x00_ops
H A Drt2800pci.c1075 .extra_tx_headroom = TXWI_DESC_SIZE,
H A Drt2800usb.c609 .extra_tx_headroom = TXINFO_DESC_SIZE + TXWI_DESC_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54usb.c956 dev->extra_tx_headroom += sizeof(struct lm87_tx_hdr);
962 dev->extra_tx_headroom += sizeof(struct net2280_tx_hdr);
H A Dmain.c592 dev->extra_tx_headroom = sizeof(struct p54_hdr) + 4 +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c638 hw->extra_tx_headroom = sizeof(struct txpd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dmac80211.h1095 * @extra_tx_headroom: headroom to reserve in each transmit skb
1128 unsigned int extra_tx_headroom; member in struct:ieee80211_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1136 hw->extra_tx_headroom = sizeof(struct zd_ctrlset);

Completed in 157 milliseconds

12