Searched defs:iostat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c61 uint32_t iostat; local
81 iostat = cmd->ULPSTATUS;
123 if (hba->underrun_counter && (iostat == IOSTAT_SUCCESS) &&
126 iostat = IOSTAT_FCP_RSP_ERROR;
144 if ((iostat == IOSTAT_SUCCESS) &&
185 if ((iostat != IOSTAT_FCP_RSP_ERROR) || (pkt->pkt_rsplen == 0)) {
213 iostat = IOSTAT_RSP_INVALID;
456 iostat = IOSTAT_DATA_UNDERRUN;
475 iostat = IOSTAT_DATA_OVERRUN;
550 iostat
[all...]
H A Demlxs_solaris.c10181 emlxs_pkt_complete(emlxs_buf_t *sbp, uint32_t iostat, uint8_t localstat, argument
10266 emlxs_set_pkt_state(sbp, iostat, localstat, 0);
10641 emlxs_set_pkt_state(emlxs_buf_t *sbp, uint32_t iostat, uint8_t localstat, argument
10668 if (iostat != IOSTAT_LOCAL_REJECT) {
10671 if (iostat == tptr->emlxs_status) {
10707 if (iostat == IOSTAT_SUCCESS) {

Completed in 78 milliseconds