Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c112 static fc_ulp_list_t *fctl_ulp_list; variable
147 _NOTE(MUTEX_PROTECTS_DATA(fctl_ulp_list_mutex, fctl_ulp_list))
650 if (fctl_ulp_list != NULL) { in fc_ulp_add()
651 new->ulp_next = fctl_ulp_list; in fc_ulp_add()
653 fctl_ulp_list = new; in fc_ulp_add()
662 for (last = NULL, list = fctl_ulp_list; list != NULL; in fc_ulp_add()
674 fctl_ulp_list = list->ulp_next; in fc_ulp_add()
752 for (last = NULL, list = fctl_ulp_list; list != NULL; in fc_ulp_remove()
764 fctl_ulp_list = list->ulp_next; in fc_ulp_remove()
1768 for (list = fctl_ulp_list; list != NULL; list = list->ulp_next) { in fc_ulp_is_name_present()