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

/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c3425 u16 eedp_flags; _scsih_setup_eedp() local
3435 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP; _scsih_setup_eedp()
3437 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP; _scsih_setup_eedp()
3449 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG | _scsih_setup_eedp()
3461 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD; _scsih_setup_eedp()
3468 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags); _scsih_setup_eedp()
/linux-4.1.27/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c3729 u16 eedp_flags; _scsih_setup_eedp() local
3737 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP; _scsih_setup_eedp()
3739 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP; _scsih_setup_eedp()
3751 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG | _scsih_setup_eedp()
3763 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD; _scsih_setup_eedp()
3767 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags); _scsih_setup_eedp()

Completed in 149 milliseconds