Home
last modified time | relevance | path

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.c57 static int ql_alloc_phys(dev_info_t *, ddi_dma_handle_t *,
3250 if (ql_alloc_phys(qlge->dip, in ql_alloc_shadow_space()
3269 if (ql_alloc_phys(qlge->dip, in ql_alloc_shadow_space()
3383 if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle, in ql_alloc_tx_resources()
3414 if (ql_alloc_phys(qlge->dip, in ql_alloc_tx_resources()
3461 if (ql_alloc_phys(qlge->dip, &tx_ring->wqicb_dma.dma_handle, in ql_alloc_tx_resources()
3540 if (ql_alloc_phys(qlge->dip, &rx_ring->cq_dma.dma_handle, in ql_alloc_rx_resources()
3559 if (ql_alloc_phys(qlge->dip, &rx_ring->sbq_dma.dma_handle, in ql_alloc_rx_resources()
3594 if (ql_alloc_phys(qlge->dip, &rx_ring->lbq_dma.dma_handle, in ql_alloc_rx_resources()
3717 if (ql_alloc_phys(qlge->dip, &qlge->ricb_dma.dma_handle, in ql_alloc_mem_resources()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2521 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.c2896 if (ql_alloc_phys(ha, &sp->sg_dma, KM_SLEEP) != QL_SUCCESS) { in ql_init_pkt()
16645 if ((rval = ql_alloc_phys(ha, mem, KM_SLEEP)) != QL_SUCCESS) { in ql_get_dma_mem()
16698 ql_alloc_phys(ql_adapter_state_t *ha, dma_mem_t *mem, int sleep) in ql_alloc_phys() function
18910 if ((rval = ql_alloc_phys(ha, &ha->req_q[0]->req_ring, KM_SLEEP)) != in ql_create_queues()
18959 if ((rval = ql_alloc_phys(ha, &ha->req_q[1]->req_ring, in ql_create_queues()
19010 if ((rval = ql_alloc_phys(ha, &ha->rcv_ring, KM_SLEEP)) != in ql_create_queues()
19070 rval = ql_alloc_phys(ha, &rsp_q->rsp_ring, KM_SLEEP); in ql_create_rsp_queue()
21748 rval = ql_alloc_phys(ha, &ha->dmp_template, KM_SLEEP); in ql_2700_get_module_dmp_template()
21850 rval = ql_alloc_phys(ha, &ha->dmp_template, KM_SLEEP); in ql_2700_get_flash_dmp_template()
22937 if ((rval = ql_alloc_phys(ha, &mem, KM_SLEEP)) != QL_SUCCESS) { in ql_2700_dump_ram()