Searched refs:bad_tag (Results 1 – 2 of 2) sorted by relevance
/drivers/block/ |
D | cciss.c | 3461 static inline int bad_tag(ctlr_info_t *h, u32 tag_index, in bad_tag() function 3514 if (bad_tag(h, tag_index, raw_tag)) in process_indexed_cmd() 3535 bad_tag(h, h->nr_cmds + 1, raw_tag); in process_nonindexed_cmd()
|
/drivers/scsi/ |
D | hpsa.c | 5509 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag() function 5588 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd() 5612 bad_tag(h, h->nr_cmds + 1, raw_tag); in process_nonindexed_cmd()
|