Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.c54 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in cmpk_message_handle_tx()
86 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in cmpk_message_handle_tx()
87 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in cmpk_message_handle_tx()
Dr8192E_dev.c1176 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl8192_tx_fill_desc()
1177 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl8192_tx_fill_desc()
1178 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl8192_tx_fill_desc()
1222 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl8192_tx_fill_desc()
1223 pdesc->PktSize = (u16)skb->len-sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx_fill_desc()
1263 pdesc->TxFWInfoSize = sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx_fill_desc()
1292 entry_tmp->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl8192_tx_fill_cmd_desc()
2179 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl8192_InitializeVariables()
Dr8190P_def.h208 struct tx_fwinfo_8190pci { struct
Drtl_core.c2019 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in rtl8192_tx()