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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c53 static int ql_alloc_phys(dev_info_t *, ddi_dma_handle_t *,
3156 if (ql_alloc_phys(qlge->dip, &qlge->ioctl_buf_dma_attr.dma_handle,
3246 if (ql_alloc_phys(qlge->dip,
3265 if (ql_alloc_phys(qlge->dip,
3379 if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle,
3410 if (ql_alloc_phys(qlge->dip,
3457 if (ql_alloc_phys(qlge->dip, &tx_ring->wqicb_dma.dma_handle,
3536 if (ql_alloc_phys(qlge->dip, &rx_ring->cq_dma.dma_handle,
3555 if (ql_alloc_phys(qlge->dip, &rx_ring->sbq_dma.dma_handle,
3590 if (ql_alloc_phys(qlg
3822 ql_alloc_phys(dev_info_t *dip, ddi_dma_handle_t *dma_handle, function
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2219 int ql_alloc_phys(ql_adapter_state_t *, dma_mem_t *, int);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2616 if (ql_alloc_phys(ha, &sp->sg_dma, KM_SLEEP) != QL_SUCCESS) {
15534 if ((rval = ql_alloc_phys(ha, mem, KM_SLEEP)) != QL_SUCCESS) {
15545 * ql_alloc_phys
15565 ql_alloc_phys(ql_adapter_state_t *ha, dma_mem_t *mem, int sleep) function

Completed in 110 milliseconds