Searched refs:cfg_mac (Results 1 – 6 of 6) sorted by relevance
137 *cfg = port->cfg_mac; in prestera_port_cfg_mac_read()152 port->cfg_mac = *cfg; in prestera_port_cfg_mac_write()168 cfg_mac.admin = true; in prestera_port_open()170 &cfg_mac); in prestera_port_open()200 cfg_mac.admin = false; in prestera_port_close()207 cfg_mac.admin = false; in prestera_port_close()317 cfg_mac.admin = true; in prestera_pcs_config()689 cfg_mac.admin = true; in prestera_port_create()692 cfg_mac.admin = false; in prestera_port_create()695 cfg_mac.inband = 0; in prestera_port_create()[all …]
711 struct prestera_port_mac_config cfg_mac; in prestera_ethtool_set_fecparam() local734 prestera_port_cfg_mac_read(port, &cfg_mac); in prestera_ethtool_set_fecparam()736 if (fec == cfg_mac.fec) in prestera_ethtool_set_fecparam()744 cfg_mac.fec = fec; in prestera_ethtool_set_fecparam()746 return prestera_port_cfg_mac_write(port, &cfg_mac); in prestera_ethtool_set_fecparam()
152 struct prestera_port_mac_config cfg_mac; member
66 u8 *cfg_mac; in ath5k_ahb_eeprom_read_mac() local69 cfg_mac = bcfg->config->wlan0_mac; in ath5k_ahb_eeprom_read_mac()71 cfg_mac = bcfg->config->wlan1_mac; in ath5k_ahb_eeprom_read_mac()73 memcpy(mac, cfg_mac, ETH_ALEN); in ath5k_ahb_eeprom_read_mac()
211 s32 cfg_mac; in rtw89_txpwr_sar_to_mac() local213 cfg_mac = fct > fct_mac ? in rtw89_txpwr_sar_to_mac()216 return (s8)clamp_t(s32, cfg_mac, in rtw89_txpwr_sar_to_mac()
792 wchar_t *cfg_nwadr, *cfg_mac; in rndis_filter_set_device_mac() local823 cfg_mac = (wchar_t *)((ulong)cpi + cpi->parameter_value_offset); in rndis_filter_set_device_mac()830 cfg_mac, 2*ETH_ALEN); in rndis_filter_set_device_mac()
Completed in 28 milliseconds