Searched refs:prxpkt (Results 1 – 2 of 2) sorted by relevance
1478 u8 *prxpkt; in _rtl92e_query_rxphystatus() local1507 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()1509 prxpkt += sizeof(struct rx_fwinfo); in _rtl92e_query_rxphystatus()1511 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()1512 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
4022 u8 *prxpkt; in rtl8192_query_rxphystatus() local4045 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()4048 prxpkt += sizeof(struct rx_drvinfo_819x_usb); in rtl8192_query_rxphystatus()4051 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()4052 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()