Home
last modified time | relevance | path

Searched refs:resp_status (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcio.h173 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member
250 uint_t resp_status[FC_STATUS_ENTRIES]; /* response status */ member
/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c1855 uint32_t resp_status; in aac_pd_complete() local
1861 resp_status = ddi_get32(acc, &resp->status); in aac_pd_complete()
1864 if (resp_status == ST_OK) { in aac_pd_complete()
2016 resp_status); in aac_pd_complete()
2711 uint32_t resp_status; in aac_handle_adapter_config_issues() local
2733 resp_status = ddi_get32(acc, &resp->Status); in aac_handle_adapter_config_issues()
2735 if ((rval == AACOK) && (resp_status == 0) && (ct_status == CT_OK)) { in aac_handle_adapter_config_issues()
2747 resp_status = ddi_get32(acc, &resp->Status); in aac_handle_adapter_config_issues()
2749 if ((rval == AACOK) && (resp_status == 0) && in aac_handle_adapter_config_issues()
/titanic_50/usr/src/cmd/luxadm/
H A Dg_adm.c2371 if (fc_stats->pstats[port].resp_status[i] != 0) { in display_socal_stats()
2379 fc_stats->pstats[port].resp_status[i], i); in display_socal_stats()
2643 if (ifp_stats.resp_status[i] != 0) { in adm_display_err()
2654 ifp_stats.resp_status[i], i); in adm_display_err()
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c3445 resp_status[status]++; in socal_intr_solicited()
3448 resp_status[FCAL_STATUS_ERROR]++; in socal_intr_solicited()