Home
last modified time | relevance | path

Searched refs:extra_tx_headroom (Results 1 – 42 of 42) sorted by relevance

/linux-4.1.27/net/mac80211/
Dht.c367 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_delba()
371 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_delba()
433 skb = dev_alloc_skb(27 + local->hw.extra_tx_headroom); in ieee80211_send_smps_action()
437 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_smps_action()
Dspectmgmt.c194 skb = dev_alloc_skb(sizeof(*msr_report) + local->hw.extra_tx_headroom + in ieee80211_send_refuse_measurement_request()
199 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_refuse_measurement_request()
Dagg-tx.c72 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_addba_request()
77 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_request()
121 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom); in ieee80211_send_bar()
125 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_bar()
Dmesh_ps.c28 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size + 2); in mps_qos_null_get()
31 skb_reserve(skb, local->hw.extra_tx_headroom); in mps_qos_null_get()
Dagg-rx.c194 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_addba_resp()
198 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_resp()
Ddebugfs_netdev.c306 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 24 + 100); in ieee80211_if_parse_tkip_mic_test()
309 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_if_parse_tkip_mic_test()
Dtx.c3065 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
3069 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
3103 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*nullfunc)); in ieee80211_nullfunc_get()
3107 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
3136 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
3141 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
Dutil.c1278 skb = dev_alloc_skb(local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN + in ieee80211_send_auth()
1283 skb_reserve(skb, local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN); in ieee80211_send_auth()
1328 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_deauth_disassoc()
1333 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_deauth_disassoc()
Drx.c2202 rx->local->hw.extra_tx_headroom, true); in ieee80211_rx_h_amsdu()
2529 skb = dev_alloc_skb(sizeof(*resp) + local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req()
2533 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req()
2958 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0, in ieee80211_rx_h_action_return()
Dtdls.c801 local->hw.extra_tx_headroom + in ieee80211_tdls_build_mgmt_packet_data()
820 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_tdls_build_mgmt_packet_data()
Dcfg.c3346 skb = dev_alloc_skb(local->hw.extra_tx_headroom + params->len); in ieee80211_mgmt_tx()
3351 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgmt_tx()
3515 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_probe_client()
3523 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_client()
Dsta_info.c1250 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_send_null_response()
1254 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_null_response()
Dmlme.c653 skb = alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_assoc()
667 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_assoc()
951 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30); in ieee80211_send_4addr_nullfunc()
955 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_4addr_nullfunc()
Dmain.c1029 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00dev.c339 skb_pull(entry->skb, rt2x00dev->extra_tx_headroom); in rt2x00lib_txdone()
1052 rt2x00dev->hw->extra_tx_headroom = in rt2x00lib_probe_hw()
1054 rt2x00dev->extra_tx_headroom); in rt2x00lib_probe_hw()
1060 rt2x00dev->hw->extra_tx_headroom += RT2X00_L2PAD_SIZE; in rt2x00lib_probe_hw()
1062 rt2x00dev->hw->extra_tx_headroom += RT2X00_ALIGN_SIZE; in rt2x00lib_probe_hw()
1354 rt2x00dev->extra_tx_headroom = rt2x00dev_extra_tx_headroom(rt2x00dev); in rt2x00lib_probe_dev()
Drt2x00mac.c45 skb = dev_alloc_skb(data_length + rt2x00dev->hw->extra_tx_headroom); in rt2x00mac_tx_rts_cts()
51 skb_reserve(skb, rt2x00dev->hw->extra_tx_headroom); in rt2x00mac_tx_rts_cts()
Drt2x00queue.c517 skb_push(entry->skb, rt2x00dev->extra_tx_headroom); in rt2x00queue_write_tx_data()
518 memset(entry->skb->data, 0, rt2x00dev->extra_tx_headroom); in rt2x00queue_write_tx_data()
571 rt2x00dev->extra_tx_headroom); in rt2x00queue_bar_check()
Drt2x00.h1001 unsigned int extra_tx_headroom; member
/linux-4.1.27/include/net/
Dmac802154.h68 int extra_tx_headroom; member
Dmac80211.h1970 unsigned int extra_tx_headroom; member
/linux-4.1.27/net/mac802154/
Dtx.c92 if (skb_cow_head(skb, local->hw.extra_tx_headroom)) in ieee802154_tx()
Diface.c539 ndev->needed_headroom = local->hw.extra_tx_headroom; in ieee802154_if_add()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dbase.c425 hw->extra_tx_headroom = RTL_TX_HEADER_SIZE; in _rtl_init_mac80211()
1782 skb = dev_alloc_skb(27 + hw->extra_tx_headroom); in rtl_make_smps_action()
1786 skb_reserve(skb, hw->extra_tx_headroom); in rtl_make_smps_action()
1913 skb = dev_alloc_skb(34 + hw->extra_tx_headroom); in rtl_make_del_ba()
1917 skb_reserve(skb, hw->extra_tx_headroom); in rtl_make_del_ba()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dfw.c303 ar->hw->extra_tx_headroom += sizeof(struct ar9170_stream); in carl9170_fw()
Dmain.c1866 hw->extra_tx_headroom = sizeof(struct _carl9170_tx_superframe); in carl9170_alloc()
/linux-4.1.27/drivers/net/wireless/p54/
Dp54usb.c1044 dev->extra_tx_headroom += sizeof(struct lm87_tx_hdr); in p54u_probe()
1050 dev->extra_tx_headroom += sizeof(struct net2280_tx_hdr); in p54u_probe()
Dmain.c781 dev->extra_tx_headroom = sizeof(struct p54_hdr) + 4 + in p54_init_common()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dmain.c309 hw->extra_tx_headroom = WSM_TX_EXTRA_HEADROOM + in cw1200_init_common()
/linux-4.1.27/drivers/net/wireless/libertas_tf/
Dmain.c641 hw->extra_tx_headroom = sizeof(struct txpd); in lbtf_add_card()
/linux-4.1.27/drivers/net/ieee802154/
Dcc2520.c651 priv->hw->extra_tx_headroom = 0; in cc2520_register()
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1071 hw->extra_tx_headroom = RSI_NEEDED_HEADROOM; in rsi_mac80211_attach()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c758 hw->extra_tx_headroom = sizeof(struct tx_frame_hdr) + in ath9k_set_hw_capab()
Dinit.c884 hw->extra_tx_headroom = 4; in ath9k_set_hw_capab()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.c1413 hw->extra_tx_headroom = sizeof(struct zd_ctrlset); in zd_mac_alloc_hw()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dmain.c1478 wl->hw->extra_tx_headroom = sizeof(struct tx_double_buffer_desc) in wl1251_init_ieee80211()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c1071 hw->extra_tx_headroom = brcms_c_get_header_len(); in ieee_hw_init()
/linux-4.1.27/drivers/net/wireless/
Dadm8211.c1864 dev->extra_tx_headroom = sizeof(struct adm8211_tx_hdr); in adm8211_probe()
Dmwl8k.c6071 hw->extra_tx_headroom = in mwl8k_firmware_load_success()
6074 hw->extra_tx_headroom -= priv->ap_fw ? REDUCED_TX_HEADROOM : 0; in mwl8k_firmware_load_success()
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
Dar5523.c1689 hw->extra_tx_headroom = sizeof(struct ar5523_tx_desc) + in ar5523_probe()
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/
Ddev.c1617 dev->extra_tx_headroom = (!priv->is_rtl8187b) ? in rtl8187_probe()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c2565 hw->extra_tx_headroom = 2; in ath5k_init_ah()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c6060 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
6063 wl->hw->extra_tx_headroom += WL1271_EXTRA_SPACE_TKIP; in wl1271_init_ieee80211()