Searched refs:iptt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 2011 .msg = "iptt no match slot", 2264 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", in slot_complete_v3_hw() 2363 int iptt; in cq_thread_v3_hw() local 2368 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v3_hw() 2369 if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in cq_thread_v3_hw() 2370 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v3_hw() 2375 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in cq_thread_v3_hw()
|
H A D | hisi_sas_v2_hw.c | 2406 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", in slot_complete_v2_hw() 3036 .msg = "iptt no match slot", 3136 int iptt; in cq_thread_v2_hw() local 3158 iptt = (ncq_tag >> (ncq_tag_count % 5) * 12) & in cq_thread_v2_hw() 3161 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw() 3172 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw() 3173 slot = &hisi_hba->slot_info[iptt]; in cq_thread_v2_hw()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 2404 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", in slot_complete_v2_hw() 3031 .msg = "iptt no match slot", 3131 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()
|
H A D | hisi_sas_v3_hw.c | 2080 .msg = "iptt no match slot", 2345 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", in slot_complete_v3_hw() 2448 int iptt; in complete_v3_hw() local 2455 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in complete_v3_hw() 2474 } else if (likely(iptt < HISI_SAS_COMMAND_ENTRIES_V3_HW)) { in complete_v3_hw() 2475 slot = &hisi_hba->slot_info[iptt]; in complete_v3_hw() 2480 dev_err(dev, "IPTT %d is invalid, discard it.\n", iptt); in complete_v3_hw()
|
Completed in 25 milliseconds