Home
last modified time | relevance | path

Searched refs:tx_fwinfo_8190pci (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.c41 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in cmpk_message_handle_tx()
73 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in cmpk_message_handle_tx()
74 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in cmpk_message_handle_tx()
Dr8192E_dev.c1189 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl8192_tx_fill_desc()
1191 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl8192_tx_fill_desc()
1192 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl8192_tx_fill_desc()
1238 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl8192_tx_fill_desc()
1239 pdesc->PktSize = (u16)skb->len-sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx_fill_desc()
1280 pdesc->TxFWInfoSize = sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx_fill_desc()
1312 entry_tmp->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl8192_tx_fill_cmd_desc()
2200 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl8192_InitializeVariables()
Dr8190P_def.h208 struct tx_fwinfo_8190pci { struct
Drtl_core.c2009 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx()