Lines Matching +full:a +full:- +full:hlm
1 /*-
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
55 ((ocs->ctrlmask & OCS_CTRLMASK_XPORT_ENABLE_TARGET_RSCN) != 0)
94 /*--------------------------------------------------
114 uint8_t loop[128]; /**< FC-AL position map */
120 is_loop:1, /**< Topology is FC-AL */
121 is_nport:1, /**< Topology is N-PORT */
151 * a separate SLI port object.
160 uint32_t is_vport:1; /**< this SPORT is a virtual port */
194 p2p_winner:1; /**< TRUE if we're the point-to-point winner */
202 uint32_t node_group_dir_next_instance; /**< HLM next node group directory instance value */
203 uint32_t node_group_next_instance; /**< HLM next node group instance value */
210 * This object is a container for the various SLI components needed
211 * to connect to the domain of a FC or FCoE switch
241 domain_found_pending:1, /**< A domain found is pending, drec is updated */
245 ocs_domain_record_t pending_drec; /**< Pending drec if a domain found is pending */
250 /* Declarations shared with back-ends */
265 * This object represents a connection between the SLI port and another
266 * Nx_Port on the fabric. Note this can be either a well known port such
267 * as a F_Port (i.e. ff:ff:fe) or another N_Port.
359 uint32_t ox_id_in_use; /**< used to verify one at a time us of ox_id */
392 ocs_remote_node_group_t *node_group; /**< pointer to node group (if HLM enabled) */
398 * Collection of the information required to restore a virtual port across
408 uint32_t enable_tgt:1, /*>> port is a target */