Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c111 static fc_ulp_module_t *fctl_ulp_modules; variable
516 fctl_ulp_modules = NULL; in _init()
686 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) { in fc_ulp_add()
709 fctl_ulp_modules = mod; in fc_ulp_add()
774 for (mod = fctl_ulp_modules, prev = NULL; mod != NULL; in fc_ulp_remove()
788 fctl_ulp_modules = mod->mod_next; in fc_ulp_remove()
2441 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_remove_port()
2538 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()
2561 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()
2713 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_detach_ulps()
[all …]