Home
last modified time | relevance | path

Searched refs:cmd_tagged_free (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dhpsa.c269 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
2476 cmd_tagged_free(h, c); in hpsa_cmd_resolve_and_free()
6123 * at init, and managed by cmd_tagged_alloc() and cmd_tagged_free() using the
6124 * block request tag as an index into a table of entries. cmd_tagged_free() is
6172 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c) in cmd_tagged_free() function