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

/freebsd-10.2-release/sys/arm/ti/cpsw/
H A Dif_cpsw.c96 static void cpsw_init_slots(struct cpsw_softc *);
98 static void cpsw_free_slot(struct cpsw_softc *, struct cpsw_slot *);
105 static void cpsw_shutdown_locked(struct cpsw_softc *);
119 static struct mbuf *cpsw_rx_dequeue(struct cpsw_softc *);
120 static void cpsw_rx_enqueue(struct cpsw_softc *);
122 static void cpsw_tx_enqueue(struct cpsw_softc *);
123 static int cpsw_tx_dequeue(struct cpsw_softc *);
131 static void cpsw_tx_watchdog(struct cpsw_softc *);
134 static void cpsw_ale_read_entry(struct cpsw_softc *, uint16_t idx, uint32_t *ale_entry);
135 static void cpsw_ale_write_entry(struct cpsw_softc *, uint16_
[all...]
H A Dif_cpswvar.h67 struct cpsw_softc { struct

Completed in 52 milliseconds