Home
last modified time | relevance | path

Searched refs:pkt_rpt_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c65 pattrib->pkt_rpt_type = (le32_to_cpu(prxstat->rxdw3) >> 14) & 0x3; in update_recvframe_attrib_88e()
67 if (pattrib->pkt_rpt_type == NORMAL_RX) { in update_recvframe_attrib_88e()
91 } else if (pattrib->pkt_rpt_type == TX_REPORT1) { /* CCX */ in update_recvframe_attrib_88e()
93 } else if (pattrib->pkt_rpt_type == TX_REPORT2) { in update_recvframe_attrib_88e()
99 } else if (pattrib->pkt_rpt_type == HIS_REPORT) { in update_recvframe_attrib_88e()
Dusb_ops_linux.c248 if ((pattrib->physt) && (pattrib->pkt_rpt_type == NORMAL_RX)) in recvbuf2recvframe()
312 if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ in recvbuf2recvframe()
318 if (pattrib->pkt_rpt_type == TX_REPORT1) { in recvbuf2recvframe()
321 } else if (pattrib->pkt_rpt_type == TX_REPORT2) { in recvbuf2recvframe()
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c39 pattrib->pkt_rpt_type = prxreport->c2h_ind ? C2H_PACKET : NORMAL_RX; in update_recvframe_attrib()
41 if (pattrib->pkt_rpt_type == NORMAL_RX) { in update_recvframe_attrib()
326 if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ in rtl8723bs_recv_tasklet()
331 } else if (pattrib->pkt_rpt_type == C2H_PACKET) { in rtl8723bs_recv_tasklet()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_recv.h116 u8 pkt_rpt_type; member
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_recv.h157 u8 pkt_rpt_type; member