Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/snic/
H A Dsnic_scsi.c529 u32 cmnd_id, hid; in snic_icmnd_cmpl_handler() local
562 cmnd_id, in snic_icmnd_cmpl_handler()
669 u32 cmnd_id, in snic_proc_dr_cmpl_locked() argument
755 u32 cmnd_id, in snic_process_itmf_cmpl() argument
792 cmnd_id &= (SNIC_TAG_MASK); in snic_process_itmf_cmpl()
812 cmnd_id, in snic_process_itmf_cmpl()
882 cmnd_id, in snic_process_itmf_cmpl()
904 u32 cmnd_id; in snic_itmf_cmpl_handler() local
983 u32 cmnd_id; in snic_hba_reset_cmpl_handler() local
1003 if (cmnd_id == SCSI_NO_TAG) { in snic_hba_reset_cmpl_handler()
[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()