Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h321 struct ocs_node_s { struct
322 ocs_t *ocs; /**< pointer back to ocs structure */
323 uint32_t instance_index; /**< unique instance index value */
324 char display_name[OCS_DISPLAY_NAME_LENGTH]; /**< Node display name */
325 ocs_sport_t *sport;
349 ocs_node_send_ls_acc_e send_ls_acc; /**< type of LS acc to send */ argument
353 ocs_node_shutd_rsn_e shutdown_reason;/**< reason for node shutdown */ argument
354 ocs_dma_t sparm_dma_buf; /**< service parameters buffer */
355 uint8_t service_params[OCS_SERVICE_PARMS_LENGTH]; /**< plogi/acc frame from remote device */
356 ocs_lock_t pend_frames_lock; /**< lock for inbound pending frames list */
[all …]