Searched defs:mesh_state (Results 1 – 1 of 1) sorted by relevance
143 struct mesh_state { struct149 struct mesh_state *next; argument150 struct scsi_cmnd *request_q;151 struct scsi_cmnd *request_qtail;152 enum mesh_phase phase; /* what we're currently trying to do */153 enum msg_phase msgphase;154 int conn_tgt; /* target we're connected to */155 struct scsi_cmnd *current_req; /* req we're currently working on */156 int data_ptr;157 int dma_started;[all …]