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

/freebsd-11.0-release/sys/dev/dpaa/
H A Dif_dtsec_rm.c286 count = bman_count(sc->sc_rx_pool);
290 bman_pool_fill(sc->sc_rx_pool, DTSEC_RM_POOL_RX_HIGH_MARK);
298 if (sc->sc_rx_pool != NULL)
299 bman_pool_destroy(sc->sc_rx_pool);
320 sc->sc_rx_pool = bman_pool_create(&sc->sc_rx_bpid, FM_PORT_BUFFER_SIZE,
325 if (sc->sc_rx_pool == NULL) {
345 if (bman_count(sc->sc_rx_pool) <= DTSEC_RM_POOL_RX_MAX_SIZE)
346 bman_put_buffer(sc->sc_rx_pool, buffer);
391 bman_put_buffer(sc->sc_rx_pool, DPAA_FD_GET_ADDR(frame));
H A Dif_dtsec.h96 t_Handle sc_rx_pool; member in struct:dtsec_softc

Completed in 64 milliseconds