Searched refs:tag_index (Results 1 – 1 of 1) sorted by relevance
6951 static inline int bad_tag(struct ctlr_info *h, u32 tag_index, in bad_tag() argument6954 if (unlikely(tag_index >= h->nr_cmds)) { in bad_tag()6975 u32 tag_index; in process_indexed_cmd() local6978 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6979 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()6980 c = h->cmd_pool + tag_index; in process_indexed_cmd()