Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c3134 int iptt; in cq_thread_v2_hw() local
3156 iptt = (ncq_tag >> (ncq_tag_count % 5) * 12) & in cq_thread_v2_hw()
3159 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
3170 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()
3171 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
H A Dhisi_sas_v3_hw.c2467 int iptt; in complete_v3_hw() local
2474 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in complete_v3_hw()
2493 } else if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in complete_v3_hw()
2494 slot = &hisi_hba->slot_info[iptt]; in complete_v3_hw()
2499 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in complete_v3_hw()