Home
last modified time | relevance | path

Searched refs:pphy_status (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c144 struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e() argument
189 ODM_PhyStatusQuery(&pHalData->odmpriv, pPHYInfo, (u8 *)pphy_status, &(pkt_info)); in update_recvframe_phyinfo_88e()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_recv.c182 struct phy_stat *pphy_status) in update_recvframe_phyinfo() argument
250 (u8 *)pphy_status, &pkt_info); in update_recvframe_phyinfo()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dusb_ops_linux.c51 struct phy_stat *pphy_status = NULL; in recvbuf2recvframe() local
94 pphy_status = (struct phy_stat *)(pbuf + RXDESC_OFFSET); in recvbuf2recvframe()
174 update_recvframe_phyinfo_88e(precvframe, (struct phy_stat *)pphy_status); in recvbuf2recvframe()