Searched refs:dpmac_state (Results 1 – 1 of 1) sorted by relevance
179 struct dpmac_link_state *dpmac_state = &mac->state; in dpaa2_mac_config() local183 dpmac_state->options |= DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()185 dpmac_state->options &= ~DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()188 mac->mc_dev->mc_handle, dpmac_state); in dpaa2_mac_config()201 struct dpmac_link_state *dpmac_state = &mac->state; in dpaa2_mac_link_up() local204 dpmac_state->up = 1; in dpaa2_mac_link_up()206 dpmac_state->rate = speed; in dpaa2_mac_link_up()209 dpmac_state->options |= DPMAC_LINK_OPT_HALF_DUPLEX; in dpaa2_mac_link_up()211 dpmac_state->options &= ~DPMAC_LINK_OPT_HALF_DUPLEX; in dpaa2_mac_link_up()214 dpmac_state->options |= DPMAC_LINK_OPT_PAUSE; in dpaa2_mac_link_up()[all …]