Home
last modified time | relevance | path

Searched defs:ocs_domain_record_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h107 typedef struct ocs_domain_record_s { struct
108 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 …]