Searched refs:cmnd_id (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
D | snic_scsi.c | 548 u32 cmnd_id, hid; in snic_icmnd_cmpl_handler() local 558 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_icmnd_cmpl_handler() 564 typ, hdr_stat, cmnd_id, hid, ctx); in snic_icmnd_cmpl_handler() 566 if (cmnd_id >= snic->max_tag_id) { in snic_icmnd_cmpl_handler() 569 cmnd_id, snic_io_status_to_str(hdr_stat)); in snic_icmnd_cmpl_handler() 573 sc = scsi_host_find_tag(snic->shost, cmnd_id); in snic_icmnd_cmpl_handler() 581 cmnd_id, in snic_icmnd_cmpl_handler() 584 SNIC_TRC(snic->shost->host_no, cmnd_id, 0, in snic_icmnd_cmpl_handler() 617 cmnd_id, sc, CMD_FLAGS(sc)); in snic_icmnd_cmpl_handler() 648 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc, in snic_icmnd_cmpl_handler() [all …]
|
D | snic_res.h | 28 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument 33 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt, in snic_icmnd_init() 49 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument 52 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
|
D | snic_fwint.h | 102 __le32 cmnd_id; /* tag here */ member 121 hdr->cmnd_id = cpu_to_le32(id); in snic_io_hdr_enc() 129 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 135 *cmnd_id = le32_to_cpu(hdr->cmnd_id); in snic_io_hdr_dec()
|
D | snic_ctl.c | 160 u32 cmnd_id, hid, max_sgs; in snic_io_exch_ver_cmpl_handler() local 165 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
|
D | snic_disc.c | 402 u32 cmnd_id, hid, tgt_cnt = 0; in snic_report_tgt_cmpl_handler() local 408 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
D | snic_io.c | 545 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()
|