Searched refs:cmnd_id (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/snic/ |
H A D | snic_res.h | 14 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 D | snic_fwint.h | 88 __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 D | snic_ctl.c | 143 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 D | snic_disc.c | 388 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 D | snic_io.c | 531 fn, line, req->hdr.cmnd_id, req->hdr.sg_cnt, req->hdr.status, in snic_dump_desc()
|