Searched refs:CommandList (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 267 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 268 static struct CommandList *cmd_alloc(struct ctlr_info *h); 269 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 270 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 272 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 294 struct CommandList *c); 296 struct CommandList *c); 315 static inline void finish_cmd(struct CommandList *c); 322 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, 333 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c, [all …]
|
| H A D | hpsa_cmd.h | 429 struct CommandList { struct 467 static_assert(offsetof(struct CommandList, refcount) % __alignof__(atomic_t) == 0);
|