Searched refs:iptt (Results 1 – 2 of 2) sorted by relevance
3129 int iptt; in cq_thread_v2_hw() local3151 iptt = (ncq_tag >> (ncq_tag_count % 5) * 12) & in cq_thread_v2_hw()3154 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()3165 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()3166 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
2339 int iptt; in cq_thread_v3_hw() local2344 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v3_hw()2345 if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in cq_thread_v3_hw()2346 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v3_hw()2351 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in cq_thread_v3_hw()