Home
last modified time | relevance | path

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

12

/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c306 …d ieee80211_tx_query_agg_cap(struct ieee80211_device* ieee, struct sk_buff* skb, cb_desc* tcb_desc) in ieee80211_tx_query_agg_cap()
380 extern void ieee80211_qurey_ShortPreambleMode(struct ieee80211_device* ieee, cb_desc* tcb_desc) in ieee80211_qurey_ShortPreambleMode()
394 ieee80211_query_HTCapShortGI(struct ieee80211_device *ieee, cb_desc *tcb_desc) in ieee80211_query_HTCapShortGI()
415 void ieee80211_query_BandwidthMode(struct ieee80211_device* ieee, cb_desc *tcb_desc) in ieee80211_query_BandwidthMode()
435 void ieee80211_query_protectionmode(struct ieee80211_device* ieee, cb_desc* tcb_desc, struct sk_buf… in ieee80211_query_protectionmode()
546 void ieee80211_txrate_selectmode(struct ieee80211_device* ieee, cb_desc* tcb_desc) in ieee80211_txrate_selectmode()
612 cb_desc *tcb_desc; in ieee80211_xmit() local
865 cb_desc *tcb_desc = (cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in ieee80211_xmit() local
Dieee80211_crypt_wep.c108 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_encrypt() local
178 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_decrypt() local
Dieee80211_crypt_ccmp.c201 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_encrypt() local
275 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_decrypt() local
Dieee80211_crypt_tkip.c311 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_encrypt() local
395 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_decrypt() local
Dieee80211_rx.c349 cb_desc *tcb_desc = (cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt() local
398 cb_desc *tcb_desc = (cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt_msdu() local
Dieee80211_softmac.c231 cb_desc *tcb_desc = (cb_desc *)(skb->cb + 8); in softmac_mgmt_xmit() local
2139 cb_desc *tcb_desc = NULL; in ieee80211_softmac_xmit() local
/linux-3.3/drivers/staging/rtl8192e/
Drtllib_tx.c286 struct cb_desc *tcb_desc) in rtllib_tx_query_agg_cap()
361 struct cb_desc *tcb_desc) in rtllib_qurey_ShortPreambleMode()
373 struct cb_desc *tcb_desc) in rtllib_query_HTCapShortGI()
394 struct cb_desc *tcb_desc) in rtllib_query_BandwidthMode()
415 struct cb_desc *tcb_desc, in rtllib_query_protectionmode()
498 struct cb_desc *tcb_desc) in rtllib_txrate_selectmode()
572 struct cb_desc *tcb_desc; in rtllib_xmit_inter() local
882 struct cb_desc *tcb_desc = (struct cb_desc *) in rtllib_xmit_inter() local
Drtllib_crypt_wep.c102 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_encrypt() local
174 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_decrypt() local
Drtllib_crypt_ccmp.c193 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_encrypt() local
265 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_decrypt() local
Drtllib_crypt_tkip.c301 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_encrypt() local
384 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_decrypt() local
Drtllib_rx.c292 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtllib_rx_frame_decrypt() local
332 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtllib_rx_frame_decrypt_msdu() local
Drtllib_softmac.c223 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_mgmt_xmit() local
295 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_ps_mgmt_xmit() local
2470 struct cb_desc *tcb_desc = NULL; in rtllib_softmac_xmit() local
/linux-3.3/drivers/net/wireless/rtlwifi/
Dbase.c486 struct rtl_tcb_desc *tcb_desc, in _rtl_qurey_shortpreamble_mode()
505 struct rtl_tcb_desc *tcb_desc, in _rtl_query_shortgi()
541 struct rtl_tcb_desc *tcb_desc, in _rtl_query_protection_mode()
569 struct rtl_tcb_desc *tcb_desc) in _rtl_txrate_selectmode()
629 struct rtl_tcb_desc *tcb_desc) in _rtl_query_bandwidth_mode()
834 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc) in rtl_get_tcb_desc()
1320 struct rtl_tcb_desc tcb_desc; in rtl_send_smps_action() local
Dpci.c433 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid) in _rtl_update_earlymode_info()
490 struct rtl_tcb_desc tcb_desc; in _rtl_pci_tx_chk_waitq() local
916 struct rtl_tcb_desc tcb_desc; in _rtl_pci_prepare_bcn_tasklet() local
Dcore.c90 struct rtl_tcb_desc tcb_desc; in rtl_op_tx() local
/linux-3.3/drivers/staging/rtl8192u/
Dr819xU_firmware.c44 cb_desc *tcb_desc; in fw_download_code() local
119 cb_desc *tcb_desc; in fwSendNullPacket() local
Dr819xU_cmdpkt.c51 cb_desc *tcb_desc; in SendTxCommandPacket() local
122 cb_desc *tcb_desc; in cmpk_message_handle_tx() local
Dr8192U_core.c1201 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_data_xmit() local
1236 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_start_xmit() local
1276 cb_desc *tcb_desc = NULL; in DrvAggr_Aggregation() local
1448 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in DrvAggr_GetAggregatibleList() local
1469 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx_isr() local
1818 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl819xU_tx_cmd() local
1964 u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort()
1989 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx() local
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_firmware.c47 struct cb_desc *tcb_desc; in fw_download_code() local
Drtl_core.c731 struct cb_desc *tcb_desc = NULL; in rtl8192_prepare_beacon() local
1373 struct cb_desc *tcb_desc = NULL; in rtl819x_TxCheckStuck() local
1875 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_hard_data_xmit() local
1909 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_hard_start_xmit() local
1976 struct cb_desc *tcb_desc; in rtl8192_tx_cmd() local
2000 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_tx() local
Dr8192E_cmdpkt.c51 struct cb_desc *tcb_desc; in cmpk_message_handle_tx() local
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192se/
Dfw.c169 struct rtl_tcb_desc *tcb_desc; in _rtl92s_firmware_downloadcode() local
Dtrx.c767 struct rtl_tcb_desc *tcb_desc = (struct rtl_tcb_desc *)(skb->cb); in rtl92se_tx_fill_cmddesc() local
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192cu/
Dtrx.c501 struct rtl_tcb_desc *tcb_desc) in rtl92cu_tx_fill_desc()
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192ce/
Dtrx.c600 u8 hw_queue, struct rtl_tcb_desc *tcb_desc) in rtl92ce_tx_fill_desc()

12