Home
last modified time | relevance | path

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

/linux/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_v3_hw.c433 #define CMPLT_HDR_IPTT_MSK (0xffff << CMPLT_HDR_IPTT_OFF) macro
2520 iptt = dw1 & CMPLT_HDR_IPTT_MSK; in complete_v3_hw()