Lines Matching refs:rdptr
1149 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1159 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1167 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1172 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1174 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
1837 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
1851 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
1876 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
1877 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
1882 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
1883 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
1932 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
1939 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
1942 rdptr); in mwifiex_pcie_event_complete()
1953 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
1960 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
1961 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
1969 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()