Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dfc.d181 fcx_offset = B->db_relative_offset;
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c166 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_read_xfer()
317 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_sgl_read_xfer()
912 dbuf->db_relative_offset = 0; in sbd_handle_read()
974 dbuf->db_relative_offset = 0; in sbd_handle_read()
1054 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_write_xfer()
1180 dbuf->db_relative_offset = scmd->current_ro; in sbd_do_sgl_write_xfer()
1327 laddr = scmd->addr + dbuf->db_relative_offset; in sbd_handle_write_xfer_completion()
1627 dbuf->db_relative_offset = 0; in sbd_handle_short_read_transfers()
1695 dbuf->db_relative_offset = 0; in sbd_handle_short_write_transfers()
2328 laddr = dbuf->db_relative_offset; in sbd_handle_write_same_xfer_completion()
[all …]
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/
H A Dstmf.h87 uint32_t db_relative_offset; member
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1547 ibuf->ibuf_idm_buf, dbuf->db_relative_offset, in iscsit_xfer_scsi_data()
1556 ibuf->ibuf_idm_buf, dbuf->db_relative_offset, in iscsit_xfer_scsi_data()
2136 ibuf->ibuf_stmf_buf->db_relative_offset = 0; in iscsit_post_scsi_cmd()
2143 uint32_t, ibuf->ibuf_stmf_buf->db_relative_offset, in iscsit_post_scsi_cmd()
2158 uint32_t, ibuf->ibuf_stmf_buf->db_relative_offset, in iscsit_post_scsi_cmd()
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1864 dbuf->db_relative_offset = task->task_nbytes_transferred; in stmf_ic_rx_scsi_data()
6559 dbuf->db_relative_offset = xd->size_done; in stmf_xd_to_dbuf()
6664 dbuf->db_relative_offset = 0; in stmf_dlun0_new_task()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3747 iocb->un.fcpt64.fcpt_Offset = dbuf->db_relative_offset; in emlxs_sli3_prep_fct_iocb()
H A Demlxs_sli4.c2769 wqe->un.FcpCmd.TotalTransferCount = dbuf->db_relative_offset; in emlxs_sli4_fct_bde_setup()
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3432 QMEM_WR32(qlt, req+0x24, dbuf->db_relative_offset); in qlt_xfer_scsi_data()