Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1704 comp_status = (uint16_t)LE_16(pkt->sts24.comp_status); in ql_fcct()
1711 if (rval != QL_SUCCESS || (pkt->sts24.entry_status & 0x3c) != in ql_fcct()
1715 pkt->sts24.entry_status, in ql_fcct()
1716 pkt->sts24.scsi_status_l, rval); in ql_fcct()
2447 pkt->sts24.entry_status = (uint8_t) in ql_scsi_passthru()
2448 (pkt->sts24.entry_status & 0x3c); in ql_scsi_passthru()
2462 LE_16(pkt->sts24.comp_status) : in ql_scsi_passthru()
2525 sts.scsi_status_l = pkt->sts24.scsi_status_l; in ql_scsi_passthru()
2526 sts.scsi_status_h = pkt->sts24.scsi_status_h; in ql_scsi_passthru()
2529 sts.residual_length = LE_32(pkt->sts24.residual_length); in ql_scsi_passthru()
[all …]
H A Dql_mbx.c1380 if (rval == QL_SUCCESS && (pkt->sts24.entry_status & 0x3c) != 0) { in ql_task_mgmt_iocb()
1382 pkt->sts24.entry_status, tq->d_id.b24); in ql_task_mgmt_iocb()
1386 LITTLE_ENDIAN_16(&pkt->sts24.comp_status); in ql_task_mgmt_iocb()
1388 if (rval == QL_SUCCESS && pkt->sts24.comp_status != CS_COMPLETE) { in ql_task_mgmt_iocb()
1390 pkt->sts24.comp_status, tq->d_id.b24); in ql_task_mgmt_iocb()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1432 sts_24xx_entry_t sts24; member