Home
last modified time | relevance | path

Searched refs:residual_length (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h312 uint32_t residual_length; /* Residual transfer length. */ member
409 uint32_t residual_length; /* Residual transfer length. */ member
1021 uint32_t residual_length; member
1036 uint32_t residual_length; member
1047 uint32_t residual_length; member
1084 uint32_t residual_length; member
1099 uint32_t residual_length; member
1110 uint32_t residual_length; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1880 pkt->residual_length == 0 && in ql_status_entry()
2009 pkt->residual_length != 0 && in ql_24xx_status_entry()
2129 uint32_t residual_length; in ql_status_error() member
2152 sts.residual_length = sts.comp_status == CS_DATA_UNDERRUN ? in ql_status_error()
2154 (uint32_t *)&pkt24->residual_length) : 0; in ql_status_error()
2164 (sts.residual_length != pkt24->fcp_rsp_residual_count)) { in ql_status_error()
2167 sts.residual_length, in ql_status_error()
2179 sts.residual_length != sp->fcp->fcp_data_len)) { in ql_status_error()
2251 sts.residual_length = sts.comp_status == CS_DATA_UNDERRUN ? in ql_status_error()
2253 (uint32_t *)&pkt23->residual_length) : 0; in ql_status_error()
[all …]
H A Dql_xioctl.c2006 uint32_t residual_length; in ql_scsi_passthru() member
2423 sts.residual_length = LE_32(pkt->sts24.residual_length); in ql_scsi_passthru()
2476 sts.residual_length = LE_32(pkt->sts.residual_length); in ql_scsi_passthru()
2544 sts.residual_length = 0; in ql_scsi_passthru()
2563 scsi_req.resid = sts.residual_length; in ql_scsi_passthru()
2604 scsi_req.resid = sts.residual_length; in ql_scsi_passthru()