Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c3131 int iptt; in cq_thread_v2_hw() local
3153 iptt = (ncq_tag >> (ncq_tag_count % 5) * 12) & in cq_thread_v2_hw()
3156 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
3167 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()
3168 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
Dhisi_sas_v3_hw.c2359 int iptt; in cq_thread_v3_hw() local
2364 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v3_hw()
2365 if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in cq_thread_v3_hw()
2366 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v3_hw()
2371 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in cq_thread_v3_hw()