Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h38 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status);
/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c109 void update_recvframe_phyinfo_88e(struct recv_frame *precvframe, struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e() argument
147 ODM_PhyStatusQuery(&pHalData->odmpriv, pPHYInfo, (u8 *)pphy_status, &(pkt_info), padapter); in update_recvframe_phyinfo_88e()
Dusb_ops_linux.c214 struct phy_stat *pphy_status = NULL; in recvbuf2recvframe() local
249 pphy_status = (struct phy_stat *)(pbuf + RXDESC_OFFSET); in recvbuf2recvframe()
314 update_recvframe_phyinfo_88e(precvframe, (struct phy_stat *)pphy_status); in recvbuf2recvframe()
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c76 struct phy_stat *pphy_status) in update_recvframe_phyinfo() argument
132 (u8 *)pphy_status, &(pkt_info)); in update_recvframe_phyinfo()