Searched refs:tx_fwinfo_8190pci (Results 1 – 4 of 4) sorted by relevance
21 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt()52 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()53 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()
875 struct tx_fwinfo_8190pci *pTxFwInfo; in rtl92e_fill_tx_desc()877 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()878 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()929 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc()930 pdesc->PktSize = skb->len - sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()968 pdesc->TxFWInfoSize = sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()999 entry_tmp->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_cmd_desc()1757 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl92e_init_variables()
110 struct tx_fwinfo_8190pci { struct
1260 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in _rtl92e_tx()