Searched refs:CommandList (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/
H A Dhpsa.h32 struct CommandList *c);
201 struct CommandList *cmd_pool;
421 struct CommandList *c)
428 struct CommandList *c)
434 struct CommandList *c)
H A Dhpsa.c267 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,
292 struct CommandList *c);
294 struct CommandList *c);
313 static inline void finish_cmd(struct CommandList *c);
320 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
331 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *
[all...]
H A Dhpsa_cmd.h429 struct CommandList { struct
465 * the struct CommandList.
467 static_assert(offsetof(struct CommandList, refcount) % __alignof__(atomic_t) == 0);

Completed in 112 milliseconds