Home
last modified time | relevance | path

Searched refs:iptt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2513 int iptt; in complete_v3_hw() local
2520 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in complete_v3_hw()
2539 } else if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in complete_v3_hw()
2540 slot = &hisi_hba->slot_info[iptt]; in complete_v3_hw()
2545 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in complete_v3_hw()