Lines Matching defs:port
161 /* Register for port STP state control */
174 /* Register for port control */
203 /* Register for port security control */
207 /* Register for port vlan control */
227 /* Register for port port-and-protocol based vlan 1 control */
233 /* Register for port MAC control register */
288 /* Register for port debug count */
618 * of the port.
619 * @enable: The status used for show port is enabled or not.
620 * @pm: The matrix used to show all connections with the port.
623 * @vlan_filtering: The flags indicating whether the port that can recognize
662 * @phy_read: Holding the way reading PHY port
663 * @phy_write: Holding the way writing PHY port
665 * MAC port
667 * port
669 * certan MAC port
671 * MAC port
673 * certain MAC port
675 * certain MAC port
677 * of the certain MAC port
683 int (*phy_read)(struct dsa_switch *ds, int port, int regnum);
684 int (*phy_write)(struct dsa_switch *ds, int port, int regnum, u16 val);
686 int (*cpu_port_config)(struct dsa_switch *ds, int port);
687 bool (*phy_mode_supported)(struct dsa_switch *ds, int port,
689 void (*mac_port_validate)(struct dsa_switch *ds, int port,
691 int (*mac_port_get_state)(struct dsa_switch *ds, int port,
693 int (*mac_port_config)(struct dsa_switch *ds, int port,
696 void (*mac_pcs_an_restart)(struct dsa_switch *ds, int port);
697 void (*mac_pcs_link_up)(struct dsa_switch *ds, int port,
716 * @p6_interface Holding the current port 6 interface
717 * @p5_intf_sel: Holding the current port 5 interface select
742 int port;
748 int port, bool untagged)
750 e->port = port;