Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_domain.c567 if (ocs_hw_port_alloc(&ocs->hw, sport, NULL, (uint8_t *)&be_wwpn)) { in __ocs_domain_init()
Docs_hw.h1270 extern ocs_hw_rtn_e ocs_hw_port_alloc(ocs_hw_t *, ocs_sli_port_t *, ocs_domain_t *, uint8_t *);
Docs_sport.c632 if (ocs_hw_port_alloc(&ocs->hw, sport, sport->domain, in __ocs_sport_vport_init()
Docs_hw.c2452 ocs_hw_port_alloc(ocs_hw_t *hw, ocs_sli_port_t *sport, ocs_domain_t *domain, in ocs_hw_port_alloc() function