Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3216 u16 eedp_flags = 0; in mpi3mr_setup_eedp() local
3223 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()
3226 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()
3229 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()
3233 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()
3237 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()
3242 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REGEN; in mpi3mr_setup_eedp()
3246 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()
3255 eedp_flags |= MPI3_EEDPFLAGS_CHK_GUARD; in mpi3mr_setup_eedp()
3258 eedp_flags |= MPI3_EEDPFLAGS_HOST_GUARD_IP_CHKSUM; in mpi3mr_setup_eedp()
[all …]
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c5349 u16 eedp_flags; in _scsih_setup_eedp() local
5355 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP; in _scsih_setup_eedp()
5358 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP; in _scsih_setup_eedp()
5365 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD; in _scsih_setup_eedp()
5368 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_REFTAG; in _scsih_setup_eedp()
5371 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG; in _scsih_setup_eedp()
5380 eedp_flags |= MPI25_SCSIIO_EEDPFLAGS_APPTAG_DISABLE_MODE; in _scsih_setup_eedp()
5381 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags); in _scsih_setup_eedp()