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

/drivers/scsi/
H A Dhpsa.c3039 u32 raw_tag)
3042 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag);
3048 static inline void finish_cmd(struct CommandList *c, u32 raw_tag) argument
3079 u32 raw_tag)
3084 tag_index = hpsa_tag_to_index(raw_tag);
3085 if (bad_tag(h, tag_index, raw_tag))
3088 finish_cmd(c, raw_tag);
3094 u32 raw_tag)
3099 tag = hpsa_tag_discard_error_bits(h, raw_tag);
3102 finish_cmd(c, raw_tag);
3038 bad_tag(struct ctlr_info *h, u32 tag_index, u32 raw_tag) argument
3078 process_indexed_cmd(struct ctlr_info *h, u32 raw_tag) argument
3093 process_nonindexed_cmd(struct ctlr_info *h, u32 raw_tag) argument
3133 u32 raw_tag; local
3155 u32 raw_tag; local
3173 u32 raw_tag; local
3196 u32 raw_tag; local
[all...]
/drivers/block/
H A Dcciss.c3461 u32 raw_tag)
3464 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag);
3471 u32 raw_tag)
3480 complete_scsi_command(c, 0, raw_tag);
3507 static inline u32 process_indexed_cmd(ctlr_info_t *h, u32 raw_tag) argument
3512 tag_index = cciss_tag_to_index(raw_tag);
3513 if (bad_tag(h, tag_index, raw_tag))
3516 finish_cmd(h, c, raw_tag);
3521 static inline u32 process_nonindexed_cmd(ctlr_info_t *h, u32 raw_tag) argument
3526 tag_masked = cciss_tag_discard_error_bits(h, raw_tag);
3460 bad_tag(ctlr_info_t *h, u32 tag_index, u32 raw_tag) argument
3470 finish_cmd(ctlr_info_t *h, CommandList_struct *c, u32 raw_tag) argument
3561 u32 raw_tag; local
3582 u32 raw_tag; local
3599 u32 raw_tag; local
3624 u32 raw_tag; local
[all...]

Completed in 39 milliseconds