Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_domain.c560 if (ocs_hw_port_alloc(&ocs->hw, sport, NULL, (uint8_t *)&be_wwpn)) { in __ocs_domain_init()
H A Docs_hw.h1261 extern ocs_hw_rtn_e ocs_hw_port_alloc(ocs_hw_t *, ocs_sli_port_t *, ocs_domain_t *, uint8_t *);
H A Docs_sport.c628 if (ocs_hw_port_alloc(&ocs->hw, sport, sport->domain, in __ocs_sport_vport_init()
H A Docs_hw.c2446 ocs_hw_port_alloc(ocs_hw_t *hw, ocs_sli_port_t *sport, ocs_domain_t *domain, in ocs_hw_port_alloc() function