Searched refs:eedp_flags (Results 1 – 3 of 3) sorted by relevance
2944 u16 eedp_flags = 0; in mpi3mr_setup_eedp() local2951 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()2954 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()2957 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()2961 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()2965 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()2970 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REGEN; in mpi3mr_setup_eedp()2974 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()2983 eedp_flags |= MPI3_EEDPFLAGS_CHK_GUARD; in mpi3mr_setup_eedp()2986 eedp_flags |= MPI3_EEDPFLAGS_HOST_GUARD_IP_CHKSUM; in mpi3mr_setup_eedp()[all …]
284 __le16 eedp_flags; member
5049 u16 eedp_flags; in _scsih_setup_eedp() local5055 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP; in _scsih_setup_eedp()5058 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP; in _scsih_setup_eedp()5065 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD; in _scsih_setup_eedp()5068 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_REFTAG; in _scsih_setup_eedp()5071 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG; in _scsih_setup_eedp()5080 eedp_flags |= MPI25_SCSIIO_EEDPFLAGS_APPTAG_DISABLE_MODE; in _scsih_setup_eedp()5081 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags); in _scsih_setup_eedp()