Home
last modified time | relevance | path

Searched refs:swsc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1179 if (!sc->swsc->rx.running && !sc->swsc->tx.running) { in cpswp_init_locked()
1181 cpsw_reset(sc->swsc); in cpswp_init_locked()
1182 cpsw_init(sc->swsc); in cpswp_init_locked()
1331 cpsw_reset(sc->swsc); in cpswp_stop_locked()
1332 cpsw_init(sc->swsc); in cpswp_stop_locked()
1832 CPSW_TX_LOCK(sc->swsc); in cpswp_start()
1910 CPSW_DEBUGF(sc->swsc, in cpswp_tx_enqueue()
1987 cpsw_write_hdp_slot(sc->swsc, &sc->swsc->tx, first_new_slot); in cpswp_tx_enqueue()
1992 if (sc->swsc->tx.active_queue_len > sc->swsc->tx.max_active_queue_len) { in cpswp_tx_enqueue()
1993 sc->swsc->tx.max_active_queue_len = sc->swsc->tx.active_queue_len; in cpswp_tx_enqueue()
[all …]
H A Dif_cpswvar.h141 struct cpsw_softc *swsc; member