Lines Matching refs:rdptr
1029 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1039 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1047 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1052 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1054 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
1701 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
1715 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
1740 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
1741 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
1746 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
1747 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
1794 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
1801 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
1804 rdptr); in mwifiex_pcie_event_complete()
1815 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
1822 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
1823 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
1831 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()