Home
last modified time | relevance | path

Searched defs:ethsw_core (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.h61 struct ethsw_core { struct
62 struct device *dev;
63 struct fsl_mc_io *mc_io;
64 u16 dpsw_handle;
65 struct dpsw_attr sw_attr;
66 u16 major, minor;
67 unsigned long features;
68 int dev_id;
69 struct ethsw_port_priv **ports;
71 u8 vlans[VLAN_VID_MASK + 1];
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.h169 struct ethsw_core { struct
170 struct device *dev;
171 struct fsl_mc_io *mc_io;
195 static inline int dpaa2_switch_get_index(struct ethsw_core *ethsw, in dpaa2_switch_get_index() argument