Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c346 #define CMPLT_HDR_ABORT_STAT_MSK (0x7 << CMPLT_HDR_ABORT_STAT_OFF) macro
2366 switch ((dw0 & CMPLT_HDR_ABORT_STAT_MSK) >> in slot_complete_v2_hw()
Dhisi_sas_v3_hw.c420 #define CMPLT_HDR_ABORT_STAT_MSK (0x7 << CMPLT_HDR_ABORT_STAT_OFF) macro
2317 switch ((dw0 & CMPLT_HDR_ABORT_STAT_MSK) >> CMPLT_HDR_ABORT_STAT_OFF) { in slot_complete_v3_hw()