Searched refs:alloc_size (Results 1 – 2 of 2) sorted by relevance
311 rt_uint32_t alloc_size; member357 rt_uint32_t alloc_size; member
1175 txch->alloc_size = (((bd_size * txch->num_bd) + 0xF) & ~0xF); in emac_init_txch()1179 rt_memset((void *)txch->bd_mem, 0, txch->alloc_size); in emac_init_txch()1237 rxch->alloc_size = (((bd_size * rxch->num_bd) + 0xF) & ~0xF); in emac_init_rxch()1240 rt_memset((void *)rxch->bd_mem, 0, rxch->alloc_size); in emac_init_rxch()
Completed in 9 milliseconds