Home
last modified time | relevance | path

Searched refs:prxpkt (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1472 u8 *prxpkt; in rtl8192_query_rxphystatus() local
1500 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()
1502 prxpkt += sizeof(struct rx_fwinfo); in rtl8192_query_rxphystatus()
1504 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in rtl8192_query_rxphystatus()
1505 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in rtl8192_query_rxphystatus()
/drivers/staging/rtl8192u/
Dr8192U_core.c4838 u8 *prxpkt; in rtl8192_query_rxphystatus() local
4862 prxpkt = (u8*)pdrvinfo; in rtl8192_query_rxphystatus()
4865 prxpkt += sizeof(rx_drvinfo_819x_usb); in rtl8192_query_rxphystatus()
4868 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
4869 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()