Searched refs:hba_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c184 ddi_put32(ha->hba_buf.acc_handle, &pkt->handle,
197 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
315 ddi_put32(ha->hba_buf.acc_handle,
379 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
464 ddi_put16(ha->hba_buf.acc_handle, &pkt->timeout, sp->isp_timeout);
467 ddi_rep_put8(ha->hba_buf.acc_handle, fcp->fcp_cdb,
501 ddi_put16(ha->hba_buf.acc_handle, &pkt->dseg_count, seg_cnt);
504 ddi_put32(ha->hba_buf.acc_handle, &pkt->byte_count, fcp->fcp_data_len);
510 ddi_put32(ha->hba_buf.acc_handle, ptr32++, cp->dmac_address);
512 ddi_put32(ha->hba_buf
[all...]
H A Dql_isr.c1582 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
1587 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
1742 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, &pkt->handle);
1821 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, &pkt->handle);
1849 comp_status = (uint16_t)ddi_get16(ha->hba_buf.acc_handle,
1954 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, &pkt->handle);
1982 comp_status = (uint16_t)ddi_get16(ha->hba_buf.acc_handle,
2065 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, pkt_handle);
2081 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
2146 sts.comp_status = (uint16_t)ddi_get16(ha->hba_buf
[all...]
H A Dql_init.c425 * ha->hba_buf = request and response rings
890 * ha->hba_buf = request and response rings
2149 ha->hba_buf.dma_handle,
2153 ddi_rep_get16(ha->hba_buf.acc_handle,
2348 ddi_rep_put32(ha->hba_buf.acc_handle,
2359 ddi_rep_put16(ha->hba_buf.acc_handle,
2365 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
2455 (void) ddi_dma_sync(ha->hba_buf.dma_handle,
2618 * ha->hba_buf = request and response rings
H A Dql_api.c1224 if (ql_get_dma_mem(ha, &ha->hba_buf, size, LITTLE_ENDIAN_DMA,
1233 ha->request_dvma = ha->hba_buf.cookie.dmac_laddress +
1236 ((caddr_t)ha->hba_buf.bp + REQUEST_Q_BUFFER_OFFSET);
1238 ha->response_dvma = ha->hba_buf.cookie.dmac_laddress +
1241 ((caddr_t)ha->hba_buf.bp + RESPONSE_Q_BUFFER_OFFSET);
1243 ha->rcvbuf_dvma = ha->hba_buf.cookie.dmac_laddress +
1246 ((caddr_t)ha->hba_buf.bp + RCVBUF_Q_BUFFER_OFFSET);
1600 ql_free_phys(ha, &ha->hba_buf);
1928 ql_free_phys(ha, &ha->hba_buf);
3817 pha->hba_buf
[all...]
H A Dql_xioctl.c2247 ddi_rep_put8(ha->hba_buf.acc_handle, scsi_req.cdbp,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1459 dma_mem_t hba_buf; member in struct:ql_adapter_state

Completed in 115 milliseconds