Home
last modified time | relevance | path

Searched refs:IEEE80211_SKB_CB (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/rtw88/
HDtx.c217 drv_data = (u8 *)IEEE80211_SKB_CB(skb)->status.status_driver_data; in rtw_tx_report_enqueue()
233 info = IEEE80211_SKB_CB(skb); in rtw_tx_report_tx_status()
264 n = (u8 *)IEEE80211_SKB_CB(cur)->status.status_driver_data; in rtw_tx_report_handle()
277 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); in rtw_get_mgmt_rate()
310 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_tx_pkt_info_update_sec()
351 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_tx_data_pkt_info_update()
422 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_tx_pkt_info_update()
594 info = IEEE80211_SKB_CB(skb); in rtw_txq_check_agg()
HDusb.h89 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_usb_get_tx_data()
HDpci.h261 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_pci_get_tx_data()
HDsdio.c804 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_sdio_get_tx_data()
1170 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw_sdio_indicate_tx_status()
HDusb.c233 info = IEEE80211_SKB_CB(skb); in rtw_usb_write_port_tx_complete()
HDpci.c1048 info = IEEE80211_SKB_CB(skb); in rtw_pci_tx_isr()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDtime-sync.c118 status.info = IEEE80211_SKB_CB(status.skb); in iwl_mvm_time_sync_msmt_confirm_event()
HDtx.c605 struct ieee80211_tx_info *skb_info = IEEE80211_SKB_CB(skb); in iwl_mvm_skb_prepare_status()
661 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_probe_resp_set_noa()
727 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_tx_skb_non_sta()
1612 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_rx_tx_cmd_single()
1962 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_tx_reclaim()
2013 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_tx_reclaim()
HDtdls.c408 info = IEEE80211_SKB_CB(skb); in iwl_mvm_tdls_config_channel_switch()
HDmac-ctxt.c989 info = IEEE80211_SKB_CB(beacon); in iwl_mvm_mac_ctxt_set_tx()
1092 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(beacon); in iwl_mvm_mac_ctxt_send_beacon_v9()
HDops.c1852 info = IEEE80211_SKB_CB(skb); in iwl_mvm_free_skb()
HDdebugfs.c1466 info = IEEE80211_SKB_CB(beacon); in _iwl_dbgfs_inject_beacon_ie()
HDmac80211.c749 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_mac_tx()
751 bool offchannel = IEEE80211_SKB_CB(skb)->flags & in iwl_mvm_mac_tx()
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDpci.h946 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in RTW89_PCI_RX_SKB_CB()
978 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in RTW89_PCI_TX_SKB_CB()
HDcore.c398 if (!(IEEE80211_SKB_CB(skb)->flags & IEEE80211_TX_CTL_AMPDU)) in rtw89_core_tx_update_ampdu_info()
444 info = IEEE80211_SKB_CB(skb); in rtw89_core_tx_update_sec_key()
501 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); in rtw89_core_get_mgmt_rate()
725 if (IEEE80211_SKB_CB(skb)->control.hw_key) in rtw89_core_tx_update_data_info()
743 if (IEEE80211_SKB_CB(skb)->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rtw89_core_tx_btc_spec_pkt_notify()
806 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw89_core_tx_update_desc_info()
1944 IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_CTL_AMPDU; in rtw89_core_txq_check_agg()
HDmac80211.c22 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in rtw89_ops_tx()
HDpci.c345 info = IEEE80211_SKB_CB(skb); in rtw89_pci_tx_status()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/net/
HDmac80211.h1150 #define IEEE80211_SKB_CB(_skb) \ macro
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c3848 info = IEEE80211_SKB_CB(skb);
5680 status.info = IEEE80211_SKB_CB(skb);