Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dmesh.c144 struct mesh_state { struct
150 struct mesh_state *next; argument
151 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 …]
/kernel/linux/linux-5.10/net/batman-adv/
Dtypes.h1564 atomic_t mesh_state; member