Searched refs:MAC_SET (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A D | hisi_femac.c | 26 #define MAC_SET 0x0210 macro 755 val = readl(priv->port_base + MAC_SET); in hisi_femac_port_init() 758 writel(val, priv->port_base + MAC_SET); in hisi_femac_port_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hisi_femac.c | 26 #define MAC_SET 0x0210 macro 755 val = readl(priv->port_base + MAC_SET); in hisi_femac_port_init() 758 writel(val, priv->port_base + MAC_SET); in hisi_femac_port_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.c | 25 MAC_SET, enumerator 48 if (op == MAC_SET) in change_mac() 71 (op == MAC_SET) ? "set" : "del"); in change_mac() 93 return change_mac(nic_dev, addr, vlan_id, MAC_SET); in hinic_port_add_mac()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.c | 22 MAC_SET, enumerator 45 if (op == MAC_SET) in change_mac() 68 (op == MAC_SET) ? "set" : "del"); in change_mac() 90 return change_mac(nic_dev, addr, vlan_id, MAC_SET); in hinic_port_add_mac()
|
Completed in 12 milliseconds