| /linux/net/mac80211/ |
| H A D | s1g.c | 42 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len); in ieee80211_s1g_send_twt_setup() 46 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_s1g_send_twt_setup() 73 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_s1g_send_twt_teardown() 78 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_s1g_send_twt_teardown()
|
| H A D | spectmgmt.c | 404 local->hw.extra_tx_headroom); in ieee80211_send_refuse_measurement_request() 408 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_refuse_measurement_request()
|
| H A D | agg-tx.c | 73 local->hw.extra_tx_headroom); in ieee80211_send_addba_request() 77 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_request() 112 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom); in ieee80211_send_bar() 116 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_bar()
|
| H A D | tx.c | 3425 local->hw.extra_tx_headroom)) in ieee80211_amsdu_prepare_head() 3750 int hw_headroom = sdata->local->hw.extra_tx_headroom; in __ieee80211_xmit_fast() 6054 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_fils_discovery_tmpl() 6056 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_fils_discovery_tmpl() 6089 skb = dev_alloc_skb(sdata->local->hw.extra_tx_headroom + tmpl->len); in ieee80211_get_unsol_bcast_probe_resp_tmpl() 6091 skb_reserve(skb, sdata->local->hw.extra_tx_headroom); in ieee80211_get_unsol_bcast_probe_resp_tmpl() 6113 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get() 6117 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get() 6148 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get() 6170 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get() [all …]
|
| H A D | offchannel.c | 973 skb = dev_alloc_skb(local->hw.extra_tx_headroom + params->len); in ieee80211_mgmt_tx() 978 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgmt_tx()
|
| H A D | mlme.c | 1492 size = local->hw.extra_tx_headroom + in ieee80211_send_uhr_omp_req_dbe() 1503 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_uhr_omp_req_dbe() 2610 size = local->hw.extra_tx_headroom + in ieee80211_send_assoc() 2665 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_assoc() 2853 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30); in ieee80211_send_4addr_nullfunc() 2857 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_4addr_nullfunc() 8886 skb = dev_alloc_skb(local->hw.extra_tx_headroom + frame_len); in ieee80211_send_teardown_neg_ttlm() 8890 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_teardown_neg_ttlm() 11173 size = local->hw.extra_tx_headroom + sizeof(*mgmt); in ieee80211_build_ml_reconf_req() 11245 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_build_ml_reconf_req() [all …]
|
| H A D | tdls.c | 928 local->hw.extra_tx_headroom + in ieee80211_tdls_build_mgmt_packet_data() 954 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_tdls_build_mgmt_packet_data()
|
| H A D | util.c | 1168 skb = dev_alloc_skb(local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN + in ieee80211_send_auth() 1174 skb_reserve(skb, local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN); in ieee80211_send_auth() 1227 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_deauth_disassoc() 1232 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_deauth_disassoc()
|
| H A D | rx.c | 3206 rx->local->hw.extra_tx_headroom, in __ieee80211_rx_h_amsdu() 3458 skb = dev_alloc_skb(sizeof(*resp) + local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req() 3462 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req() 4108 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0, in ieee80211_rx_h_action_return()
|
| /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/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | usb_sdio.c | 320 hw->extra_tx_headroom += MT_USB_TXD_SIZE; in mt7663_usb_sdio_register_device() 322 hw->extra_tx_headroom += MT_USB_HDR_SIZE; in mt7663_usb_sdio_register_device()
|
| /linux/include/net/ |
| H A D | mac802154.h | 77 int extra_tx_headroom; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | init.c | 290 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7925_register_device()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 290 ar->hw->extra_tx_headroom += sizeof(struct ar9170_stream); in carl9170_fw()
|
| /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/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | main.c | 580 hw->extra_tx_headroom = sizeof(struct txpd); in lbtf_add_card()
|
| /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/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()
|