Searched refs:rdptr (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | pcie.h | 397 mwifiex_pcie_txbd_empty(struct pcie_service_card *card, u32 rdptr) in mwifiex_pcie_txbd_empty() argument 404 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty() 406 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty() 412 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty() 414 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
|
D | pcie.c | 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() [all …]
|
/Linux-v4.19/drivers/net/wan/ |
D | fsl_ucc_hdlc.h | 37 __be32 rdptr; member
|
/Linux-v4.19/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 516 u8 *rdptr; in emac_rx() local 636 rdptr = skb_put(skb, rxlen - 4); in emac_rx() 643 rdptr, rxlen); in emac_rx()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_entity.h | 295 u32 rdptr[CUDBG_NUM_ULPTX]; member
|
D | cudbg_lib.c | 2629 ulptx_la_buff->rdptr[i] = t4_read_reg(padap, in cudbg_collect_ulptx_la()
|
/Linux-v4.19/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1104 u8 rxbyte, *rdptr; in dm9000_rx() local 1174 rdptr = skb_put(skb, RxLen - 4); in dm9000_rx() 1178 (db->inblk)(db->io_data, rdptr, RxLen); in dm9000_rx()
|