Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c187 struct hinic_port_vlan_cmd port_vlan_cmd; in hinic_port_add_vlan() local
189 port_vlan_cmd.func_idx = HINIC_HWIF_FUNC_IDX(hwdev->hwif); in hinic_port_add_vlan()
190 port_vlan_cmd.vlan_id = vlan_id; in hinic_port_add_vlan()
193 &port_vlan_cmd, sizeof(port_vlan_cmd), in hinic_port_add_vlan()
207 struct hinic_port_vlan_cmd port_vlan_cmd; in hinic_port_del_vlan() local
209 port_vlan_cmd.func_idx = HINIC_HWIF_FUNC_IDX(hwdev->hwif); in hinic_port_del_vlan()
210 port_vlan_cmd.vlan_id = vlan_id; in hinic_port_del_vlan()
213 &port_vlan_cmd, sizeof(port_vlan_cmd), in hinic_port_del_vlan()