Home
last modified time | relevance | path

Searched refs:CMPLT_HDR_IPTT_MSK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c232 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
1514 idx = (cmplt_hdr_data & CMPLT_HDR_IPTT_MSK) >> in cq_interrupt_v1_hw()
Dhisi_sas_v2_hw.c354 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
3166 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v2_hw()
Dhisi_sas_v3_hw.c406 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
2345 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in cq_thread_v3_hw()