Searched refs:task_resid (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 750 if (task->task_scsi_status == STATUS_GOOD && !task->task_resid) { in fcoet_send_status() 790 if (task->task_scsi_status == STATUS_CHECK || task->task_resid) { in fcoet_send_status() 801 FCOE_V2B_4(task->task_resid, ffr->ffr_resid); in fcoet_send_status()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stmf.h | 144 uint32_t task_resid; member
|
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.c | 852 task->task_resid, in srpt_stp_send_status() 883 resbytes = task->task_resid; in srpt_stp_send_status() 895 resbytes = task->task_resid; in srpt_stp_send_status()
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 1082 rsp->residual_count = htonl(task->task_resid); in iscsit_update_statsn() 1673 (task->task_resid == 0)) { in iscsit_send_scsi_status() 1736 rsp->residual_count = htonl(task->task_resid); in iscsit_send_scsi_status()
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3579 QMEM_WR32(qlt, req + 0x1C, task->task_resid); in qlt_send_status() 3636 fcp_rsp_iu[12] = (uint8_t)((task->task_resid >> 24) & 0xFF); in qlt_send_status() 3637 fcp_rsp_iu[13] = (uint8_t)((task->task_resid >> 16) & 0xFF); in qlt_send_status() 3638 fcp_rsp_iu[14] = (uint8_t)((task->task_resid >> 8) & 0xFF); in qlt_send_status() 3639 fcp_rsp_iu[15] = (uint8_t)((task->task_resid >> 0) & 0xFF); in qlt_send_status() 3719 QMEM_WR32(qlt, req + 0x1C, task->task_resid); in qlt_send_status()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 2650 fct_task->task_resid, size, fct_cmd->cmd_rxid, fct_cmd->cmd_oxid); 2691 if (fct_task->task_resid) { 2695 fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid); 2700 fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid);
|
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.c | 779 task->task_status_ctrl, task->task_resid, in pppt_lport_send_status()
|
/titanic_50/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 4770 task->task_resid = 0; in stmf_send_scsi_status() 4774 task->task_resid = task->task_cmd_xfer_length - in stmf_send_scsi_status() 4779 task->task_resid = task->task_expected_xfer_length - in stmf_send_scsi_status() 4783 task->task_resid = 0; in stmf_send_scsi_status()
|