Searched refs:fctl_ulp_modules (Results 1 – 1 of 1) sorted by relevance
106 static fc_ulp_module_t *fctl_ulp_modules; variable511 fctl_ulp_modules = NULL; in _init()681 for (mod = fctl_ulp_modules, prev = NULL; mod; mod = mod->mod_next) { in fc_ulp_add()704 fctl_ulp_modules = mod; in fc_ulp_add()769 for (mod = fctl_ulp_modules, prev = NULL; mod != NULL; in fc_ulp_remove()783 fctl_ulp_modules = mod->mod_next; in fc_ulp_remove()2436 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_remove_port()2533 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()2556 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_attach_ulps()2708 for (mod = fctl_ulp_modules; mod; mod = mod->mod_next) { in fctl_detach_ulps()[all …]