Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5812 fc_pkt_action_t *action_b; /* Base pointer */ in fctl_pkt_error() local
5826 action_b = error->pkt_action; in fctl_pkt_error()
5839 while (action_b != NULL && in fctl_pkt_error()
5840 action_b->action_val != FC_ACTION_INVALID) { in fctl_pkt_error()
5841 if (action_b->action_val == pkt->pkt_action) { in fctl_pkt_error()
5842 *action = action_b->action_msg; in fctl_pkt_error()
5846 action_b++; in fctl_pkt_error()