Lines Matching defs:port

217 /* Register for port STP state control */
230 /* Register for port control */
259 /* Register for port security control */
263 /* Register for port vlan control */
291 /* Register for port port-and-protocol based vlan 1 control */
297 /* Register for port MAC control register */
363 /* Register for port debug count */
586 * [ 2: 0] port 0
587 * [ 6: 4] port 1
588 * [10: 8] port 2
589 * [14:12] port 3
590 * [18:16] port 4
690 * of the port.
691 * @enable: The status used for show port is enabled or not.
692 * @pm: The matrix used to show all connections with the port.
718 int port;
724 * @phy_read_c22: Holding the way reading PHY port using C22
725 * @phy_write_c22: Holding the way writing PHY port using C22
726 * @phy_read_c45: Holding the way reading PHY port using C45
727 * @phy_write_c45: Holding the way writing PHY port using C45
729 * MAC port
731 * port
733 * certan MAC port
735 * certain MAC port
743 int (*phy_read_c22)(struct mt7530_priv *priv, int port, int regnum);
744 int (*phy_write_c22)(struct mt7530_priv *priv, int port, int regnum,
746 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad,
748 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad,
751 int (*cpu_port_config)(struct dsa_switch *ds, int port);
752 void (*mac_port_get_caps)(struct dsa_switch *ds, int port,
754 void (*mac_port_validate)(struct dsa_switch *ds, int port,
757 int (*mac_port_config)(struct dsa_switch *ds, int port,
777 * @p6_interface Holding the current port 6 interface
778 * @p5_intf_sel: Holding the current port 5 interface select
812 int port;
818 int port, bool untagged)
820 e->port = port;