Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_mst.c332 int err, msts = 0; in br_mst_process() local
349 msts++; in br_mst_process()
354 if (!msts) { in br_mst_process()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h425 struct list_head msts; member
H A Dchip.c1867 list_for_each_entry(mst, &chip->msts, node) in mv88e6xxx_sid_get()
1883 list_for_each_entry_safe(mst, tmp, &chip->msts, node) { in mv88e6xxx_mst_put()
1921 list_for_each_entry(mst, &chip->msts, node) { in mv88e6xxx_mst_get()
1960 list_add_tail(&mst->node, &chip->msts); in mv88e6xxx_mst_get()
1997 list_for_each_entry(mst, &chip->msts, node) { in mv88e6xxx_port_mst_state_set()
6381 INIT_LIST_HEAD(&chip->msts); in mv88e6xxx_alloc_chip()