Searched refs:cmnd_id (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/snic/ |
A D | snic_scsi.c | 548 u32 cmnd_id, hid; in snic_icmnd_cmpl_handler() local 581 cmnd_id, in snic_icmnd_cmpl_handler() 688 u32 cmnd_id, in snic_proc_dr_cmpl_locked() argument 774 u32 cmnd_id, in snic_process_itmf_cmpl() argument 811 cmnd_id &= (SNIC_TAG_MASK); in snic_process_itmf_cmpl() 831 cmnd_id, in snic_process_itmf_cmpl() 901 cmnd_id, in snic_process_itmf_cmpl() 923 u32 cmnd_id; in snic_itmf_cmpl_handler() local 1002 u32 cmnd_id; in snic_hba_reset_cmpl_handler() local 1022 if (cmnd_id == SCSI_NO_TAG) { in snic_hba_reset_cmpl_handler() [all …]
|
A 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()
|
A 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()
|
A D | snic_ctl.c | 157 u32 cmnd_id, hid, max_sgs; in snic_io_exch_ver_cmpl_handler() local 162 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
|
A D | snic_disc.c | 399 u32 cmnd_id, hid, tgt_cnt = 0; in snic_report_tgt_cmpl_handler() local 405 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
A D | snic_io.c | 545 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()
|
Completed in 16 milliseconds