Searched refs:raw_tag (Results 1 – 1 of 1) sorted by relevance
6941 u32 raw_tag) in bad_tag() argument6944 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()6962 u32 raw_tag) in process_indexed_cmd() argument6967 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6968 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()7007 u32 raw_tag; in hpsa_intx_discard_completions() local7016 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()7017 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()7018 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()7026 u32 raw_tag; in hpsa_msix_discard_completions() local[all …]