Searched refs:raw_tag (Results 1 – 1 of 1) sorted by relevance
6937 u32 raw_tag) in bad_tag() argument6940 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()6958 u32 raw_tag) in process_indexed_cmd() argument6963 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6964 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()7003 u32 raw_tag; in hpsa_intx_discard_completions() local7012 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()7013 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()7014 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()7022 u32 raw_tag; in hpsa_msix_discard_completions() local[all …]