Searched refs:dif_mode (Results 1 – 2 of 2) sorted by relevance
440 hw->config.dif_mode = OCS_HW_DIF_MODE_SEPARATE; in ocs_hw_setup()1641 *value = hw->config.dif_mode; in ocs_hw_get()1922 hw->config.dif_mode = value; in ocs_hw_set()1931 hw->config.dif_mode = value; in ocs_hw_set()4097 if (hw->workaround.use_dif_quarantine && (hw->config.dif_mode == OCS_HW_DIF_MODE_SEPARATE) && in ocs_hw_io_send()4165 if (hw->workaround.use_dif_quarantine && (hw->config.dif_mode == OCS_HW_DIF_MODE_SEPARATE) && in ocs_hw_io_send()6256 mode_param.tmm = (hw->config.dif_mode == OCS_HW_DIF_MODE_INLINE ? 0 : 1); in ocs_hw_set_dif_mode()6268 (hw->config.dif_mode == OCS_HW_DIF_MODE_INLINE ? "inline" : "separate")); in ocs_hw_set_dif_mode()6351 param.tmm = ((hw->config.dif_mode == OCS_HW_DIF_MODE_INLINE) ? 0 : 1); in ocs_hw_config_auto_xfer_rdy_t10pi()
916 uint8_t dif_mode; /**< DIF mode to use */ member