Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_fabric.c333 struct efc_node *fabctl; in efc_start_fabctl_node() local
335 fabctl = efc_node_find(nport, FC_FID_FCTRL); in efc_start_fabctl_node()
336 if (!fabctl) { in efc_start_fabctl_node()
337 fabctl = efc_node_alloc(nport, FC_FID_FCTRL, in efc_start_fabctl_node()
339 if (!fabctl) in efc_start_fabctl_node()
348 efc_node_transition(fabctl, __efc_fabctl_init, NULL); in efc_start_fabctl_node()