Lines Matching refs:mac_config
422 pl->mac_ops->mac_config(pl->config, pl->cur_link_an_mode, state);
646 bool mac_config = false;
667 mac_config = link_state.link;
672 mac_config = link_state.link;
712 mac_config = true;
719 if (mac_config) {
733 * old mac_config() method to configure the MAC/PCS
900 * in mac_prepare() or mac_config() methods if it is desired to dynamically
903 * Please note that there are behavioural changes with the mac_config()
906 * by calling phylink_set_pcs() at the latest in the first mac_config() call.