dp_pr_get_state
return link->dc->link_srv->dp_pr_get_state(link, state);
bool (*dp_pr_get_state)(const struct dc_link *link, uint64_t *state);
link_srv->dp_pr_get_state = dp_pr_get_state;
bool dp_pr_get_state(const struct dc_link *link, uint64_t *state);