Home
last modified time | relevance | path

Searched refs:MPII_IOCSTATUS_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/pci/
H A Dmpii.c1465 if (le16toh(iip.ioc_status) != MPII_IOCSTATUS_SUCCESS || in mpii_iocinit()
2329 if (le16toh(cp->ioc_status) != MPII_IOCSTATUS_SUCCESS) in mpii_req_cfg_header()
2444 if (le16toh(cp->ioc_status) != MPII_IOCSTATUS_SUCCESS) in mpii_req_cfg_page()
3259 case MPII_IOCSTATUS_SUCCESS: in mpii_scsi_cmd_done()
3417 if ((rep->ioc_status != MPII_IOCSTATUS_SUCCESS) ||
H A Dmpiireg.h209 #define MPII_IOCSTATUS_SUCCESS (0x0000) macro