Searched refs:dp_is_fec_supported (Results 1 – 5 of 5) sorted by relevance
55 bool dp_is_fec_supported(const struct dc_link *link);
317 bool dp_is_fec_supported(const struct dc_link *link) in dp_is_fec_supported() function349 return !force_disable && dp_is_fec_supported(link); in dp_should_enable_fec()
194 bool (*dp_is_fec_supported)(const struct dc_link *link); member
150 link_srv->dp_is_fec_supported = dp_is_fec_supported; in construct_link_service_dp_capability()
342 return link->dc->link_srv->dp_is_fec_supported(link); in dc_link_is_fec_supported()