Home
last modified time | relevance | path

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

/linux-4.4.14/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()
122 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom); in ieee80211_send_bar()
126 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.c195 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_addba_resp()
199 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_resp()
Ddebugfs_netdev.c328 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 24 + 100); in ieee80211_if_parse_tkip_mic_test()
331 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_if_parse_tkip_mic_test()
Dtx.c2700 int hw_headroom = sdata->local->hw.extra_tx_headroom; in ieee80211_xmit_fast()
3599 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
3603 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
3637 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*nullfunc)); in ieee80211_nullfunc_get()
3641 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
3670 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
3675 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
Dutil.c1228 skb = dev_alloc_skb(local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN + in ieee80211_send_auth()
1233 skb_reserve(skb, local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN); in ieee80211_send_auth()
1278 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_deauth_disassoc()
1283 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_deauth_disassoc()
Drx.c2226 rx->local->hw.extra_tx_headroom, true); in ieee80211_rx_h_amsdu()
2557 skb = dev_alloc_skb(sizeof(*resp) + local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req()
2561 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req()
2979 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0, in ieee80211_rx_h_action_return()
Dtdls.c870 local->hw.extra_tx_headroom + in ieee80211_tdls_build_mgmt_packet_data()
889 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_tdls_build_mgmt_packet_data()
Dcfg.c3404 skb = dev_alloc_skb(local->hw.extra_tx_headroom + params->len); in ieee80211_mgmt_tx()
3409 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgmt_tx()
3610 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_probe_client()
3618 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_client()
Dsta_info.c1269 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_send_null_response()
1273 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_null_response()
Dmain.c1033 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
Dmlme.c678 skb = alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_assoc()
692 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_assoc()
974 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30); in ieee80211_send_4addr_nullfunc()
978 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_4addr_nullfunc()
/linux-4.4.14/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.h1003 unsigned int extra_tx_headroom; member
/linux-4.4.14/include/net/
Dmac802154.h86 int extra_tx_headroom; member
Dmac80211.h2051 unsigned int extra_tx_headroom; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dbase.c423 hw->extra_tx_headroom = RTL_TX_HEADER_SIZE; in _rtl_init_mac80211()
1780 skb = dev_alloc_skb(27 + hw->extra_tx_headroom); in rtl_make_smps_action()
1784 skb_reserve(skb, hw->extra_tx_headroom); in rtl_make_smps_action()
1911 skb = dev_alloc_skb(34 + hw->extra_tx_headroom); in rtl_make_del_ba()
1915 skb_reserve(skb, hw->extra_tx_headroom); in rtl_make_del_ba()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dfw.c303 ar->hw->extra_tx_headroom += sizeof(struct ar9170_stream); in carl9170_fw()
Dmain.c1865 hw->extra_tx_headroom = sizeof(struct _carl9170_tx_superframe); in carl9170_alloc()
/linux-4.4.14/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.c779 dev->extra_tx_headroom = sizeof(struct p54_hdr) + 4 + in p54_init_common()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dmain.c309 hw->extra_tx_headroom = WSM_TX_EXTRA_HEADROOM + in cw1200_init_common()
/linux-4.4.14/drivers/net/wireless/libertas_tf/
Dmain.c638 hw->extra_tx_headroom = sizeof(struct txpd); in lbtf_add_card()
/linux-4.4.14/net/mac802154/
Diface.c638 ndev->needed_headroom = local->hw.extra_tx_headroom + in ieee802154_if_add()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1072 hw->extra_tx_headroom = RSI_NEEDED_HEADROOM; in rsi_mac80211_attach()
/linux-4.4.14/drivers/net/ieee802154/
Dcc2520.c747 priv->hw->extra_tx_headroom = 0; in cc2520_register()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c764 hw->extra_tx_headroom = sizeof(struct tx_frame_hdr) + in ath9k_set_hw_capab()
Dinit.c891 hw->extra_tx_headroom = 4; in ath9k_set_hw_capab()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c1473 wl->hw->extra_tx_headroom = sizeof(struct tx_double_buffer_desc) in wl1251_init_ieee80211()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_mac.c1413 hw->extra_tx_headroom = sizeof(struct zd_ctrlset); in zd_mac_alloc_hw()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c1067 hw->extra_tx_headroom = brcms_c_get_header_len(); in ieee_hw_init()
/linux-4.4.14/drivers/net/wireless/
Dadm8211.c1863 dev->extra_tx_headroom = sizeof(struct adm8211_tx_hdr); in adm8211_probe()
Dmwl8k.c6072 hw->extra_tx_headroom = in mwl8k_firmware_load_success()
6075 hw->extra_tx_headroom -= priv->ap_fw ? REDUCED_TX_HEADROOM : 0; in mwl8k_firmware_load_success()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c1617 dev->extra_tx_headroom = (!priv->is_rtl8187b) ? in rtl8187_probe()
/linux-4.4.14/drivers/net/wireless/ath/ar5523/
Dar5523.c1688 hw->extra_tx_headroom = sizeof(struct ar5523_tx_desc) + in ar5523_probe()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c6095 wl->hw->extra_tx_headroom = sizeof(struct wl1271_tx_hw_descr); in wl1271_init_ieee80211()
6098 wl->hw->extra_tx_headroom += WL1271_EXTRA_SPACE_TKIP; in wl1271_init_ieee80211()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c2565 hw->extra_tx_headroom = 2; in ath5k_init_ah()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c5747 hw->extra_tx_headroom = sizeof(struct rtl8xxxu_tx_desc); in rtl8xxxu_probe()