Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Ddc395x.c253 struct DeviceCtlBlk { struct
254 struct list_head list; /* next/prev ptrs for the dcb list */
255 struct AdapterCtlBlk *acb;
256 struct list_head srb_going_list; /* head of going srb list */
257 struct list_head srb_waiting_list; /* head of waiting srb list */
259 struct ScsiReqBlk *active_srb;
260 u32 tag_mask;
262 u16 max_command;
287 struct DeviceCtlBlk *dcb_run_robin; argument