Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5807 fc_pkt_expln_t *expln_b; /* Base pointer */ in fctl_pkt_error() local
5821 expln_b = error->pkt_expln; in fctl_pkt_error()
5843 while (expln_b != NULL && in fctl_pkt_error()
5844 expln_b->expln_val != FC_EXPLN_INVALID) { in fctl_pkt_error()
5845 if (expln_b->expln_val == pkt->pkt_expln) { in fctl_pkt_error()
5846 *expln = expln_b->expln_msg; in fctl_pkt_error()
5850 expln_b++; in fctl_pkt_error()