Lines Matching refs:alloc
2154 u32 alloc;
2157 alloc = round_up(length, align);
2158 alloc = roundup_pow_of_two(alloc);
2160 ugeth->p_tx_bd_ring[j] = kmalloc(alloc, GFP_KERNEL);
2168 memset(ugeth->p_tx_bd_ring[j] + length, 0, alloc - length);
2215 u32 alloc;
2218 alloc = round_up(length, align);
2219 alloc = roundup_pow_of_two(alloc);
2221 ugeth->p_rx_bd_ring[j] = kmalloc(alloc, GFP_KERNEL);