Lines Matching refs:active
151 pool->active = pool_active; in ibmveth_init_buffer_pool()
317 if (pool->active && in ibmveth_replenish_task()
421 if (!adapter->rx_buff_pool[pool].active) { in ibmveth_rxq_recycle_buffer()
492 if (adapter->rx_buff_pool[i].active) in ibmveth_cleanup()
632 if (!adapter->rx_buff_pool[i].active) in ibmveth_open()
636 adapter->rx_buff_pool[i].active = 0; in ibmveth_open()
1258 adapter->rx_buff_pool[i].active = 1; in ibmveth_change_mtu()
1316 if (adapter->rx_buff_pool[i].active) in ibmveth_get_desired_dma()
1492 return sprintf(buf, "%d\n", pool->active); in veth_pool_show()
1513 if (value && !pool->active) { in veth_pool_store()
1520 pool->active = 1; in veth_pool_store()
1527 pool->active = 1; in veth_pool_store()
1529 } else if (!value && pool->active) { in veth_pool_store()
1537 if (!adapter->rx_buff_pool[i].active) in veth_pool_store()
1551 pool->active = 0; in veth_pool_store()
1556 pool->active = 0; in veth_pool_store()
1601 static ATTR(active, 0644);