Searched refs:rdptr (Results 1 – 7 of 7) sorted by relevance
251 mwifiex_pcie_txbd_empty(struct pcie_service_card *card, u32 rdptr) in mwifiex_pcie_txbd_empty() argument258 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()260 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()266 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty()268 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
1352 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete()1357 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete()2043 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready()2074 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready()2075 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_process_event_ready()2131 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_event_complete()2134 rdptr); in mwifiex_pcie_event_complete()2145 if (!card->evt_buf_list[rdptr]) { in mwifiex_pcie_event_complete()2152 card->evt_buf_list[rdptr] = skb; in mwifiex_pcie_event_complete()2153 desc = card->evtbd_ring[rdptr]; in mwifiex_pcie_event_complete()[all …]
33 __be32 rdptr; member
500 u8 *rdptr; in emac_rx() local620 rdptr = skb_put(skb, rxlen - 4); in emac_rx()627 rdptr, rxlen); in emac_rx()
280 u32 rdptr[CUDBG_NUM_ULPTX]; member
3042 ulptx_la_buff->rdptr[i] = t4_read_reg(padap, in cudbg_collect_ulptx_la()
1093 u8 rxbyte, *rdptr; in dm9000_rx() local1163 rdptr = skb_put(skb, RxLen - 4); in dm9000_rx()1167 (db->inblk)(db->io_data, rdptr, RxLen); in dm9000_rx()
Completed in 28 milliseconds