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