Searched refs:CommandList (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 237 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 238 static struct CommandList *cmd_alloc(struct ctlr_info *h); 239 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 240 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 242 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 263 struct CommandList *c); 265 struct CommandList *c); 280 static inline void finish_cmd(struct CommandList *c); 287 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, 309 static inline bool hpsa_is_cmd_idle(struct CommandList *c) in hpsa_is_cmd_idle() [all …]
|
D | hpsa.h | 30 struct CommandList *c); 193 struct CommandList *cmd_pool; 409 struct CommandList *c) in SA5_submit_command() 416 struct CommandList *c) in SA5_submit_command_no_read() 422 struct CommandList *c) in SA5_submit_command_ioaccel2()
|
D | hpsa_cmd.h | 418 struct CommandList { struct
|