Searched refs:tag_index (Results 1 – 1 of 1) sorted by relevance
6936 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag() argument6939 if (unlikely(tag_index >= h->nr_cmds)) { in bad_tag()6960 u32 tag_index; in process_indexed_cmd() local6963 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6964 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()6965 c = h->cmd_pool + tag_index; in process_indexed_cmd()