Home
last modified time | relevance | path

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

/net/bridge/
A Dbr_mst.c151 int br_mst_vlan_set_msti(struct net_bridge_vlan *mv, u16 msti) in br_mst_vlan_set_msti() argument
155 .orig_dev = mv->br->dev, in br_mst_vlan_set_msti()
157 .vid = mv->vid, in br_mst_vlan_set_msti()
166 if (mv->msti == msti) in br_mst_vlan_set_msti()
169 err = switchdev_port_attr_set(mv->br->dev, &attr, NULL); in br_mst_vlan_set_msti()
173 mv->msti = msti; in br_mst_vlan_set_msti()
175 list_for_each_entry(p, &mv->br->port_list, list) { in br_mst_vlan_set_msti()
178 pv = br_vlan_find(vg, mv->vid); in br_mst_vlan_set_msti()

Completed in 5 milliseconds