Searched refs:prxpkt (Results 1 – 2 of 2) sorted by relevance
1490 u8 *prxpkt; in rtl8192_query_rxphystatus() local1518 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()1520 prxpkt += sizeof(struct rx_fwinfo); in rtl8192_query_rxphystatus()1522 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in rtl8192_query_rxphystatus()1523 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in rtl8192_query_rxphystatus()
3985 u8 *prxpkt; in rtl8192_query_rxphystatus() local4008 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()4011 prxpkt += sizeof(rx_drvinfo_819x_usb); in rtl8192_query_rxphystatus()4014 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()4015 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()