Lines Matching defs:table
1563 int port, u16 table, u8 ptr, u16 data)
1567 reg = MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_UPDATE | table |
1578 u16 table;
1581 table = MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_INGRESS_PCP;
1582 err = mv88e6xxx_port_ieeepmt_write(chip, port, table, i,
1587 table = MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_EGRESS_GREEN_PCP;
1588 err = mv88e6xxx_port_ieeepmt_write(chip, port, table, i, i);
1592 table = MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_EGRESS_YELLOW_PCP;
1593 err = mv88e6xxx_port_ieeepmt_write(chip, port, table, i, i);
1597 table = MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_EGRESS_AVB_PCP;
1598 err = mv88e6xxx_port_ieeepmt_write(chip, port, table, i, i);