Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c232 fcoe_soft_state_t *fcoe_global_ss = NULL; variable
319 ASSERT(fcoe_global_ss == NULL); in fcoe_attach()
320 fcoe_global_ss = ss; in fcoe_attach()
355 ASSERT(fcoe_global_ss != NULL); in fcoe_detach()
356 ASSERT(dip == fcoe_global_ss->ss_dip); in fcoe_detach()
362 fcoe_global_ss = NULL; in fcoe_detach()
948 ASSERT(MUTEX_HELD(&fcoe_global_ss->ss_ioctl_mutex)); in fcoe_lookup_mac_by_id()
949 for (mac = list_head(&fcoe_global_ss->ss_mac_list); mac; in fcoe_lookup_mac_by_id()
950 mac = list_next(&fcoe_global_ss->ss_mac_list, mac)) { in fcoe_lookup_mac_by_id()
967 ASSERT(MUTEX_HELD(&fcoe_global_ss->ss_ioctl_mutex)); in fcoe_mac_existed()
[all …]
H A Dfcoe_fc.c85 for (mac = list_head(&fcoe_global_ss->ss_mac_list); mac; in fcoe_register_client()
86 mac = list_next(&fcoe_global_ss->ss_mac_list, mac)) { in fcoe_register_client()
174 fcoe_global_ss->ss_watchdog_taskq, in fcoe_ctl()
H A Dfcoe.h70 extern struct fcoe_soft_state *fcoe_global_ss;