Lines Matching defs:ocelot_port
586 struct ocelot_port { struct
587 struct ocelot *ocelot;
589 struct regmap *target;
591 bool vlan_aware;
593 struct ocelot_vlan pvid_vlan;
595 struct ocelot_vlan native_vlan;
597 unsigned int ptp_skbs_in_flight;
598 u8 ptp_cmd;
599 struct sk_buff_head tx_skbs;
600 u8 ts_id;
602 phy_interface_t phy_mode;
604 u8 *xmit_template;
605 bool is_dsa_8021q_cpu;
606 bool learn_ena;
608 struct net_device *bond;
609 bool lag_tx_active;
634 struct ocelot_port **ports; argument