Searched refs:ql_alloc_phys (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 53 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, in ql_alloc_ioctl_dma_buf() 3246 if (ql_alloc_phys(qlge->dip, in ql_alloc_shadow_space() 3265 if (ql_alloc_phys(qlge->dip, in ql_alloc_shadow_space() 3379 if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle, in ql_alloc_tx_resources() 3410 if (ql_alloc_phys(qlge->dip, in ql_alloc_tx_resources() 3457 if (ql_alloc_phys(qlge->dip, &tx_ring->wqicb_dma.dma_handle, in ql_alloc_tx_resources() 3536 if (ql_alloc_phys(qlge->dip, &rx_ring->cq_dma.dma_handle, in ql_alloc_rx_resources() 3555 if (ql_alloc_phys(qlge->dip, &rx_ring->sbq_dma.dma_handle, in ql_alloc_rx_resources() 3590 if (ql_alloc_phys(qlge->dip, &rx_ring->lbq_dma.dma_handle, in ql_alloc_rx_resources() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2219 int ql_alloc_phys(ql_adapter_state_t *, dma_mem_t *, int);
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 2616 if (ql_alloc_phys(ha, &sp->sg_dma, KM_SLEEP) != QL_SUCCESS) { in ql_init_pkt() 15534 if ((rval = ql_alloc_phys(ha, mem, KM_SLEEP)) != QL_SUCCESS) { in ql_get_dma_mem() 15565 ql_alloc_phys(ql_adapter_state_t *ha, dma_mem_t *mem, int sleep) in ql_alloc_phys() function
|