Searched refs:bad_tag (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | messenger.c | 2681 goto bad_tag; in try_read() 2724 bad_tag: in try_read()
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 5386 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag() function 5424 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()
|