Searched refs:alloc_cnt (Results 1 – 5 of 5) sorted by relevance
146 static int ocelot_fdma_alloc_rx_buffs(struct ocelot *ocelot, u16 alloc_cnt) in ocelot_fdma_alloc_rx_buffs() argument159 while (alloc_cnt--) { in ocelot_fdma_alloc_rx_buffs()
2180 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_entry_alloc_info() argument2186 *alloc_cnt = 0; in rvu_npc_get_mcam_entry_alloc_info()2191 (*alloc_cnt)++; in rvu_npc_get_mcam_entry_alloc_info()2199 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_counter_alloc_info() argument2205 *alloc_cnt = 0; in rvu_npc_get_mcam_counter_alloc_info()2210 (*alloc_cnt)++; in rvu_npc_get_mcam_counter_alloc_info()
1053 int blkaddr, int *alloc_cnt,1056 int blkaddr, int *alloc_cnt,
1237 int alloc_cnt) in gfar_alloc_rx_buffs() argument1247 while (alloc_cnt--) { in gfar_alloc_rx_buffs()
2461 u32 alloc_cnt; in fill_rx_buffers() local2470 alloc_cnt = ring->pkt_cnt - ring->rx_bufs_left; in fill_rx_buffers()2473 while (alloc_tab < alloc_cnt) { in fill_rx_buffers()
Completed in 37 milliseconds