Searched refs:qls_alloc_dmabuf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlxge/ |
H A D | qls_glbl.h | 47 extern int qls_alloc_dmabuf(qla_host_t *ha, qla_dma_t *dma_buf);
|
H A D | qls_hw.c | 1383 ret = qls_alloc_dmabuf(ha, &ha->tx_ring[ridx].wq_dma); in qls_alloc_tx_ring_dma() 1394 ret = qls_alloc_dmabuf(ha, &ha->tx_ring[ridx].privb_dma); in qls_alloc_tx_ring_dma() 1501 ret = qls_alloc_dmabuf(ha, &ha->rss_dma); in qls_alloc_rss_dma() 1526 ret = qls_alloc_dmabuf(ha, &ha->mpi_dma); in qls_alloc_mpi_dma() 1590 ret = qls_alloc_dmabuf(ha, &ha->rx_ring[ridx].cq_dma); in qls_alloc_rx_ring_dma() 1601 ret = qls_alloc_dmabuf(ha, &ha->rx_ring[ridx].lbq_dma); in qls_alloc_rx_ring_dma() 1612 ret = qls_alloc_dmabuf(ha, &ha->rx_ring[ridx].sbq_dma); in qls_alloc_rx_ring_dma() 1623 ret = qls_alloc_dmabuf(ha, &ha->rx_ring[ridx].lb_dma); in qls_alloc_rx_ring_dma()
|
H A D | qls_os.c | 593 qls_alloc_dmabuf(qla_host_t *ha, qla_dma_t *dma_buf) in qls_alloc_dmabuf() function
|