Lines Matching defs:cmnd_id
529 u32 cmnd_id, hid;
539 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
544 "Icmnd_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,i ctx = %lx\n",
545 typ, hdr_stat, cmnd_id, hid, ctx);
547 if (cmnd_id >= snic->max_tag_id) {
550 cmnd_id, snic_io_status_to_str(hdr_stat));
554 sc = scsi_host_find_tag(snic->shost, cmnd_id);
562 cmnd_id,
565 SNIC_TRC(snic->shost->host_no, cmnd_id, 0,
598 cmnd_id, sc, CMD_FLAGS(sc));
629 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
640 sc, sc->cmnd[0], cmnd_id,
655 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
669 u32 cmnd_id,
683 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
689 (int)(cmnd_id & SNIC_TAG_MASK),
698 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
704 (int)(cmnd_id & SNIC_TAG_MASK),
716 (int)(cmnd_id & SNIC_TAG_MASK),
755 u32 cmnd_id,
782 snic_io_status_to_str(cmpl_stat), cmnd_id, sc,
789 tm_tags = cmnd_id & ~(SNIC_TAG_MASK);
792 cmnd_id &= (SNIC_TAG_MASK);
812 cmnd_id,
838 SNIC_TRC(snic->shost->host_no, cmnd_id, (ulong) sc,
849 snic_proc_dr_cmpl_locked(snic, fwreq, cmpl_stat, cmnd_id, sc);
864 cmnd_id, snic_io_status_to_str(cmpl_stat),
882 cmnd_id,
904 u32 cmnd_id;
909 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
911 "Itmf_cmpl: %s: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x,ctx = %lx\n",
912 __func__, typ, hdr_stat, cmnd_id, hid, ctx);
920 if (cmnd_id & SNIC_TAG_IOCTL_DEV_RST) {
927 if ((cmnd_id & SNIC_TAG_MASK) >= snic->max_tag_id) {
930 cmnd_id, snic_io_status_to_str(hdr_stat));
936 sc = scsi_host_find_tag(snic->shost, cmnd_id & SNIC_TAG_MASK);
944 snic_io_status_to_str(hdr_stat), cmnd_id);
949 snic_process_itmf_cmpl(snic, fwreq, cmnd_id, hdr_stat, sc);
983 u32 cmnd_id;
993 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
996 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
999 "reset_cmpl: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1000 typ, hdr_stat, cmnd_id, hid, ctx);
1003 if (cmnd_id == SCSI_NO_TAG) {
1007 cmnd_id, ctx, snic_io_status_to_str(hdr_stat));
1013 if (cmnd_id >= snic->max_tag_id) {
1016 cmnd_id, snic_io_status_to_str(hdr_stat));
1022 sc = scsi_host_find_tag(snic->shost, cmnd_id);
1028 snic_io_status_to_str(hdr_stat), cmnd_id);
1036 sc, rqi, cmnd_id, CMD_FLAGS(sc));
1059 snic_io_status_to_str(hdr_stat), cmnd_id, sc,
1111 u32 cmnd_id, hid;
1116 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx);
1118 "aen: type = %x, hdr_stat = %x, cmnd_id = %x, hid = %x, ctx = %lx\n",
1119 typ, hdr_stat, cmnd_id, hid, ctx);