Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h290 uint32_t residual_length; /* Residual transfer length. */ member
388 uint32_t residual_length; /* Residual transfer length. */ member
985 uint32_t residual_length; member
998 uint32_t residual_length; member
1009 uint32_t residual_length; member
1044 uint32_t residual_length; member
1057 uint32_t residual_length; member
1068 uint32_t residual_length; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1995 pkt->residual_length == 0 && in ql_status_entry()
2131 pkt->residual_length != 0 && in ql_24xx_status_entry()
2254 uint32_t residual_length; in ql_status_error() member
2277 sts.residual_length = sts.comp_status == CS_DATA_UNDERRUN ? in ql_status_error()
2279 (uint32_t *)&pkt24->residual_length) : 0; in ql_status_error()
2289 (sts.residual_length != pkt24->fcp_rsp_residual_count)) { in ql_status_error()
2292 sts.residual_length, in ql_status_error()
2304 sts.residual_length != sp->fcp->fcp_data_len)) { in ql_status_error()
2377 sts.residual_length = sts.comp_status == CS_DATA_UNDERRUN ? in ql_status_error()
2379 (uint32_t *)&pkt23->residual_length) : 0; in ql_status_error()
[all …]
H A Dql_xioctl.c2091 uint32_t residual_length; in ql_scsi_passthru() member
2529 sts.residual_length = LE_32(pkt->sts24.residual_length); in ql_scsi_passthru()
2582 sts.residual_length = LE_32(pkt->sts.residual_length); in ql_scsi_passthru()
2650 sts.residual_length = 0; in ql_scsi_passthru()
2669 scsi_req.resid = sts.residual_length; in ql_scsi_passthru()
2710 scsi_req.resid = sts.residual_length; in ql_scsi_passthru()