Lines Matching +full:int +full:- +full:threshold
1 /*-
2 * Copyright (c) 2011-2012 Semihalf.
56 int sc_rrid; /* register rid */
58 int sc_irid; /* interrupt rid */
66 unsigned int sc_bpool_cpu[BM_MAX_NUM_OF_POOLS];
96 * @param dep_sw_entry The software portal depletion entry threshold.
100 * @param dep_sw_exit The software portal depletion exit threshold.
104 * @param dep_hw_entry The hardware portal depletion entry threshold.
108 * @param dep_hw_exit The hardware portal depletion exit threshold.
151 int bman_pool_fill(t_Handle pool, uint16_t nbufs);
163 int bman_pool_destroy(t_Handle pool);
182 int bman_put_buffer(t_Handle pool, void *buffer);
196 int bman_attach(device_t dev);
197 int bman_detach(device_t dev);
198 int bman_suspend(device_t dev);
199 int bman_resume(device_t dev);
200 int bman_shutdown(device_t dev);