Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h403 struct ocs_vport_spec_s { struct
404 uint32_t domain_instance; /*>> instance index of this domain for the sport */
405 uint64_t wwnn; /*>> node name */
406 uint64_t wwpn; /*>> port name */
407 uint32_t fc_id; /*>> port id */
408 uint32_t enable_tgt:1, /*>> port is a target */
409 enable_ini:1; /*>> port is an initiator */
410 ocs_list_link_t link; /*>> link */
411 void *tgt_data; /**< target backend pointer */
412 void *ini_data; /**< initiator backend pointer */
[all …]