Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_domain.c607 if (ocs_hw_domain_alloc(&ocs->hw, domain, drec->index, vlan)) { in __ocs_domain_init()
H A Docs_hw.h1266 extern ocs_hw_rtn_e ocs_hw_domain_alloc(ocs_hw_t *, ocs_domain_t *, uint32_t, uint32_t);
H A Docs_hw.c2783 ocs_hw_domain_alloc(ocs_hw_t *hw, ocs_domain_t *domain, uint32_t fcf, uint32_t vlan) in ocs_hw_domain_alloc() function