Home
last modified time | relevance | path

Searched defs:tcb_desc (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c306 struct sk_buff *skb, struct cb_desc *tcb_desc) in ieee80211_tx_query_agg_cap()
381 struct cb_desc *tcb_desc) in ieee80211_qurey_ShortPreambleMode()
395 ieee80211_query_HTCapShortGI(struct ieee80211_device *ieee, struct cb_desc *tcb_desc) in ieee80211_query_HTCapShortGI()
417 struct cb_desc *tcb_desc) in ieee80211_query_BandwidthMode()
438 struct cb_desc *tcb_desc, in ieee80211_query_protectionmode()
550 struct cb_desc *tcb_desc) in ieee80211_txrate_selectmode()
617 struct cb_desc *tcb_desc; in ieee80211_xmit() local
877 struct cb_desc *tcb_desc = (struct cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in ieee80211_xmit() local
Dieee80211_crypt_wep.c91 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_encrypt() local
170 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_decrypt() local
Dieee80211_crypt_ccmp.c195 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_encrypt() local
266 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_decrypt() local
Dieee80211_crypt_tkip.c298 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_encrypt() local
381 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_decrypt() local
Dieee80211_rx.c348 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt() local
395 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt_msdu() local
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_tx.c286 struct cb_desc *tcb_desc) in rtllib_tx_query_agg_cap()
359 struct cb_desc *tcb_desc) in rtllib_qurey_ShortPreambleMode()
370 struct cb_desc *tcb_desc) in rtllib_query_HTCapShortGI()
391 struct cb_desc *tcb_desc) in rtllib_query_BandwidthMode()
411 struct cb_desc *tcb_desc, in rtllib_query_protectionmode()
498 struct cb_desc *tcb_desc) in rtllib_txrate_selectmode()
585 struct cb_desc *tcb_desc; in rtllib_xmit_inter() local
900 struct cb_desc *tcb_desc = (struct cb_desc *) in rtllib_xmit_inter() local
Drtllib_crypt_wep.c95 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_encrypt() local
175 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_decrypt() local
Drtllib_crypt_ccmp.c192 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_encrypt() local
264 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_decrypt() local
Drtllib_crypt_tkip.c293 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_encrypt() local
380 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_decrypt() local
Drtllib_softmac.c210 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_mgmt_xmit() local
287 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_ps_mgmt_xmit() local
2467 struct cb_desc *tcb_desc = NULL; in rtllib_softmac_xmit() local
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.c29 struct cb_desc *tcb_desc; in rtl92e_send_cmd_pkt() local
Drtl_core.c534 struct cb_desc *tcb_desc = NULL; in _rtl92e_prepare_beacon() local
1128 struct cb_desc *tcb_desc = NULL; in _rtl92e_tx_check_stuck() local
1613 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in _rtl92e_hard_data_xmit() local
1644 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in _rtl92e_hard_start_xmit() local
1705 struct cb_desc *tcb_desc; in _rtl92e_tx_cmd() local
1727 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in _rtl92e_tx() local
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c595 struct rtl_tcb_desc *tcb_desc, in _rtl_qurey_shortpreamble_mode()
612 struct rtl_tcb_desc *tcb_desc, in _rtl_query_shortgi()
662 struct rtl_tcb_desc *tcb_desc, in _rtl_query_protection_mode()
761 struct rtl_tcb_desc *tcb_desc) in _rtl_txrate_selectmode()
847 struct rtl_tcb_desc *tcb_desc) in _rtl_query_bandwidth_mode()
1217 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc) in rtl_get_tcb_desc()
2345 struct rtl_tcb_desc tcb_desc; in rtl_send_smps_action() local
Dpci.c462 struct rtl_tcb_desc *tcb_desc, u8 tid) in _rtl_update_earlymode_info()
527 struct rtl_tcb_desc tcb_desc; in _rtl_pci_tx_chk_waitq() local
1110 struct rtl_tcb_desc tcb_desc; in _rtl_pci_prepare_bcn_tasklet() local
Dcore.c158 struct rtl_tcb_desc tcb_desc; in rtl_op_tx() local
1010 struct rtl_tcb_desc tcb_desc; in send_beacon_frame() local
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dbase.c617 struct rtl_tcb_desc *tcb_desc, in _rtl_qurey_shortpreamble_mode()
636 struct rtl_tcb_desc *tcb_desc, in _rtl_query_shortgi()
685 struct rtl_tcb_desc *tcb_desc, in _rtl_query_protection_mode()
785 struct rtl_tcb_desc *tcb_desc) in _rtl_txrate_selectmode()
872 struct rtl_tcb_desc *tcb_desc) in _rtl_query_bandwidth_mode()
1241 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc) in rtl_get_tcb_desc()
2487 struct rtl_tcb_desc tcb_desc; in rtl_send_smps_action() local
Dpci.c455 struct rtl_tcb_desc *tcb_desc, u8 tid) in _rtl_update_earlymode_info()
520 struct rtl_tcb_desc tcb_desc; in _rtl_pci_tx_chk_waitq() local
1100 struct rtl_tcb_desc tcb_desc; in _rtl_pci_prepare_bcn_tasklet() local
Dcore.c212 struct rtl_tcb_desc tcb_desc; in rtl_op_tx() local
1027 struct rtl_tcb_desc tcb_desc; in send_beacon_frame() local
/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_firmware.c46 struct cb_desc *tcb_desc; in fw_download_code() local
Dr819xU_cmdpkt.c34 struct cb_desc *tcb_desc; in SendTxCommandPacket() local
Dr8192U_core.c970 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_data_xmit() local
996 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_start_xmit() local
1022 struct cb_desc *tcb_desc; in rtl8192_tx_isr() local
1246 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl819xU_tx_cmd() local
1438 static u8 QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) in QueryIsShort()
1464 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx() local
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dfw.c160 struct rtl_tcb_desc *tcb_desc; in _rtl92s_firmware_downloadcode() local
Dtrx.c521 struct rtl_tcb_desc *tcb_desc = (struct rtl_tcb_desc *)(skb->cb); in rtl92se_tx_fill_cmddesc() local
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c423 u8 hw_queue, struct rtl_tcb_desc *tcb_desc) in rtl92ce_tx_fill_desc()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c489 struct rtl_tcb_desc *tcb_desc) in rtl92cu_tx_fill_desc()

12