Home
last modified time | relevance | path

Searched refs:dpaa_eth_softc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Ddpaa_eth.h30 struct dpaa_eth_softc { struct
58 (struct dpaa_eth_softc *sc, int unit); argument
60 (struct dpaa_eth_softc *sc, int unit); argument
62 (struct dpaa_eth_softc *sc); argument
99 int dpaa_eth_fm_port_rx_init(struct dpaa_eth_softc *sc); argument
100 int dpaa_eth_fm_port_tx_init(struct dpaa_eth_softc *sc);
102 void dpaa_eth_if_start_locked(struct dpaa_eth_softc *sc);
104 int dpaa_eth_pool_rx_init(struct dpaa_eth_softc *sc);
105 void dpaa_eth_pool_rx_free(struct dpaa_eth_softc *sc);
107 int dpaa_eth_fi_pool_init(struct dpaa_eth_softc *sc);
[all …]
H A Ddpaa_eth.c114 dpaa_eth_fi_pool_free(struct dpaa_eth_softc *sc) in dpaa_eth_fi_pool_free()
122 dpaa_eth_fi_pool_init(struct dpaa_eth_softc *sc) in dpaa_eth_fi_pool_init()
136 dpaa_eth_fi_alloc(struct dpaa_eth_softc *sc) in dpaa_eth_fi_alloc()
146 dpaa_eth_fi_free(struct dpaa_eth_softc *sc, struct dpaa_eth_frame_info *fi) in dpaa_eth_fi_free()
159 dpaa_eth_fm_port_rx_init(struct dpaa_eth_softc *sc) in dpaa_eth_fm_port_rx_init()
180 dpaa_eth_fm_port_tx_init(struct dpaa_eth_softc *sc) in dpaa_eth_fm_port_tx_init()
205 dpaa_eth_pool_rx_put_buffer(struct dpaa_eth_softc *sc, uint8_t *buffer, in dpaa_eth_pool_rx_put_buffer()
215 dtsec_add_buffers(struct dpaa_eth_softc *sc, int count) in dtsec_add_buffers()
247 struct dpaa_eth_softc *sc; in dpaa_eth_pool_rx_depleted()
268 dpaa_eth_pool_rx_free(struct dpaa_eth_softc *sc) in dpaa_eth_pool_rx_free()
[all …]
H A Dif_memac.h29 struct dpaa_eth_softc sc_base;
H A Dif_dtsec.h49 struct dpaa_eth_softc sc_base;