Searched refs:eedp_flags (Results 1 – 3 of 3) sorted by relevance
2956 u16 eedp_flags = 0; in mpi3mr_setup_eedp() local2963 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()2966 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()2969 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_INSERT; in mpi3mr_setup_eedp()2973 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REMOVE; in mpi3mr_setup_eedp()2977 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()2982 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK_REGEN; in mpi3mr_setup_eedp()2986 eedp_flags = MPI3_EEDPFLAGS_EEDP_OP_CHECK; in mpi3mr_setup_eedp()2995 eedp_flags |= MPI3_EEDPFLAGS_CHK_GUARD; in mpi3mr_setup_eedp()2998 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()