Searched full:rx_dma (Results 1 – 5 of 5) sorted by relevance
474 u64 rx_dma; in iser_rcv_completion() local480 rx_dma = iser_conn->login_resp_dma; in iser_rcv_completion()483 rx_dma = rx_desc->dma_addr; in iser_rcv_completion()487 ib_dma_sync_single_for_cpu(ib_conn->device->ib_device, rx_dma, in iser_rcv_completion()503 ib_dma_sync_single_for_device(ib_conn->device->ib_device, rx_dma, in iser_rcv_completion()512 if (rx_dma == iser_conn->login_resp_dma) in iser_rcv_completion()
56 dmas = <&rx_dma 0>;
227 * ring 0. Field is filled in by the RX_DMA.231 * ring 1. Field is filled in by the RX_DMA.235 * ring 2. Field is filled in by the RX_DMA.239 * ring 3. Field is filled in by the RX_DMA.
11334 rxq_init->dscr_map = fp->rx_dma.paddr; in bxe_pf_rx_q_prep()14816 &fp->rx_dma, buf) != 0) { in bxe_alloc_hsi_mem()14821 fp->rx_chain = (struct eth_rx_bd *)fp->rx_dma.vaddr; in bxe_alloc_hsi_mem()14830 busaddr = (fp->rx_dma.paddr + in bxe_alloc_hsi_mem()15100 bxe_dma_free(sc, &fp->rx_dma); in bxe_free_hsi_mem()19024 fp->rx_dma.vaddr != NULL && fp->rcq_dma.vaddr != NULL && in bxe_grc_dump()19034 (uintmax_t)fp->rx_dma.paddr, fp->rx_dma.vaddr, in bxe_grc_dump()
3062 /* Increase rx_dma before releasing the lock. */ in mvneta_rx_queue()