Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1492 u8 *prxpkt; in _rtl92e_query_rxphystatus() local
1521 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()
1523 prxpkt += sizeof(struct rx_fwinfo); in _rtl92e_query_rxphystatus()
1525 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
1526 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c4207 u8 *prxpkt; in rtl8192_query_rxphystatus() local
4231 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()
4234 prxpkt += sizeof(struct rx_drvinfo_819x_usb); in rtl8192_query_rxphystatus()
4237 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
4238 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()