Searched refs:CommandList (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | hpsa.c | 263 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 264 static struct CommandList *cmd_alloc(struct ctlr_info *h); 265 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 266 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 268 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 288 struct CommandList *c); 290 struct CommandList *c); 309 static inline void finish_cmd(struct CommandList *c); 316 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, 327 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c, [all …]
|
D | hpsa.h | 31 struct CommandList *c); 200 struct CommandList *cmd_pool; 420 struct CommandList *c) in SA5_submit_command() 427 struct CommandList *c) in SA5_submit_command_no_read() 433 struct CommandList *c) in SA5_submit_command_ioaccel2()
|
D | hpsa_cmd.h | 424 struct CommandList { struct
|