Lines Matching refs:stu
1784 struct mv88e6xxx_stu_entry stu = {
1797 return mv88e6xxx_stu_loadpurge(chip, &stu);
1808 __set_bit(mst->stu.sid, busy);
1824 if (mst->stu.sid != sid)
1830 mst->stu.valid = false;
1831 err = mv88e6xxx_stu_loadpurge(chip, &mst->stu);
1864 *sid = mst->stu.sid;
1883 mst->stu.valid = true;
1884 mst->stu.sid = *sid;
1892 mst->stu.state[i] = dsa_is_user_port(chip->ds, i) ?
1896 err = mv88e6xxx_stu_loadpurge(chip, &mst->stu);
1940 if (mst->stu.state[port] == state)
1943 mst->stu.state[port] = state;
1945 err = mv88e6xxx_stu_loadpurge(chip, &mst->stu);