Lines Matching refs:rdptr
1324 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1334 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1342 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1347 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1349 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
2019 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
2033 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
2058 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
2059 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
2064 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
2065 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
2114 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
2121 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
2124 rdptr); in mwifiex_pcie_event_complete()
2135 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
2142 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
2143 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
2151 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()