Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/
H A Drzn1_a5psw.c705 unsigned int vlan_res_id, int port, in a5psw_port_vlan_tagged_cfg() argument
710 u32 vlan_res_off = A5PSW_VLAN_RES(vlan_res_id); in a5psw_port_vlan_tagged_cfg()
746 int vlan_res_id; in a5psw_port_vlan_add() local
748 vlan_res_id = a5psw_find_vlan_entry(a5psw, vid); in a5psw_port_vlan_add()
749 if (vlan_res_id < 0) { in a5psw_port_vlan_add()
750 vlan_res_id = a5psw_new_vlan_res_entry(a5psw, vid); in a5psw_port_vlan_add()
751 if (vlan_res_id < 0) in a5psw_port_vlan_add()
755 a5psw_port_vlan_cfg(a5psw, vlan_res_id, port, true); in a5psw_port_vlan_add()
774 int vlan_res_id; in a5psw_port_vlan_del() local
776 vlan_res_id = a5psw_find_vlan_entry(a5psw, vid); in a5psw_port_vlan_del()
[all …]