Searched defs:ocs_node_s (Results 1 – 1 of 1) sorted by relevance
327 struct ocs_node_s { struct329 ocs_t *ocs; /**< pointer back to ocs structure */330 uint32_t instance_index; /**< unique instance index value */331 char display_name[OCS_DISPLAY_NAME_LENGTH]; /**< Node display name */332 ocs_sport_t *sport;356 ocs_node_send_ls_acc_e send_ls_acc; /**< type of LS acc to send */ argument360 ocs_node_shutd_rsn_e shutdown_reason;/**< reason for node shutdown */ argument361 ocs_dma_t sparm_dma_buf; /**< service parameters buffer */362 uint8_t service_params[OCS_SERVICE_PARMS_LENGTH]; /**< plogi/acc frame from remote device */363 ocs_lock_t pend_frames_lock; /**< lock for inbound pending frames list */[all …]