Home
last modified time | relevance | path

Searched full:rx_dma (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/iser/
H A Diser_initiator.c474 u64 rx_dma; in iser_rcv_completion() local
480 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()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,axi-adc.yaml56 dmas = <&rx_dma 0>;
/freebsd/sys/contrib/dev/athk/ath10k/
H A Drx_desc.h227 * 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.
/freebsd/sys/dev/bxe/
H A Dbxe.c11334 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()
/freebsd/sys/dev/neta/
H A Dif_mvneta.c3062 /* Increase rx_dma before releasing the lock. */ in mvneta_rx_queue()