Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c286 #define CMD_HDR_ABORT_FLAG_OFF 0 macro
287 #define CMD_HDR_ABORT_FLAG_MSK (0x3 << CMD_HDR_ABORT_FLAG_OFF)
2634 (abort->type << CMD_HDR_ABORT_FLAG_OFF)); in prep_abort_v2_hw()
Dhisi_sas_v3_hw.c353 #define CMD_HDR_ABORT_FLAG_OFF 0 macro
354 #define CMD_HDR_ABORT_FLAG_MSK (0x3 << CMD_HDR_ABORT_FLAG_OFF)
1512 (abort->type << CMD_HDR_ABORT_FLAG_OFF)); in prep_abort_v3_hw()