Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c3750 u16 eedp_flags; in _scsih_setup_eedp() local
3760 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP; in _scsih_setup_eedp()
3762 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP; in _scsih_setup_eedp()
3774 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG | in _scsih_setup_eedp()
3786 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD; in _scsih_setup_eedp()
3793 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags); in _scsih_setup_eedp()