Lines Matching refs:rdptr
1010 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local
1020 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1027 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()
1032 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()
1034 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete()
1673 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local
1686 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()
1708 dev_dbg(adapter->dev, "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready()
1709 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready()
1714 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()
1715 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()
1761 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_event_complete() local
1768 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()
1770 rdptr); in mwifiex_pcie_event_complete()
1781 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()
1787 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()
1788 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()
1796 rdptr, card->evt_buf_list[rdptr], skb); in mwifiex_pcie_event_complete()