Searched refs:entry_status (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
| H A D | ql_iocb.h | 71 uint8_t entry_status; /* Entry Status. */ member 105 uint8_t entry_status; /* Entry Status. */ member 132 uint8_t entry_status; /* Entry Status. */ member 198 uint8_t entry_status; /* Entry Status. */ member 222 uint8_t entry_status; /* Entry Status. */ member 253 uint8_t entry_status; /* Entry Status. */ member 267 uint8_t entry_status; /* Entry Status. */ member 279 uint8_t entry_status; /* Entry Status. */ member 384 uint8_t entry_status; /* Entry Status. */ member 409 uint8_t entry_status; /* Entry Status. */ member [all …]
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| H A D | ql_isr.c | 1679 pkt->entry_status = (uint8_t) in ql_response_pkt() 1681 pkt->entry_status & 0x3c : pkt->entry_status & 0x7e); in ql_response_pkt() 1683 if (pkt->entry_status != 0 || in ql_response_pkt() 1824 if (pkt->entry_status & BIT_6) { in ql_error_entry() 1826 } else if (pkt->entry_status & BIT_5) { in ql_error_entry() 1828 } else if (pkt->entry_status & BIT_4) { in ql_error_entry() 1830 } else if (pkt->entry_status & BIT_3) { in ql_error_entry() 1832 } else if (pkt->entry_status & BIT_2) { in ql_error_entry() 1834 } else if (pkt->entry_status & BIT_1) { in ql_error_entry() 1837 EL(ha, "UNKNOWN flag = %xh error\n", pkt->entry_status); in ql_error_entry() [all …]
|
| H A D | ql_xioctl.c | 1711 if (rval != QL_SUCCESS || (pkt->sts24.entry_status & 0x3c) != in ql_fcct() 1715 pkt->sts24.entry_status, in ql_fcct() 1772 if (rval != QL_SUCCESS || (pkt->sts.entry_status & 0x7e) != 0) { in ql_fcct() 1774 "es=%xh, rval=%xh\n", pkt->sts.entry_status, 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() 2450 pkt->sts.entry_status = (uint8_t) in ql_scsi_passthru() 2451 (pkt->sts.entry_status & 0x7e); in ql_scsi_passthru() 2454 if (status == QL_SUCCESS && pkt->sts.entry_status != 0) { in ql_scsi_passthru() 2456 pkt->sts.entry_status, tq->d_id.b24); in ql_scsi_passthru() [all …]
|
| H A D | ql_mbx.c | 1380 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() 1763 if (rval == QL_SUCCESS && (pkt->log.entry_status & 0x3c) != 0) { in ql_log_iocb() 1765 pkt->log.entry_status, tq->d_id.b24); in ql_log_iocb() 2832 if ((pkt->abo.entry_status & 0x3c) != 0) { in ql_abort_cmd_iocb() 2834 pkt->abo.entry_status, tq->d_id.b24); in ql_abort_cmd_iocb()
|
| H A D | ql_iocb.c | 202 pkt->entry_status = sp->rsp_q_number; in ql_start_iocb()
|
| H A D | ql_init.c | 2857 (pkt->mvfy.entry_status & 0x3c) != 0 || in ql_init_rings() 2861 pkt->mvfy.entry_status & 0x3c, in ql_init_rings()
|