Searched defs:ocs_fcport_s (Results 1 – 1 of 1) sorted by relevance
75 typedef struct ocs_fcport_s { struct76 ocs_t *ocs;77 struct cam_sim *sim;78 struct cam_path *path;79 uint32_t role;80 uint32_t fc_id;82 ocs_fc_target_t tgt[OCS_MAX_TARGETS];83 int lost_device_time;84 struct callout ldt; /* device lost timer */85 struct task ltask;[all …]