Searched refs:tx_fwinfo_8190pci (Results 1 – 4 of 4) sorted by relevance
22 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt()55 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()56 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()
939 struct tx_fwinfo_8190pci *pTxFwInfo; in rtl92e_fill_tx_desc()941 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()942 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()993 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc()994 pdesc->PktSize = skb->len - sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()1032 pdesc->TxFWInfoSize = sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()1063 entry_tmp->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_cmd_desc()1851 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl92e_init_variables()
113 struct tx_fwinfo_8190pci { struct
1498 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in _rtl92e_tx()