| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00dev.c | 478 skb_pull(entry->skb, rt2x00dev->extra_tx_headroom); in rt2x00lib_txdone() 1140 rt2x00dev->hw->extra_tx_headroom = in rt2x00lib_probe_hw() 1142 rt2x00dev->extra_tx_headroom); in rt2x00lib_probe_hw() 1148 rt2x00dev->hw->extra_tx_headroom += RT2X00_L2PAD_SIZE; in rt2x00lib_probe_hw() 1150 rt2x00dev->hw->extra_tx_headroom += RT2X00_ALIGN_SIZE; in rt2x00lib_probe_hw() 1449 rt2x00dev->extra_tx_headroom = rt2x00dev_extra_tx_headroom(rt2x00dev); in rt2x00lib_probe_dev()
|
| H A D | rt2x00mac.c | 34 skb = dev_alloc_skb(data_length + rt2x00dev->hw->extra_tx_headroom); in rt2x00mac_tx_rts_cts() 40 skb_reserve(skb, rt2x00dev->hw->extra_tx_headroom); in rt2x00mac_tx_rts_cts()
|
| H A D | rt2x00queue.c | 507 skb_push(entry->skb, rt2x00dev->extra_tx_headroom); in rt2x00queue_write_tx_data() 508 memset(entry->skb->data, 0, rt2x00dev->extra_tx_headroom); in rt2x00queue_write_tx_data() 561 rt2x00dev->extra_tx_headroom); in rt2x00queue_bar_check()
|
| /linux/include/net/ |
| H A D | mac802154.h | 77 int extra_tx_headroom; member
|
| /linux/net/mac80211/ |
| H A D | tx.c | 3393 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head() 3718 int hw_headroom = sdata->local->hw.extra_tx_headroom; in __ieee80211_xmit_fast() 5932 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl() 5934 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl() 5967 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl() 5969 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl() 5991 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get() 5995 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get() 6026 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get() 6048 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get() [all …]
|
| H A D | offchannel.c | 970 skb = dev_alloc_skb(local->hw.extra_tx_headroom + params->len); in ieee80211_mgmt_tx() 975 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgmt_tx()
|
| H A D | tdls.c | 924 local->hw.extra_tx_headroom + in ieee80211_tdls_build_mgmt_packet_data() 950 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_tdls_build_mgmt_packet_data()
|
| H A D | mlme.c | 2274 size = local->hw.extra_tx_headroom + in ieee80211_send_assoc() 2328 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_assoc() 2516 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30); in ieee80211_send_4addr_nullfunc() 2520 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_4addr_nullfunc() 8311 skb = dev_alloc_skb(local->hw.extra_tx_headroom + frame_len); in ieee80211_send_teardown_neg_ttlm() 8315 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_teardown_neg_ttlm() 10690 size = local->hw.extra_tx_headroom + sizeof(*mgmt); in ieee80211_build_ml_reconf_req() 10762 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_build_ml_reconf_req() 11166 skb = dev_alloc_skb(local->hw.extra_tx_headroom + frame_len); in ieee80211_mgd_set_epcs() 11170 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgd_set_epcs() [all...] |
| H A D | sta_info.c | 1912 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_send_null_response() 1916 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_null_response()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 290 ar->hw->extra_tx_headroom += sizeof(struct ar9170_stream); in carl9170_fw()
|
| H A D | main.c | 1830 hw->extra_tx_headroom = sizeof(struct _carl9170_tx_superframe); in carl9170_alloc()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 1038 dev->extra_tx_headroom += sizeof(struct lm87_tx_hdr); in p54u_probe() 1044 dev->extra_tx_headroom += sizeof(struct net2280_tx_hdr); in p54u_probe()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | main.c | 311 hw->extra_tx_headroom = WSM_TX_EXTRA_HEADROOM + in cw1200_init_common()
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | mac.c | 741 hw->extra_tx_headroom = sizeof(struct plfxlc_ctrlset) + 4; in plfxlc_mac_alloc_hw()
|
| /linux/net/mac802154/ |
| H A D | iface.c | 625 ndev->needed_headroom = local->hw.extra_tx_headroom + in ieee802154_if_add()
|
| /linux/drivers/net/ieee802154/ |
| H A D | cc2520.c | 835 priv->hw->extra_tx_headroom = 0; in cc2520_register()
|
| H A D | adf7242.c | 1212 hw->extra_tx_headroom = 0; in adf7242_probe()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_init.c | 760 hw->extra_tx_headroom = sizeof(struct tx_frame_hdr) + in ath9k_set_hw_capab()
|
| H A D | init.c | 972 hw->extra_tx_headroom = 4; in ath9k_set_hw_capab()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 1409 hw->extra_tx_headroom = sizeof(struct zd_ctrlset); in zd_mac_alloc_hw()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 1518 wl->hw->extra_tx_headroom = sizeof(struct tx_double_buffer_desc) in wl1251_init_ieee80211()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 1097 hw->extra_tx_headroom = brcms_c_get_header_len(); in ieee_hw_init()
|
| /linux/drivers/net/wireless/admtek/ |
| H A D | adm8211.c | 1881 dev->extra_tx_headroom = sizeof(struct adm8211_tx_hdr); in adm8211_probe()
|
| /linux/drivers/net/wireless/ath/ar5523/ |
| H A D | ar5523.c | 1712 hw->extra_tx_headroom = sizeof(struct ar5523_tx_desc) + in ar5523_probe()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mac80211.c | 2052 hw->extra_tx_headroom = RSI_NEEDED_HEADROOM; in rsi_mac80211_attach()
|