Home
last modified time | relevance | path

Searched refs:CMD_HDR_ABORT_IPTT_OFF (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c384 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
385 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
1465 hdr->dw7 = cpu_to_le32(tag_to_abort << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v3_hw()
H A Dhisi_sas_v2_hw.c334 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
335 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
2638 hdr->dw7 = cpu_to_le32(tag_to_abort << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v2_hw()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c334 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
335 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
2640 hdr->dw7 = cpu_to_le32(abort->tag << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v2_hw()
H A Dhisi_sas_v3_hw.c399 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
400 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
1520 hdr->dw7 = cpu_to_le32(abort->tag << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v3_hw()

Completed in 23 milliseconds