Searched refs:ring_base (Results 1 - 21 of 21) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.c65 writeq(paddr, &cq->ctrl->ring_base);
H A Dvnic_cq.h28 u64 ring_base; /* 0x00 */ member in struct:vnic_cq_ctrl
H A Dvnic_rq.h30 u64 ring_base; /* 0x00 */ member in struct:vnic_rq_ctrl
H A Dvnic_wq.h30 u64 ring_base; /* 0x00 */ member in struct:vnic_wq_ctrl
H A Dvnic_rq.c125 writeq(paddr, &rq->ctrl->ring_base);
H A Dvnic_wq.c125 writeq(paddr, &wq->ctrl->ring_base);
/drivers/scsi/fnic/
H A Dvnic_cq.c61 writeq(paddr, &cq->ctrl->ring_base);
H A Dvnic_cq.h36 u64 ring_base; /* 0x00 */ member in struct:vnic_cq_ctrl
H A Dvnic_wq_copy.c109 writeq(paddr, &wq->ctrl->ring_base);
H A Dvnic_rq.h49 u64 ring_base; /* 0x00 */ member in struct:vnic_rq_ctrl
H A Dvnic_wq.c121 writeq(paddr, &wq->ctrl->ring_base);
H A Dvnic_wq.h44 u64 ring_base; /* 0x00 */ member in struct:vnic_wq_ctrl
H A Dvnic_rq.c122 writeq(paddr, &rq->ctrl->ring_base);
/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c151 fep->ring_base = (void __iomem __force *)dma_alloc_coherent(fep->dev,
155 if (fep->ring_base == NULL)
166 if (fep->ring_base)
169 (void __force *)fep->ring_base, fep->ring_mem_addr);
533 fep->ring_base);
552 (uint) (((void *)recheck_bd - fep->ring_base) +
H A Dmac-fec.c141 fep->ring_base = (void __force __iomem *)dma_alloc_coherent(fep->dev,
145 if (fep->ring_base == NULL)
156 if(fep->ring_base)
159 (void __force *)fep->ring_base,
H A Dfs_enet.h130 void __iomem *ring_base; member in struct:fs_enet_private
H A Dmac-scc.c150 fep->ring_base = (void __iomem __force*)
160 if (fep->ring_base)
H A Dfs_enet-main.c1087 fep->rx_bd_base = fep->ring_base;
/drivers/net/ethernet/micrel/
H A Dks8695net.c143 * @ring_base: The base pointer of the dma coherent memory for the rings
144 * @ring_base_dma: The DMA mapped equivalent of ring_base
145 * @tx_ring: The pointer in ring_base of the TX ring
151 * @rx_ring: The pointer in ring_base of the RX ring
173 void *ring_base; member in struct:ks8695_priv
828 ksp->ring_base, ksp->ring_base_dma);
1469 ksp->ring_base = dma_alloc_coherent(&pdev->dev, RING_DMA_SIZE,
1471 if (!ksp->ring_base) {
1477 ksp->tx_ring = ksp->ring_base;
1485 ksp->rx_ring = ksp->ring_base
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_main.h519 void *ring_base; member in struct:hwi_async_pdu_context::__anon4163
537 void *ring_base; member in struct:hwi_async_pdu_context::__anon4164
H A Dbe_main.c1537 pasync_sge = pasync_ctx->async_header.ring_base;
1539 pasync_sge = pasync_ctx->async_data.ring_base;
2495 pasync_ctx->async_header.ring_base =
2537 pasync_ctx->async_data.ring_base =

Completed in 501 milliseconds