Searched refs:tag_index (Results 1 – 1 of 1) sorted by relevance
6945 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag() argument6948 if (unlikely(tag_index >= h->nr_cmds)) { in bad_tag()6969 u32 tag_index; in process_indexed_cmd() local6972 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6973 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()6974 c = h->cmd_pool + tag_index; in process_indexed_cmd()