Searched refs:next_alloc (Results 1 – 6 of 6) sorted by relevance
123 __be32 next_alloc; member
21 local->next_txfid, local->next_alloc); in prism2_debug_proc_show()
673 int next_alloc; /* index to the next intransmitfid to be checked for member
2116 idx = local->next_alloc; in prism2_alloc_ev()2133 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 : in prism2_alloc_ev()2147 } while (idx != local->next_alloc); in prism2_alloc_ev()
921 int next_alloc; member
459 rx_pool->next_alloc = 0; in reset_rx_pools()564 rx_pool->next_alloc = 0; in init_rx_pools()2107 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()2108 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()