Searched defs:cpsw_softc (Results 1 – 1 of 1) sorted by relevance
87 struct cpsw_softc { struct88 device_t dev;89 int active_slave;90 int debug;91 int dualemac;92 phandle_t node;93 struct bintime attach_uptime; /* system uptime when attach happened. */94 struct cpsw_port port[2];95 unsigned coal_us;98 struct cpsw_queue rx, tx;[all …]