Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c110 static fc_ulp_module_t *fctl_ulp_modules; variable
515 fctl_ulp_modules = NULL; in _init()
685 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) { in fc_ulp_add()
708 fctl_ulp_modules = mod; in fc_ulp_add()
773 for (mod = fctl_ulp_modules, prev = NULL; mod != NULL; in fc_ulp_remove()
787 fctl_ulp_modules = mod->mod_next; in fc_ulp_remove()
2440 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_remove_port()
2537 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()
2560 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()
2712 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_detach_ulps()
[all …]