Home
last modified time | relevance | path

Searched refs:fec_state (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h203 enum dc_link_fec_state fec_state; member
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddmub_psr.c326 copy_settings_data->fec_enable_status = (link->fec_state == dc_link_fec_enabled); in dmub_psr_copy_settings()
/linux/drivers/scsi/bfa/
A Dbfa_defs_svc.h996 enum bfa_fec_state_s fec_state; /*!< current FEC state */ member
1095 u8 fec_state; /*!< State of FEC */ member
A Dbfa_svc.h509 enum bfa_fec_state_s fec_state; member
A Dbfa_svc.c3052 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_attach()
3115 fcport->fec_state = pevent->link_state.fec_state; in bfa_fcport_update_linkinfo()
3136 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_reset_linkinfo()
3985 attr->fec_state = fcport->fec_state; in bfa_fcport_get_attr()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_dp.c5611 link->fec_state = dc_link_fec_ready;
5614 link->fec_state = dc_link_fec_not_ready;
5617 } else if (link->fec_state == dc_link_fec_ready) {
5624 link->fec_state = dc_link_fec_not_ready;
5650 if (link->fec_state == dc_link_fec_ready && enable) {
5660 link->fec_state = dc_link_fec_enabled;
5661 } else if (link->fec_state == dc_link_fec_enabled && !enable) {
5663 link->fec_state = dc_link_fec_ready;

Completed in 39 milliseconds