Home
last modified time | relevance | path

Searched refs:CMPLT_HDR_IPTT_MSK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c232 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
1513 idx = (cmplt_hdr_data & CMPLT_HDR_IPTT_MSK) >> in cq_interrupt_v1_hw()
H A Dhisi_sas_v3_hw.c408 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
2368 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v3_hw()
H A Dhisi_sas_v2_hw.c354 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
3172 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c232 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
1502 idx = (cmplt_hdr_data & CMPLT_HDR_IPTT_MSK) >> in cq_interrupt_v1_hw()
H A Dhisi_sas_v2_hw.c354 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
3167 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()
H A Dhisi_sas_v3_hw.c428 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
2455 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in complete_v3_hw()

Completed in 30 milliseconds