Searched refs:rq_dma_addr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 640 &q->rq_dma_addr, (void **)&q->bufs, NULL); in fun_rxq_create_sw() 669 q->rq_dma_addr, q->bufs); in fun_rxq_create_sw() 684 q->rqes, q->rq_dma_addr, q->bufs); in fun_rxq_free_sw() 729 FUN_HCI_ID_INVALID, 0, nrqe, q->rq_dma_addr, 0, 0, in fun_rxq_create_dev()
|
H A D | funeth_txrx.h | 192 dma_addr_t rq_dma_addr; /* DMA address of RQE ring */ member
|