Searched refs:pkt_rpt_type (Results 1 – 5 of 5) sorted by relevance
76 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()
250 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()
39 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()
126 u8 pkt_rpt_type; member
157 u8 pkt_rpt_type; member
Completed in 13 milliseconds