Searched refs:is_vlan_path (Results 1 – 1 of 1) sorted by relevance
732 bool is_synced, bool is_vlan_path, in icssg_prueth_hsr_fdb_add_del() argument743 if (is_synced || (emac->prueth->is_hsr_offload_mode && is_vlan_path)) in icssg_prueth_hsr_fdb_add_del()769 if (!is_synced && !is_vlan_path && in icssg_prueth_hsr_fdb_add_del()789 bool is_synced, is_vlan_path; in icssg_prueth_hsr_add_mcast() local793 is_vlan_path = is_vlan_dev(ndev); in icssg_prueth_hsr_add_mcast()794 vlan_id = is_vlan_path ? vlan_dev_vlan_id(ndev) : PRUETH_DFLT_VLAN_HSR; in icssg_prueth_hsr_add_mcast()795 real_dev = is_vlan_path ? vlan_dev_real_dev(ndev) : ndev; in icssg_prueth_hsr_add_mcast()809 is_synced, is_vlan_path, in icssg_prueth_hsr_add_mcast()816 is_synced, is_vlan_path, true); in icssg_prueth_hsr_add_mcast()825 bool is_synced, is_vlan_path; in icssg_prueth_hsr_del_mcast() local[all …]