Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_domain.c831 rc = ocs_hw_domain_free(&ocs->hw, domain); in __ocs_domain_allocated()
989 rc = ocs_hw_domain_free(&ocs->hw, domain); in __ocs_domain_ready()
1055 rc = ocs_hw_domain_free(&ocs->hw, domain); in __ocs_domain_wait_sports_free()
1178 rc = ocs_hw_domain_free(&ocs->hw, domain); in __ocs_domain_wait_domain_lost()
HDocs_hw.h1277 extern ocs_hw_rtn_e ocs_hw_domain_free(ocs_hw_t *, ocs_domain_t *);
HDocs_hw.c2889 ocs_hw_domain_free(ocs_hw_t *hw, ocs_domain_t *domain) in ocs_hw_domain_free() function