Home
last modified time | relevance | path

Searched refs:port_mac_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c38 struct hinic_port_mac_cmd port_mac_cmd; in change_mac() local
40 u16 out_size = sizeof(port_mac_cmd); in change_mac()
51 port_mac_cmd.vlan_id = vlan_id; in change_mac()
55 sizeof(port_mac_cmd), in change_mac()
56 &port_mac_cmd, &out_size); in change_mac()
58 (port_mac_cmd.status && in change_mac()
62 err, port_mac_cmd.status, out_size); in change_mac()
119 u16 out_size = sizeof(port_mac_cmd); in hinic_port_get_mac()
126 &port_mac_cmd, sizeof(port_mac_cmd), in hinic_port_get_mac()
127 &port_mac_cmd, &out_size); in hinic_port_get_mac()
[all …]