Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/snic/
Dsnic_scsi.c529 u32 cmnd_id, hid; in snic_icmnd_cmpl_handler() local
539 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_icmnd_cmpl_handler()
545 typ, hdr_stat, cmnd_id, hid, ctx); in snic_icmnd_cmpl_handler()
547 if (cmnd_id >= snic->max_tag_id) { in snic_icmnd_cmpl_handler()
550 cmnd_id, snic_io_status_to_str(hdr_stat)); in snic_icmnd_cmpl_handler()
554 sc = scsi_host_find_tag(snic->shost, cmnd_id); in snic_icmnd_cmpl_handler()
562 cmnd_id, in snic_icmnd_cmpl_handler()
565 SNIC_TRC(snic->shost->host_no, cmnd_id, 0, in snic_icmnd_cmpl_handler()
598 cmnd_id, sc, CMD_FLAGS(sc)); in snic_icmnd_cmpl_handler()
629 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc, in snic_icmnd_cmpl_handler()
[all …]
Dsnic_res.h14 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument
19 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt, in snic_icmnd_init()
35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument
38 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
Dsnic_fwint.h88 __le32 cmnd_id; /* tag here */ member
107 hdr->cmnd_id = cpu_to_le32(id); in snic_io_hdr_enc()
115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument
121 *cmnd_id = le32_to_cpu(hdr->cmnd_id); in snic_io_hdr_dec()
Dsnic_ctl.c143 u32 cmnd_id, hid, max_sgs; in snic_io_exch_ver_cmpl_handler() local
148 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
Dsnic_disc.c388 u32 cmnd_id, hid, tgt_cnt = 0; in snic_report_tgt_cmpl_handler() local
394 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
Dsnic_io.c531 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()