Home
last modified time | relevance | path

Searched refs:cmnd_id (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_scsi.c548 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()
563 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n", 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, s in snic_icmnd_cmpl_handler()
686 snic_proc_dr_cmpl_locked(struct snic *snic, struct snic_fw_req *fwreq, u8 cmpl_stat, u32 cmnd_id, struct scsi_cmnd *sc) snic_proc_dr_cmpl_locked() argument
773 snic_process_itmf_cmpl(struct snic *snic, struct snic_fw_req *fwreq, u32 cmnd_id, u8 cmpl_stat, struct scsi_cmnd *sc) snic_process_itmf_cmpl() argument
926 u32 cmnd_id; snic_itmf_cmpl_handler() local
1005 u32 cmnd_id; snic_hba_reset_cmpl_handler() local
1133 u32 cmnd_id, hid; snic_aen_handler() local
[all...]
H A Dsnic_res.h28 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()
H A Dsnic_fwint.h102 __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()
H A Dsnic_ctl.c160 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()
H A Dsnic_disc.c402 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()
H A Dsnic_io.c545 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A 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()
544 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n", 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, s in snic_icmnd_cmpl_handler()
666 snic_proc_dr_cmpl_locked(struct snic *snic, struct snic_fw_req *fwreq, u8 cmpl_stat, u32 cmnd_id, struct scsi_cmnd *sc) snic_proc_dr_cmpl_locked() argument
753 snic_process_itmf_cmpl(struct snic *snic, struct snic_fw_req *fwreq, u32 cmnd_id, u8 cmpl_stat, struct scsi_cmnd *sc) snic_process_itmf_cmpl() argument
904 u32 cmnd_id; snic_itmf_cmpl_handler() local
983 u32 cmnd_id; snic_hba_reset_cmpl_handler() local
1111 u32 cmnd_id, hid; snic_aen_handler() local
[all...]
H A 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()
H A 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()
H A 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()
H A 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()
H A Dsnic_io.c531 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()

Completed in 11 milliseconds