Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5811 fc_pkt_reason_t *reason_b; /* Base pointer */ in fctl_pkt_error() local
5825 reason_b = error->pkt_reason; in fctl_pkt_error()
5829 while (reason_b != NULL && in fctl_pkt_error()
5830 reason_b->reason_val != FC_REASON_INVALID) { in fctl_pkt_error()
5831 if (reason_b->reason_val == pkt->pkt_reason) { in fctl_pkt_error()
5832 *reason = reason_b->reason_msg; in fctl_pkt_error()
5836 reason_b++; in fctl_pkt_error()