Searched refs:fabctl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_fabric.c380 /* sm: if enable_ini / start fabctl node
566 * we haven't sent GID_PT yet (ACC sent by fabctl node) */
670 * we haven't sent GID_PT yet (ACC sent by fabctl node) */
722 * we haven't sent GID_PT yet (ACC sent by fabctl node) */
1814 ocs_node_t *fabctl; local
1816 fabctl = ocs_node_find(sport, FC_ADDR_CONTROLLER);
1817 if (fabctl == NULL) {
1818 fabctl = ocs_node_alloc(sport, FC_ADDR_CONTROLLER, FALSE, FALSE);
1819 if (fabctl == NULL) {
1827 ocs_node_transition(fabctl, __ocs_fabctl_ini
[all...]

Completed in 94 milliseconds