Lines Matching defs:cmnd_id

548 	u32 cmnd_id, hid;
558 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
563 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n",
564 typ, hdr_stat, cmnd_id, hid, ctx);
566 if (cmnd_id >= snic->max_tag_id) {
569 cmnd_id, snic_io_status_to_str(hdr_stat));
573 sc = scsi_host_find_tag(snic->shost, cmnd_id);
581 cmnd_id,
584 SNIC_TRC(snic->shost->host_no, cmnd_id, 0,
617 cmnd_id, sc, CMD_FLAGS(sc));
648 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
659 sc, sc->cmnd[0], cmnd_id,
674 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
689 u32 cmnd_id,
703 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
709 (int)(cmnd_id & SNIC_TAG_MASK),
718 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
724 (int)(cmnd_id & SNIC_TAG_MASK),
736 (int)(cmnd_id & SNIC_TAG_MASK),
775 u32 cmnd_id,
802 snic_io_status_to_str(cmpl_stat), cmnd_id, sc,
809 tm_tags = cmnd_id & ~(SNIC_TAG_MASK);
812 cmnd_id &= (SNIC_TAG_MASK);
832 cmnd_id,
859 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
871 snic_proc_dr_cmpl_locked(snic, fwreq, cmpl_stat, cmnd_id, sc);
886 cmnd_id, snic_io_status_to_str(cmpl_stat),
904 cmnd_id,
926 u32 cmnd_id;
931 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
933 "Itmf_cmpl: %s: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,ctx = %lx\n",
934 __func__, typ, hdr_stat, cmnd_id, hid, ctx);
942 if (cmnd_id & SNIC_TAG_IOCTL_DEV_RST) {
949 if ((cmnd_id & SNIC_TAG_MASK) >= snic->max_tag_id) {
952 cmnd_id, snic_io_status_to_str(hdr_stat));
958 sc = scsi_host_find_tag(snic->shost, cmnd_id & SNIC_TAG_MASK);
966 snic_io_status_to_str(hdr_stat), cmnd_id);
971 snic_process_itmf_cmpl(snic, fwreq, cmnd_id, hdr_stat, sc);
1005 u32 cmnd_id;
1015 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1018 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1021 "reset_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1022 typ, hdr_stat, cmnd_id, hid, ctx);
1025 if (cmnd_id == SCSI_NO_TAG) {
1029 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1035 if (cmnd_id >= snic->max_tag_id) {
1038 cmnd_id, snic_io_status_to_str(hdr_stat));
1044 sc = scsi_host_find_tag(snic->shost, cmnd_id);
1050 snic_io_status_to_str(hdr_stat), cmnd_id);
1058 sc, rqi, cmnd_id, CMD_FLAGS(sc));
1081 snic_io_status_to_str(hdr_stat), cmnd_id, sc,
1133 u32 cmnd_id, hid;
1138 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1140 "aen: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1141 typ, hdr_stat, cmnd_id, hid, ctx);