Home
last modified time | relevance | path

Searched refs:raw_tag (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/scsi/
Dhpsa.c6924 u32 raw_tag) in bad_tag() argument
6927 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()
6945 u32 raw_tag) in process_indexed_cmd() argument
6950 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()
6951 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()
6990 u32 raw_tag; in hpsa_intx_discard_completions() local
6999 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()
7000 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()
7001 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()
7009 u32 raw_tag; in hpsa_msix_discard_completions() local
[all …]