Searched defs:mesh_state (Results 1 – 2 of 2) sorted by relevance
144 struct mesh_state { struct150 struct mesh_state *next; argument151 struct scsi_cmnd *request_q;152 struct 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 struct scsi_cmnd *current_req; /* req we're currently working on */157 int data_ptr;158 int dma_started;[all …]
1564 atomic_t mesh_state; member