Searched refs:cnmac_mbufs_to_alloc (Results 1 – 1 of 1) sorted by relevance
206 int cnmac_mbufs_to_alloc; variable254 atomic_add_int(&cnmac_mbufs_to_alloc, in cnmac_attach()1302 atomic_add_int(&cnmac_mbufs_to_alloc, nmbuf); in cnmac_intr()1362 if (cnmac_mbufs_to_alloc != 0) { in cnmac_tick_free()1363 to_alloc = atomic_swap_uint(&cnmac_mbufs_to_alloc, 0); in cnmac_tick_free()1366 atomic_add_int(&cnmac_mbufs_to_alloc, to_alloc); in cnmac_tick_free()