Home
last modified time | relevance | path

Searched defs:mesh_state (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dmesh.c143 struct mesh_state { struct
149 struct mesh_state *next; argument
150 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 …]
/linux-3.4.99/net/batman-adv/
Dmain.h89 enum mesh_state { enum
Dtypes.h145 atomic_t mesh_state; member