Searched defs:ocs_domain_record_s (Results 1 – 1 of 1) sorted by relevance
107 typedef struct ocs_domain_record_s { struct108 uint32_t index; /**< FCF table index (used in REG_FCFI) */109 uint32_t priority; /**< FCF reported priority */110 uint8_t address[6]; /**< Switch MAC/FC address */111 uint8_t wwn[8]; /**< Switch WWN */112 union {115 } map;116 uint32_t speed; /**< link speed */117 uint32_t fc_id; /**< our ports fc_id */118 uint32_t is_fc:1, /**< Connection medium is native FC */[all …]