Lines Matching defs:ocelot_port
922 struct ocelot_port { struct
930 struct ocelot_port *dsa_8021q_cpu; argument
933 const struct ocelot_bridge_vlan *pvid_vlan;
935 struct tc_taprio_qopt_offload *taprio;
937 phy_interface_t phy_mode;
939 unsigned int ptp_skbs_in_flight;
940 struct sk_buff_head tx_skbs;
942 u16 mrp_ring_id;
944 u8 ptp_cmd;
945 u8 ts_id;
947 u8 index;
949 u8 stp_state;
950 bool vlan_aware;
951 bool is_dsa_8021q_cpu;
952 bool learn_ena;
954 bool lag_tx_active;
978 struct ocelot_port **ports; argument