Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.c6834 u32 raw_tag) in bad_tag() argument
6837 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()
6855 u32 raw_tag) in process_indexed_cmd() argument
6860 tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; in process_indexed_cmd()
6861 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()
6900 u32 raw_tag; in hpsa_intx_discard_completions() local
6909 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()
6910 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()
6911 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()
6919 u32 raw_tag; in hpsa_msix_discard_completions() local
[all …]