Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/hal/
A Drtl8188e_rxdesc.c76 pattrib->pkt_rpt_type = (u8)((le32_to_cpu(report.rxdw3) >> 14) & 0x3);/* prxreport->rpt_sel; */ in update_recvframe_attrib_88e()
78 if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ in update_recvframe_attrib_88e()
102 } else if (pattrib->pkt_rpt_type == TX_REPORT1) { /* CCX */ in update_recvframe_attrib_88e()
105 } else if (pattrib->pkt_rpt_type == TX_REPORT2) { /* TX RPT */ in update_recvframe_attrib_88e()
115 } else if (pattrib->pkt_rpt_type == HIS_REPORT) { /* USB HISR RPT */ in update_recvframe_attrib_88e()
A Dusb_ops_linux.c250 if ((pattrib->physt) && (pattrib->pkt_rpt_type == NORMAL_RX)) in recvbuf2recvframe()
328 if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ in recvbuf2recvframe()
334 if (pattrib->pkt_rpt_type == TX_REPORT1) { in recvbuf2recvframe()
337 } else if (pattrib->pkt_rpt_type == TX_REPORT2) { in recvbuf2recvframe()
345 } else if (pattrib->pkt_rpt_type == HIS_REPORT) { in recvbuf2recvframe()
/linux/drivers/staging/rtl8723bs/hal/
A 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()
327 if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ in rtl8723bs_recv_tasklet()
332 } else if (pattrib->pkt_rpt_type == C2H_PACKET) { in rtl8723bs_recv_tasklet()
/linux/drivers/staging/r8188eu/include/
A Drtw_recv.h126 u8 pkt_rpt_type; member
/linux/drivers/staging/rtl8723bs/include/
A Drtw_recv.h157 u8 pkt_rpt_type; member

Completed in 13 milliseconds