Home
last modified time | relevance | path

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

/drivers/block/
Dcciss.c3462 u32 raw_tag) in bad_tag() argument
3465 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()
3472 u32 raw_tag) in finish_cmd() argument
3481 complete_scsi_command(c, 0, raw_tag); in finish_cmd()
3508 static inline u32 process_indexed_cmd(ctlr_info_t *h, u32 raw_tag) in process_indexed_cmd() argument
3513 tag_index = cciss_tag_to_index(raw_tag); in process_indexed_cmd()
3514 if (bad_tag(h, tag_index, raw_tag)) in process_indexed_cmd()
3517 finish_cmd(h, c, raw_tag); in process_indexed_cmd()
3522 static inline u32 process_nonindexed_cmd(ctlr_info_t *h, u32 raw_tag) in process_nonindexed_cmd() argument
3527 tag_masked = cciss_tag_discard_error_bits(h, raw_tag); in process_nonindexed_cmd()
[all …]
/drivers/scsi/
Dhpsa.c5510 u32 raw_tag) in bad_tag() argument
5513 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag); in bad_tag()
5582 u32 raw_tag) in process_indexed_cmd() argument
5587 tag_index = hpsa_tag_to_index(raw_tag); in process_indexed_cmd()
5588 if (!bad_tag(h, tag_index, raw_tag)) { in process_indexed_cmd()
5596 u32 raw_tag) in process_nonindexed_cmd() argument
5602 tag = hpsa_tag_discard_error_bits(h, raw_tag); in process_nonindexed_cmd()
5612 bad_tag(h, h->nr_cmds + 1, raw_tag); in process_nonindexed_cmd()
5648 u32 raw_tag; in hpsa_intx_discard_completions() local
5657 raw_tag = get_next_completion(h, q); in hpsa_intx_discard_completions()
[all …]