Searched refs:sc_rx_pool (Results 1 – 2 of 2) sorted by relevance
282 count = bman_count(sc->sc_rx_pool); in dtsec_rm_pool_rx_depleted() 286 bman_pool_fill(sc->sc_rx_pool, DTSEC_RM_POOL_RX_HIGH_MARK); in dtsec_rm_pool_rx_depleted() 294 if (sc->sc_rx_pool != NULL) in dtsec_rm_pool_rx_free() 295 bman_pool_destroy(sc->sc_rx_pool); in dtsec_rm_pool_rx_free() 314 sc->sc_rx_pool = bman_pool_create(&sc->sc_rx_bpid, FM_PORT_BUFFER_SIZE, in dtsec_rm_pool_rx_init() 319 if (sc->sc_rx_pool == NULL) { in dtsec_rm_pool_rx_init() 342 if (bman_count(sc->sc_rx_pool) <= DTSEC_RM_POOL_RX_MAX_SIZE) in dtsec_rm_fqr_mext_free() 343 bman_put_buffer(sc->sc_rx_pool, buffer); in dtsec_rm_fqr_mext_free() 390 bman_put_buffer(sc->sc_rx_pool, frame_va); in dtsec_rm_fqr_rx_callback()
96 t_Handle sc_rx_pool; member