Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_base.c281 dcmd->flags = cpu_to_le16(dcmd->flags | MFI_FRAME_SGL64); in megasas_set_dma_settings()
1436 pthru->flags |= cpu_to_le16(MFI_FRAME_SGL64); in megasas_build_dcdb()
1440 pthru->flags |= cpu_to_le16(MFI_FRAME_SGL64); in megasas_build_dcdb()
1579 ldio->flags |= cpu_to_le16(MFI_FRAME_SGL64); in megasas_build_ldio()
1583 ldio->flags |= cpu_to_le16(MFI_FRAME_SGL64); in megasas_build_ldio()
8074 cmd->frame->hdr.flags |= cpu_to_le16((MFI_FRAME_SGL64 | in megasas_mgmt_fw_ioctl()
8077 cmd->frame->hdr.flags &= cpu_to_le16(~(MFI_FRAME_SGL64 | in megasas_mgmt_fw_ioctl()
Dmegaraid_sas.h167 #define MFI_FRAME_SGL64 0x0002 macro