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