Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/include/
Drtl8723a_recv.h63 void update_recvframe_phyinfo(struct recv_frame *precvframe, struct phy_stat *pphy_info);
/drivers/staging/rtl8723au/hal/
Dusb_ops_linux.c353 struct phy_stat *pphy_info; in recvbuf2recvframe() local
466 pphy_info = (struct phy_stat *)(pbuf + RXDESC_OFFSET); in recvbuf2recvframe()
467 update_recvframe_phyinfo(precvframe, pphy_info); in recvbuf2recvframe()