Lines Matching refs:rdptr
1343 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1353 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1361 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1366 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1368 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
2038 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
2052 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
2077 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
2078 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
2083 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
2084 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
2133 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
2140 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
2143 rdptr); in mwifiex_pcie_event_complete()
2154 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
2161 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
2162 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
2170 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()