Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_drv_fc.h94 void (*domain_list_empty_cb)(ocs_t *ocs, void *arg); /*>> domain list empty callback */ member
H A Docs.h135 void (*domain_list_empty_cb)(ocs_t *ocs, void *arg); member
H A Docs_domain.c298 if (ocs_list_empty(&ocs->domain_list) && ocs->domain_list_empty_cb ) { in ocs_domain_free()
299 (*ocs->domain_list_empty_cb)(ocs, ocs->domain_list_empty_cb_arg); in ocs_domain_free()
356 ocs->domain_list_empty_cb = callback; in ocs_register_domain_list_empty_cb()