Lines Matching refs:ioc_status
1460 DNPRINTF(MPII_D_MISC, "%s: ioc_status: 0x%04x\n", DEVNAME(sc),
1461 le16toh(iip.ioc_status));
1465 if (le16toh(iip.ioc_status) != MPII_IOCSTATUS_SUCCESS ||
2318 DNPRINTF(MPII_D_MISC, "%s: ioc_status: 0x%04x\n", DEVNAME(sc),
2319 le16toh(cp->ioc_status));
2329 if (le16toh(cp->ioc_status) != MPII_IOCSTATUS_SUCCESS)
2433 DNPRINTF(MPII_D_MISC, "%s: ioc_status: 0x%04x\n", DEVNAME(sc),
2434 le16toh(cp->ioc_status));
2444 if (le16toh(cp->ioc_status) != MPII_IOCSTATUS_SUCCESS)
3226 "ioc_status: 0x%04x\n", DEVNAME(sc), sie->scsi_status,
3227 sie->scsi_state, le16toh(sie->ioc_status));
3243 switch (le16toh(sie->ioc_status) & MPII_IOCSTATUS_MASK) {
3415 if ((rep->ioc_status != MPII_IOCSTATUS_SUCCESS) ||