Searched defs:DeviceCtlBlk (Results 1 – 1 of 1) sorted by relevance
268 struct DeviceCtlBlk { struct269 struct list_head list; /* next/prev ptrs for the dcb list */270 struct AdapterCtlBlk *acb;271 struct list_head srb_going_list; /* head of going srb list */272 struct list_head srb_waiting_list; /* head of waiting srb list */274 struct ScsiReqBlk *active_srb;275 u32 tag_mask;277 u16 max_command;302 struct DeviceCtlBlk *dcb_run_robin; argument