Searched refs:tx_fwinfo_8190pci (Results 1 – 4 of 4) sorted by relevance
32 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_send_cmd_pkt()67 pTxFwInfo = (struct tx_fwinfo_8190pci *)seg_ptr; in rtl92e_send_cmd_pkt()68 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_send_cmd_pkt()
1189 struct tx_fwinfo_8190pci *pTxFwInfo = NULL; in rtl92e_fill_tx_desc()1191 pTxFwInfo = (struct tx_fwinfo_8190pci *)skb->data; in rtl92e_fill_tx_desc()1192 memset(pTxFwInfo, 0, sizeof(struct tx_fwinfo_8190pci)); in rtl92e_fill_tx_desc()1237 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc()1238 pdesc->PktSize = (u16)skb->len-sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()1279 pdesc->TxFWInfoSize = sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()1310 entry_tmp->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_cmd_desc()2193 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl92e_init_variables()
135 struct tx_fwinfo_8190pci { struct
1749 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in _rtl92e_tx()