Searched refs:cpsw_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Dif_cpsw.c115 struct cpsw_softc { struct
164 static int cpsw_new_rxbuf(struct cpsw_softc * const, const u_int);
175 static int cpsw_ale_update_addresses(struct cpsw_softc *, int purge);
177 CFATTACH_DECL_NEW(cpsw, sizeof(struct cpsw_softc),
202 cpsw_read_4(struct cpsw_softc * const sc, bus_size_t const offset)
208 cpsw_write_4(struct cpsw_softc * const sc, bus_size_t const offset,
215 cpsw_set_txdesc_next(struct cpsw_softc * const sc, const u_int i, uint32_t n)
226 cpsw_set_rxdesc_next(struct cpsw_softc * const sc, const u_int i, uint32_t n)
237 cpsw_get_txdesc(struct cpsw_softc * const sc, const u_int i,
253 cpsw_set_txdesc(struct cpsw_softc * cons
[all...]

Completed in 117 milliseconds