Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5806 fc_pkt_action_t *action_b; /* Base pointer */ in fctl_pkt_error() local
5820 action_b = error->pkt_action; in fctl_pkt_error()
5833 while (action_b != NULL && in fctl_pkt_error()
5834 action_b->action_val != FC_ACTION_INVALID) { in fctl_pkt_error()
5835 if (action_b->action_val == pkt->pkt_action) { in fctl_pkt_error()
5836 *action = action_b->action_msg; in fctl_pkt_error()
5840 action_b++; in fctl_pkt_error()