Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_link.h166 enum dc_link_fec_state fec_state; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_dp.c4351 link->fec_state = dc_link_fec_ready; in dp_set_fec_ready()
4354 link->fec_state = dc_link_fec_not_ready; in dp_set_fec_ready()
4357 } else if (link->fec_state == dc_link_fec_ready) { in dp_set_fec_ready()
4365 link->fec_state = dc_link_fec_not_ready; in dp_set_fec_ready()
4379 if (link->fec_state == dc_link_fec_ready && enable) { in dp_set_fec_enable()
4389 link->fec_state = dc_link_fec_enabled; in dp_set_fec_enable()
4390 } else if (link->fec_state == dc_link_fec_enabled && !enable) { in dp_set_fec_enable()
4392 link->fec_state = dc_link_fec_ready; in dp_set_fec_enable()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_defs_svc.h996 enum bfa_fec_state_s fec_state; /*!< current FEC state */ member
1095 u8 fec_state; /*!< State of FEC */ member
H A Dbfa_svc.h509 enum bfa_fec_state_s fec_state; member
H A Dbfa_svc.c3058 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_attach()
3121 fcport->fec_state = pevent->link_state.fec_state; in bfa_fcport_update_linkinfo()
3142 fcport->fec_state = BFA_FEC_OFFLINE; in bfa_fcport_reset_linkinfo()
3991 attr->fec_state = fcport->fec_state; in bfa_fcport_get_attr()