Home
last modified time | relevance | path

Searched refs:db_relative_offset (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c223 ASSERT(!xch->xch_dbufs[dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN]); in fcoet_xfer_scsi_data()
224 xch->xch_dbufs[dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN] = dbuf; in fcoet_xfer_scsi_data()
227 if (dbuf->db_relative_offset == 0) in fcoet_xfer_scsi_data()
256 FCOE_V2B_4(dbuf->db_relative_offset, frm->frm_payload); in fcoet_xfer_scsi_data()
268 offset = dbuf->db_relative_offset; in fcoet_xfer_scsi_data()
294 dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN; in fcoet_xfer_scsi_data()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dfc.d181 fcx_offset = B->db_relative_offset;
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c183 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_read_xfer()
338 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_sgl_read_xfer()
989 dbuf->db_relative_offset = 0; in sbd_handle_read()
1051 dbuf->db_relative_offset = 0; in sbd_handle_read()
1132 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_write_xfer()
1260 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_sgl_write_xfer()
1423 laddr = scmd->addr + dbuf->db_relative_offset; in sbd_handle_write_xfer_completion()
1754 dbuf->db_relative_offset = 0; in sbd_handle_short_read_transfers()
1822 dbuf->db_relative_offset = 0; in sbd_handle_short_write_transfers()
2485 laddr = dbuf->db_relative_offset; in sbd_handle_write_same_xfer_completion()
[all …]
H A Dats_copy_mgr.c357 laddr = dbuf->db_relative_offset; in sbd_handle_ats_xfer_completion()
453 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_ats_xfer()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c560 dbuf->db_relative_offset); in srpt_stp_xfer_data()
572 if ((dbuf->db_relative_offset + dbuf->db_data_size) > in srpt_stp_xfer_data()
594 while ((base_offset + desc->dd_len) < dbuf->db_relative_offset) { in srpt_stp_xfer_data()
601 desc_offset = dbuf->db_relative_offset - base_offset; in srpt_stp_xfer_data()
H A Dsrpt_ioc.c1342 stmf_dbuf->db_relative_offset = 0; in srpt_ioc_ds_alloc_dbuf()
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_msg.c371 pbuf->pbuf_stmf_buf->db_relative_offset = 0; in pppt_msg_scsi_cmd()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h90 uint32_t db_relative_offset; member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1568 ibuf->ibuf_idm_buf, dbuf->db_relative_offset, in iscsit_xfer_scsi_data()
1578 ibuf->ibuf_idm_buf, dbuf->db_relative_offset, in iscsit_xfer_scsi_data()
2170 ibuf->ibuf_stmf_buf->db_relative_offset = 0; in iscsit_post_scsi_cmd()
2177 uint32_t, ibuf->ibuf_stmf_buf->db_relative_offset, in iscsit_post_scsi_cmd()
2192 uint32_t, ibuf->ibuf_stmf_buf->db_relative_offset, in iscsit_post_scsi_cmd()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1865 dbuf->db_relative_offset = task->task_nbytes_transferred; in stmf_ic_rx_scsi_data()
6844 dbuf->db_relative_offset = xd->size_done; in stmf_xd_to_dbuf()
6949 dbuf->db_relative_offset = 0; in stmf_dlun0_new_task()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3752 iocb->un.fcpt64.fcpt_Offset = dbuf->db_relative_offset; in emlxs_sli3_prep_fct_iocb()
H A Demlxs_sli4.c3127 wqe->un.FcpCmd.TotalTransferCount = dbuf->db_relative_offset; in emlxs_sli4_fct_bde_setup()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5485 QMEM_WR32_REQ(qlt, qi, req+0x24, dbuf->db_relative_offset); in qlt_xfer_scsi_data()