Home
last modified time | relevance | path

Searched refs:ibmveth_buff_pool (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dibmveth.h85 struct ibmveth_buff_pool { struct
118 struct ibmveth_buff_pool rx_buff_pool[IbmVethNumBufferPools]; argument
Dibmveth.c131 static void ibmveth_init_buffer_pool(struct ibmveth_buff_pool *pool, u32 pool_index, u32 pool_size,… in ibmveth_init_buffer_pool()
140 static int ibmveth_alloc_buffer_pool(struct ibmveth_buff_pool *pool) in ibmveth_alloc_buffer_pool()
185 static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter, struct ibmveth_buff_pool in ibmveth_replenish_buffer_pool()
276 static void ibmveth_free_buffer_pool(struct ibmveth_adapter *adapter, struct ibmveth_buff_pool *poo… in ibmveth_free_buffer_pool()