Symbol: ql_alloc_phys
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16645
if ((rval = ql_alloc_phys(ha, mem, KM_SLEEP)) != QL_SUCCESS) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18910
if ((rval = ql_alloc_phys(ha, &ha->req_q[0]->req_ring, KM_SLEEP)) !=
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18959
if ((rval = ql_alloc_phys(ha, &ha->req_q[1]->req_ring,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19010
if ((rval = ql_alloc_phys(ha, &ha->rcv_ring, KM_SLEEP)) !=
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19070
rval = ql_alloc_phys(ha, &rsp_q->rsp_ring, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21748
rval = ql_alloc_phys(ha, &ha->dmp_template, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
21850
rval = ql_alloc_phys(ha, &ha->dmp_template, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22937
if ((rval = ql_alloc_phys(ha, &mem, KM_SLEEP)) != QL_SUCCESS) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2896
if (ql_alloc_phys(ha, &sp->sg_dma, KM_SLEEP) != QL_SUCCESS) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3160
if (ql_alloc_phys(qlge->dip, &qlge->ioctl_buf_dma_attr.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3250
if (ql_alloc_phys(qlge->dip,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3269
if (ql_alloc_phys(qlge->dip,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3383
if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3414
if (ql_alloc_phys(qlge->dip,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3461
if (ql_alloc_phys(qlge->dip, &tx_ring->wqicb_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3540
if (ql_alloc_phys(qlge->dip, &rx_ring->cq_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3559
if (ql_alloc_phys(qlge->dip, &rx_ring->sbq_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3594
if (ql_alloc_phys(qlge->dip, &rx_ring->lbq_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3624
if (ql_alloc_phys(qlge->dip, &rx_ring->cqicb_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
3717
if (ql_alloc_phys(qlge->dip, &qlge->ricb_dma.dma_handle,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
57
static int ql_alloc_phys(dev_info_t *, ddi_dma_handle_t *,
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
2521
int ql_alloc_phys(ql_adapter_state_t *, dma_mem_t *, int);