Home
last modified time | relevance | path

Searched refs:dbuf_rsp_iu (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h495 stmf_data_buf_t *dbuf_rsp_iu; /* dbuf for possible FCP_RSP IU */ member
H A Dqlt.c5613 qcmd->dbuf_rsp_iu = NULL; in qlt_send_status()
5677 qcmd->dbuf_rsp_iu = qlt_i_dmem_alloc(qlt, in qlt_send_status()
5679 if (!qcmd->dbuf_rsp_iu) { in qlt_send_status()
5686 fcp_rsp_iu = qcmd->dbuf_rsp_iu->db_sglist[0].seg_addr; in qlt_send_status()
5735 qlt_dmem_dma_sync(qcmd->dbuf_rsp_iu, DDI_DMA_SYNC_FORDEV); in qlt_send_status()
5749 qcmd->dbuf_rsp_iu = NULL; in qlt_send_status()
5761 qcmd->dbuf_rsp_iu); in qlt_send_status()
5762 qcmd->dbuf_rsp_iu = NULL; in qlt_send_status()
6934 if (qcmd->dbuf_rsp_iu) { in qlt_handle_ctio_completion()
6936 qlt_dmem_free(NULL, qcmd->dbuf_rsp_iu); in qlt_handle_ctio_completion()
[all …]