Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c111 static fc_fca_port_t *fctl_fca_portlist; variable
516 fctl_fca_portlist = NULL; in _init()
716 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_add()
1731 for (cur = fctl_fca_portlist; cur; cur = cur->port_next) { in fc_ulp_get_port_handle()
2423 new->port_next = fctl_fca_portlist; in fctl_add_port()
2424 fctl_fca_portlist = new; in fctl_add_port()
2458 list = fctl_fca_portlist; in fctl_remove_port()
2463 fctl_fca_portlist = list->port_next; in fctl_remove_port()
5401 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_get_npiv_port()
5498 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
[all …]