Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c237 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
1564 idx = (cmplt_hdr_data & CMPLT_HDR_IPTT_MSK) >> in cq_interrupt_v1_hw()
Dhisi_sas_v3_hw.c307 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
1803 iptt = (complete_hdr->dw1) & CMPLT_HDR_IPTT_MSK; in cq_tasklet_v3_hw()
Dhisi_sas_v2_hw.c359 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
3177 iptt = (complete_hdr->dw1) & CMPLT_HDR_IPTT_MSK; in cq_tasklet_v2_hw()