Lines Matching refs:rdptr
1322 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1332 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1340 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1345 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1347 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
2017 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
2031 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
2056 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
2057 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
2062 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
2063 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
2112 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
2119 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
2122 rdptr); in mwifiex_pcie_event_complete()
2133 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
2140 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
2141 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
2149 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()