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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h173 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member in struct:fc_pstats
250 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member in struct:ifp_stats
255 * Defines for the QLA21xx resp_status -- this is the command completion status
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1855 uint32_t resp_status; local
1861 resp_status = ddi_get32(acc, &resp->status);
1864 if (resp_status == ST_OK) {
2016 resp_status);
2711 uint32_t resp_status; local
2733 resp_status = ddi_get32(acc, &resp->Status);
2735 if ((rval == AACOK) && (resp_status == 0) && (ct_status == CT_OK)) {
2747 resp_status = ddi_get32(acc, &resp->Status);
2749 if ((rval == AACOK) && (resp_status == 0) &&

Completed in 254 milliseconds