Searched refs:rdptr (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.h | 239 mwifiex_pcie_txbd_empty(struct pcie_service_card *card, u32 rdptr) in mwifiex_pcie_txbd_empty() argument 246 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty() 248 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty() 254 (rdptr & reg->tx_mask)) && in mwifiex_pcie_txbd_empty() 256 (rdptr & reg->tx_rollover_ind))) in mwifiex_pcie_txbd_empty()
|
H A D | pcie.c | 1315 u32 wrdoneidx, rdptr, num_tx_buffs, unmap_count = 0; in mwifiex_pcie_send_data_complete() local 1325 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete() 1333 card->txbd_rdptr, rdptr); in mwifiex_pcie_send_data_complete() 1338 (rdptr & reg->tx_mask)) || in mwifiex_pcie_send_data_complete() 1340 (rdptr & reg->tx_rollover_ind))) { in mwifiex_pcie_send_data_complete() 1905 u32 rdptr = card->evtbd_rdptr & MWIFIEX_EVTBD_MASK; in mwifiex_pcie_process_event_ready() local 1919 if (rdptr >= MWIFIEX_MAX_EVT_BD) { in mwifiex_pcie_process_event_ready() 1944 "info: Read Index: %d\n", rdptr); in mwifiex_pcie_process_event_ready() 1945 skb_cmd = card->evt_buf_list[rdptr]; in mwifiex_pcie_process_event_ready() 1950 card->evt_buf_list[rdptr] = NULL; in mwifiex_pcie_process_event_ready() [all …]
|
/linux/drivers/net/wan/ |
H A D | fsl_ucc_hdlc.h | 33 __be32 rdptr; member
|
/linux/drivers/net/ethernet/davicom/ |
H A D | dm9051.c | 745 u8 *rdptr; in dm9051_loop_rx() local 789 rdptr = skb_put(skb, rxlen - 4); in dm9051_loop_rx() 790 ret = dm9051_read_mem(db, DM_SPI_MRCMD, rdptr, rxlen); in dm9051_loop_rx()
|
H A D | dm9000.c | 1092 u8 rxbyte, *rdptr; in dm9000_rx() local 1162 rdptr = skb_put(skb, RxLen - 4); in dm9000_rx() 1166 (db->inblk)(db->io_data, rdptr, RxLen); in dm9000_rx()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 280 u32 rdptr[CUDBG_NUM_ULPTX]; member
|
H A D | cudbg_lib.c | 3043 ulptx_la_buff->rdptr[i] = t4_read_reg(padap, in cudbg_collect_ulptx_la()
|