Lines Matching defs:ocelot_port
764 struct ocelot_port { struct
772 struct ocelot_port *dsa_8021q_cpu; argument
775 const struct ocelot_bridge_vlan *pvid_vlan;
777 struct tc_taprio_qopt_offload *taprio;
779 phy_interface_t phy_mode;
781 unsigned int ptp_skbs_in_flight;
782 struct sk_buff_head tx_skbs;
784 unsigned int trap_proto;
786 u16 mrp_ring_id;
788 u8 ptp_cmd;
789 u8 ts_id;
791 u8 index;
793 u8 stp_state;
794 bool vlan_aware;
795 bool is_dsa_8021q_cpu;
796 bool learn_ena;
821 struct ocelot_port **ports; argument