HomeSort by: relevance | last modified time | path
    Searched defs:cpsw_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
if_cpsw.c 115 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 * const sc, const u_int i
    [all...]
if_cpsw.c 115 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 * const sc, const u_int i
    [all...]

Completed in 22 milliseconds