Searched refs:iptt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2079 .msg = "iptt no match slot",
2352 dev_info(dev, "erroneous completion iptt=%d task=%pK dev id=%d addr=%016llx CQ hdr: 0x%x 0x%x 0x%x 0x%x Error info: 0x%x 0x%x 0x%x 0x%x\n",
2455 int iptt; local
2462 iptt = dw1 & CMPLT_HDR_IPTT_MSK;
2481 } else if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) {
2482 slot = &hisi_hba->slot_info[iptt];
2487 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt);
H A Dhisi_sas_v2_hw.c2404 dev_info(dev, "erroneous completion iptt=%d task=%pK dev id=%d CQ hdr: 0x%x 0x%x 0x%x 0x%x Error info: 0x%x 0x%x 0x%x 0x%x\n",
3031 .msg = "iptt no match slot",
3131 int iptt; local
3153 iptt = (ncq_tag >> (ncq_tag_count % 5) * 12) &
3156 slot = &hisi_hba->slot_info[iptt];
3167 iptt = dw1 & CMPLT_HDR_IPTT_MSK;
3168 slot = &hisi_hba->slot_info[iptt];

Completed in 248 milliseconds