Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c285 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
286 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
1155 hdr->dw7 = cpu_to_le32(tag_to_abort << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v3_hw()
Dhisi_sas_v2_hw.c339 #define CMD_HDR_ABORT_IPTT_OFF 16 macro
340 #define CMD_HDR_ABORT_IPTT_MSK (0xffff << CMD_HDR_ABORT_IPTT_OFF)
2656 hdr->dw7 = cpu_to_le32(tag_to_abort << CMD_HDR_ABORT_IPTT_OFF); in prep_abort_v2_hw()