/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.h | 30 u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc); 51 struct cb_desc *cb_desc, 55 struct cb_desc *cb_desc, struct sk_buff *skb);
|
D | r8192E_dev.c | 1184 struct cb_desc *cb_desc, struct sk_buff *skb) in rtl8192_tx_fill_desc() argument 1193 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl8192_tx_fill_desc() 1194 pTxFwInfo->TxRate = MRateToHwRate8190Pci((u8)cb_desc->data_rate); in rtl8192_tx_fill_desc() 1195 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl8192_tx_fill_desc() 1198 cb_desc); in rtl8192_tx_fill_desc() 1202 if (cb_desc->bAMPDUEnable) { in rtl8192_tx_fill_desc() 1204 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl8192_tx_fill_desc() 1205 pTxFwInfo->RxAMD = cb_desc->ampdu_density; in rtl8192_tx_fill_desc() 1212 pTxFwInfo->RtsEnable = (cb_desc->bRTSEnable) ? 1 : 0; in rtl8192_tx_fill_desc() 1213 pTxFwInfo->CtsEnable = (cb_desc->bCTSEnable) ? 1 : 0; in rtl8192_tx_fill_desc() [all …]
|
D | r8192E_firmware.c | 46 struct cb_desc *tcb_desc; in fw_download_code() 64 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in fw_download_code()
|
D | rtl_core.h | 497 struct cb_desc *cb_desc, 501 struct cb_desc *cb_desc,
|
D | r8192E_cmdpkt.c | 38 struct cb_desc *tcb_desc; in cmpk_message_handle_tx() 66 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in cmpk_message_handle_tx()
|
D | rtl_core.c | 720 struct cb_desc *tcb_desc = NULL; in rtl8192_prepare_beacon() 732 tcb_desc = (struct cb_desc *)(pnewskb->cb + 8); in rtl8192_prepare_beacon() 1366 struct cb_desc *tcb_desc = NULL; in rtl819x_TxCheckStuck() 1394 tcb_desc = (struct cb_desc *)(skb->cb + in rtl819x_TxCheckStuck() 1877 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_hard_data_xmit() 1907 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_hard_start_xmit() 1968 struct cb_desc *tcb_desc; in rtl8192_tx_cmd() 1977 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx_cmd() 1990 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtl8192_tx()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 307 struct sk_buff *skb, cb_desc *tcb_desc) in ieee80211_tx_query_agg_cap() 382 cb_desc *tcb_desc) in ieee80211_qurey_ShortPreambleMode() 396 ieee80211_query_HTCapShortGI(struct ieee80211_device *ieee, cb_desc *tcb_desc) in ieee80211_query_HTCapShortGI() 418 cb_desc *tcb_desc) in ieee80211_query_BandwidthMode() 439 cb_desc *tcb_desc, in ieee80211_query_protectionmode() 551 cb_desc *tcb_desc) in ieee80211_txrate_selectmode() 618 cb_desc *tcb_desc; in ieee80211_xmit() 769 tcb_desc = (cb_desc *)(skb_frag->cb + MAX_DEV_ADDR_SIZE); in ieee80211_xmit() 870 cb_desc *tcb_desc = (cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in ieee80211_xmit()
|
D | ieee80211_crypt_wep.c | 107 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_encrypt() 179 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in prism2_wep_decrypt()
|
D | ieee80211_crypt_ccmp.c | 200 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_encrypt() 274 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_ccmp_decrypt()
|
D | ieee80211_crypt_tkip.c | 310 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_encrypt() 394 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in ieee80211_tkip_decrypt()
|
D | ieee80211_rx.c | 348 cb_desc *tcb_desc = (cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt() 395 cb_desc *tcb_desc = (cb_desc *)(skb->cb+ MAX_DEV_ADDR_SIZE); in ieee80211_rx_frame_decrypt_msdu()
|
D | ieee80211_softmac.c | 228 cb_desc *tcb_desc = (cb_desc *)(skb->cb + 8); in softmac_mgmt_xmit() 2148 cb_desc *tcb_desc = NULL; in ieee80211_softmac_xmit() 2158 tcb_desc = (cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in ieee80211_softmac_xmit()
|
D | ieee80211.h | 100 typedef struct cb_desc { struct 156 }cb_desc, *pcb_desc; argument
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 287 struct cb_desc *tcb_desc) in rtllib_tx_query_agg_cap() 360 struct cb_desc *tcb_desc) in rtllib_qurey_ShortPreambleMode() 371 struct cb_desc *tcb_desc) in rtllib_query_HTCapShortGI() 392 struct cb_desc *tcb_desc) in rtllib_query_BandwidthMode() 412 struct cb_desc *tcb_desc, in rtllib_query_protectionmode() 499 struct cb_desc *tcb_desc) in rtllib_txrate_selectmode() 585 struct cb_desc *tcb_desc; in rtllib_xmit_inter() 796 tcb_desc = (struct cb_desc *)(skb_frag->cb + in rtllib_xmit_inter() 901 struct cb_desc *tcb_desc = (struct cb_desc *) in rtllib_xmit_inter()
|
D | rtllib_crypt_wep.c | 100 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_encrypt() 174 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in prism2_wep_decrypt()
|
D | rtllib_crypt_ccmp.c | 192 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_encrypt() 264 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_ccmp_decrypt()
|
D | rtllib_crypt_tkip.c | 304 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_encrypt() 387 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + in rtllib_tkip_decrypt()
|
D | rtllib_softmac.c | 226 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_mgmt_xmit() 301 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); in softmac_ps_mgmt_xmit() 2480 struct cb_desc *tcb_desc = NULL; in rtllib_softmac_xmit() 2489 tcb_desc = (struct cb_desc *)(txb->fragments[0]->cb + in rtllib_softmac_xmit()
|
D | rtllib_rx.c | 293 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtllib_rx_frame_decrypt() 332 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtllib_rx_frame_decrypt_msdu()
|
D | rtllib.h | 142 struct cb_desc { struct
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | fw.c | 541 struct rtl_tcb_desc *cb_desc; in _rtl92s_firmware_set_h2c_cmd() local 576 cb_desc = (struct rtl_tcb_desc *)(skb->cb); in _rtl92s_firmware_set_h2c_cmd() 577 cb_desc->queue_index = TXCMD_QUEUE; in _rtl92s_firmware_set_h2c_cmd() 578 cb_desc->cmd_or_init = DESC_PACKET_TYPE_NORMAL; in _rtl92s_firmware_set_h2c_cmd() 579 cb_desc->last_inipkt = false; in _rtl92s_firmware_set_h2c_cmd()
|
/linux-4.1.27/drivers/dma/ |
D | tegra20-apb-dma.c | 201 struct list_head cb_desc; member 540 &tdc->cb_desc); in tegra_dma_abort_all() 593 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc); in handle_once_dma_done() 620 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc); in handle_cont_sngl_cycle_dma_done() 644 while (!list_empty(&tdc->cb_desc)) { in tegra_dma_tasklet() 645 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_tasklet() 773 while (!list_empty(&tdc->cb_desc)) { in tegra_dma_terminate_all() 774 dma_desc = list_first_entry(&tdc->cb_desc, in tegra_dma_terminate_all() 1207 INIT_LIST_HEAD(&tdc->cb_desc); in tegra_dma_free_chan_resources() 1414 INIT_LIST_HEAD(&tdc->cb_desc); in tegra_dma_probe()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r819xU_firmware.c | 45 cb_desc *tcb_desc; in fw_download_code() 70 tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in fw_download_code()
|
D | r819xU_cmdpkt.c | 33 cb_desc *tcb_desc; in SendTxCommandPacket() 42 tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in SendTxCommandPacket()
|
D | r8192U_core.c | 953 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_data_xmit() 979 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_hard_start_xmit() 1010 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx_isr() 1278 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl819xU_tx_cmd() 1467 static u8 QueryIsShort(u8 TxHT, u8 TxRate, cb_desc *tcb_desc) in QueryIsShort() 1492 cb_desc *tcb_desc = (cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in rtl8192_tx()
|