Searched refs:crc_enabled (Results 1 – 15 of 15) sorted by relevance
161 bool crc_enabled; member
855 if (etd->info.crc_enabled) { in elantech_packet_check_v3()895 if (etd->info.crc_enabled) in elantech_packet_check_v4()1350 ELANTECH_INFO_ATTR(crc_enabled);1700 info->crc_enabled = (info->fw_version & 0x4000) == 0x4000 || in elantech_set_properties()
184 if (du->vkms.crc_enabled && has_surface) { in vmw_vkms_vblank_simulate()483 prev_enabled = du->vkms.crc_enabled; in vmw_vkms_set_crc_source()484 du->vkms.crc_enabled = enabled; in vmw_vkms_set_crc_source()
383 bool crc_enabled; member
126 * crc_enabled128 Sets crc_enabled to 0/1. The name "crc_enabled" is the official name of132 Depending on the state of crc_enabled, certain basic data integrity135 The state of crc_enabled can be altered with this knob.137 Reading the crc_enabled value will show the active value. Echoing
234 if (crtc_state->crc_enabled) in hsw_ips_compute_config()
307 pipe_config->crc_enabled = enable; in intel_crtc_crc_setup_workarounds()
1527 if (crtc_state->crc_enabled) { in intel_sel_update_config_valid()1623 if (crtc_state->crc_enabled) { in _panel_replay_compute_config()2762 if (crtc_state->crc_enabled && psr->enabled) in intel_psr_post_plane_update()
1262 bool crc_enabled; member
4567 saved_state->crc_enabled = secondary_crtc_state->crc_enabled; in copy_joiner_crtc_state_modeset()4633 saved_state->crc_enabled = crtc_state->crc_enabled; in intel_crtc_prepare_cleared_state()
4246 pipe_config->crc_enabled; in intel_ddi_compute_config()
126 static int crc_enabled = 1; variable127 module_param(crc_enabled, int, 0644);128 MODULE_PARM_DESC(crc_enabled, "Enable MPA CRC (default(1)=enabled)");979 if (crc_enabled) in send_mpa_req()1165 if (ep->mpa_attr.crc_enabled) in send_mpa_reply()1556 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_reply()1617 ep->mpa_attr.crc_enabled, in process_mpa_reply()1779 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_request()1820 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, in process_mpa_request()
443 u8 crc_enabled; member
1790 if (qhp->attr.mpa_attr.crc_enabled) in rdma_init()
1325 u8 crc_enabled; in __subn_set_opa_portinfo() local1553 crc_enabled = be16_to_cpu(pi->port_ltp_crc_mode); in __subn_set_opa_portinfo()1554 crc_enabled >>= 4; in __subn_set_opa_portinfo()1555 crc_enabled &= 0xf; in __subn_set_opa_portinfo()1557 if (crc_enabled != 0) in __subn_set_opa_portinfo()1558 ppd->port_crc_mode_enabled = port_ltp_to_cap(crc_enabled); in __subn_set_opa_portinfo()
Completed in 690 milliseconds