Searched refs:ql_alloc_dmabuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/qlxgbe/
H A Dql_glbl.h47 extern int ql_alloc_dmabuf(qla_host_t *ha, qla_dma_t *dma_buf);
H A Dql_hw.c1276 if (ql_alloc_dmabuf(ha, &hw->dma_buf.tx_ring)) {
1318 if (ql_alloc_dmabuf(ha, &hw->dma_buf.rds_ring[i])) {
1343 if (ql_alloc_dmabuf(ha, &hw->dma_buf.sds_ring[i])) {
4530 if (ql_alloc_dmabuf(ha, &ha->hw.dma_buf.minidump)) {
H A Dql_os.c726 ql_alloc_dmabuf(qla_host_t *ha, qla_dma_t *dma_buf) function

Completed in 122 milliseconds