Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1226 u8 *prxpkt; in _rtl92e_query_rxphystatus() local
1252 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()
1254 prxpkt += sizeof(struct rx_fwinfo); in _rtl92e_query_rxphystatus()
1256 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
1257 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c3835 u8 *prxpkt; in rtl8192_query_rxphystatus() local
3858 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()
3861 prxpkt += sizeof(struct rx_drvinfo_819x_usb); in rtl8192_query_rxphystatus()
3864 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
3865 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()