Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c100 disc_action_t suggested_action; in fct_port_worker() local
114 suggested_action = DISC_ACTION_NO_WORK; in fct_port_worker()
119 suggested_action |= fct_handle_local_port_event(iport); in fct_port_worker()
127 suggested_action |= fct_check_solcmd_queue(iport); in fct_port_worker()
134 suggested_action |= fct_walk_discovery_queue(iport); in fct_port_worker()
143 suggested_action |= fct_process_link_init(iport); in fct_port_worker()
150 suggested_action |= fct_cmd_terminator(iport); in fct_port_worker()
157 suggested_action |= fct_check_cmdlist(iport); in fct_port_worker()
164 suggested_action |= fct_handle_port_offline(iport); in fct_port_worker()
167 if (suggested_action & DISC_ACTION_RESCAN) { in fct_port_worker()
[all …]