SNIC_TAG_MASK
(int)(cmnd_id & SNIC_TAG_MASK),
(int)(cmnd_id & SNIC_TAG_MASK),
(int)(cmnd_id & SNIC_TAG_MASK),
tm_tags = cmnd_id & ~(SNIC_TAG_MASK);
cmnd_id &= (SNIC_TAG_MASK);
if ((cmnd_id & SNIC_TAG_MASK) >= snic->max_tag_id) {
sc = scsi_host_find_tag(snic->shost, cmnd_id & SNIC_TAG_MASK);