Lines Matching refs:cpsw_softc

115 struct cpsw_softc {
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,
269 cpsw_get_rxdesc(struct cpsw_softc * const sc, const u_int i,
286 cpsw_set_rxdesc(struct cpsw_softc * const sc, const u_int i,
302 cpsw_txdesc_paddr(struct cpsw_softc * const sc, u_int x)
309 cpsw_rxdesc_paddr(struct cpsw_softc * const sc, u_int x)
331 cpsw_phy_has_1000t(struct cpsw_softc * const sc)
345 struct cpsw_softc * const sc = device_private(self);
395 struct cpsw_softc * const sc = device_private(self);
611 struct cpsw_softc * const sc = ifp->if_softc;
761 struct cpsw_softc *sc = ifp->if_softc;
771 cpsw_mii_wait(struct cpsw_softc * const sc, int reg)
786 struct cpsw_softc * const sc = device_private(dev);
810 struct cpsw_softc * const sc = device_private(dev);
841 cpsw_new_rxbuf(struct cpsw_softc * const sc, const u_int i)
899 struct cpsw_softc * const sc = ifp->if_softc;
1049 struct cpsw_softc * const sc = ifp->if_softc;
1126 struct cpsw_softc * const sc = arg;
1140 struct cpsw_softc * const sc = arg;
1151 struct cpsw_softc * const sc = arg;
1241 struct cpsw_softc * const sc = arg;
1357 struct cpsw_softc * const sc = arg;
1464 cpsw_ale_set_outgoing_mac(struct cpsw_softc *sc, int port, const uint8_t *mac)
1473 cpsw_ale_read_entry(struct cpsw_softc *sc, uint16_t idx, uint32_t *ale_entry)
1482 cpsw_ale_write_entry(struct cpsw_softc *sc, uint16_t idx,
1492 cpsw_ale_remove_all_mc_entries(struct cpsw_softc *sc)
1510 cpsw_ale_mc_entry_set(struct cpsw_softc *sc, uint8_t portmask, uint8_t *mac)
1549 cpsw_ale_update_addresses(struct cpsw_softc *sc, int purge)