Searched refs:entry_status (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 61 uint8_t entry_status; /* Entry Status. */ member 100 uint8_t entry_status; /* Entry Status. */ member 128 uint8_t entry_status; /* Entry Status. */ member 195 uint8_t entry_status; /* Entry Status. */ member 222 uint8_t entry_status; /* Entry Status. */ member 253 uint8_t entry_status; /* Entry Status. */ member 280 uint8_t entry_status; /* Entry Status. */ member 301 uint8_t entry_status; /* Entry Status. */ member 405 uint8_t entry_status; /* Entry Status. */ member 430 uint8_t entry_status; /* Entry Status. */ member [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 1616 pkt->entry_status = (uint8_t)(CFG_IST(ha, CFG_CTRL_24258081) ? in ql_response_pkt() 1617 pkt->entry_status & 0x3c : pkt->entry_status & 0x7e); in ql_response_pkt() 1619 if (pkt->entry_status != 0) { in ql_response_pkt() 1725 if (pkt->entry_status & BIT_6) { in ql_error_entry() 1727 } else if (pkt->entry_status & BIT_5) { in ql_error_entry() 1729 } else if (pkt->entry_status & BIT_4) { in ql_error_entry() 1731 } else if (pkt->entry_status & BIT_3) { in ql_error_entry() 1733 } else if (pkt->entry_status & BIT_2) { in ql_error_entry() 1735 } else if (pkt->entry_status & BIT_1) { in ql_error_entry() 1738 EL(ha, "UNKNOWN flag = %xh error\n", pkt->entry_status); in ql_error_entry() [all …]
|
H A D | ql_xioctl.c | 1626 if (rval != QL_SUCCESS || (pkt->sts24.entry_status & 0x3c) != in ql_fcct() 1630 pkt->sts24.entry_status, in ql_fcct() 1687 if (rval != QL_SUCCESS || (pkt->sts.entry_status & 0x7e) != 0) { in ql_fcct() 1689 "es=%xh, rval=%xh\n", pkt->sts.entry_status, rval); in ql_fcct() 2342 pkt->sts24.entry_status = (uint8_t) in ql_scsi_passthru() 2343 (pkt->sts24.entry_status & 0x3c); in ql_scsi_passthru() 2345 pkt->sts.entry_status = (uint8_t) in ql_scsi_passthru() 2346 (pkt->sts.entry_status & 0x7e); in ql_scsi_passthru() 2349 if (status == QL_SUCCESS && pkt->sts.entry_status != 0) { in ql_scsi_passthru() 2351 pkt->sts.entry_status, tq->d_id.b24); in ql_scsi_passthru() [all …]
|
H A D | ql_mbx.c | 1300 if (rval == QL_SUCCESS && (pkt->sts24.entry_status & 0x3c) != 0) { in ql_task_mgmt_iocb() 1302 pkt->sts24.entry_status, tq->d_id.b24); in ql_task_mgmt_iocb() 1665 if (rval == QL_SUCCESS && (pkt->log.entry_status & 0x3c) != 0) { in ql_log_iocb() 1667 pkt->log.entry_status, tq->d_id.b24); in ql_log_iocb() 2718 if ((pkt->abo.entry_status & 0x3c) != 0) { in ql_abort_cmd_iocb() 2720 pkt->abo.entry_status, tq->d_id.b24); in ql_abort_cmd_iocb()
|
H A D | ql_init.c | 2779 (pkt->mvfy.entry_status & 0x3c) != 0 || in ql_init_rings() 2783 pkt->mvfy.entry_status & 0x3c, in ql_init_rings()
|