Searched refs:raw_tag (Results 1 – 1 of 1) sorted by relevance
6952 u32 raw_tag) in bad_tag() argument6955 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()6973 u32 raw_tag) in process_indexed_cmd() argument6978 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()6979 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()7018 u32 raw_tag; in hpsa_intx_discard_completions() local7027 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()7028 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()7029 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()7037 u32 raw_tag; in hpsa_msix_discard_completions() local[all …]