Searched refs:sw_config (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-anarion.c39 uint32_t sw_config; local
45 sw_config = gmac_read_reg(gmac, GMAC_SW_CONFIG_REG);
46 sw_config &= ~GMAC_CONFIG_INTF_SEL_MASK;
47 sw_config |= (gmac->phy_intf_sel & GMAC_CONFIG_INTF_SEL_MASK);
48 gmac_write_reg(gmac, GMAC_SW_CONFIG_REG, sw_config);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c14943 struct i40e_aqc_get_switch_config_resp *sw_config; local
14953 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf;
14957 ret = i40e_aq_get_switch_config(&pf->hw, sw_config,
14970 num_reported = le16_to_cpu(sw_config->header.num_reported);
14971 num_total = le16_to_cpu(sw_config->header.num_total);
14980 &sw_config->element[i];

Completed in 244 milliseconds