Searched refs:fcf_wwn (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_domain.c | 106 uint64_t fcf_wwn = 0; in ocs_domain_cb() local 111 fcf_wwn = ocs_be64toh(*((uint64_t*)drec->wwn)); in ocs_domain_cb() 114 domain = ocs_domain_find(ocs, fcf_wwn); in ocs_domain_cb() 116 domain = ocs_domain_alloc(ocs, fcf_wwn); in ocs_domain_cb() 186 ocs_domain_find(ocs_t *ocs, uint64_t fcf_wwn) in ocs_domain_find() argument 193 if (fcf_wwn == domain->fcf_wwn) { in ocs_domain_find() 215 ocs_domain_alloc(ocs_t *ocs, uint64_t fcf_wwn) in ocs_domain_alloc() argument 238 domain->fcf_wwn = fcf_wwn; in ocs_domain_alloc() 239 ocs_log_debug(ocs, "Domain allocated: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_alloc() 282 ocs_log_debug(ocs, "Domain free: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_free() [all …]
|
H A D | ocs_domain.h | 40 extern ocs_domain_t *ocs_domain_find(ocs_t *ocs, uint64_t fcf_wwn); 41 extern ocs_domain_t *ocs_domain_alloc(ocs_t *ocs, uint64_t fcf_wwn);
|
H A D | ocs_common.h | 234 uint64_t fcf_wwn; /**< WWN for FCF/switch */ member
|