Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.c22 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()
H A Dr8192E_dev.c939 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()
H A Dr8190P_def.h113 struct tx_fwinfo_8190pci { struct
H A Drtl_core.c1498 fwinfo_size = sizeof(struct tx_fwinfo_8190pci); in _rtl92e_tx()