Searched refs:pool_entry (Results 1 – 4 of 4) sorted by relevance
244 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_clear_working_pool_list() local247 list_for_each_entry_safe(pool_entry, tmp, in qeth_clear_working_pool_list()249 list_del(&pool_entry->list); in qeth_clear_working_pool_list()256 struct qeth_buffer_pool_entry *pool_entry; in qeth_alloc_buffer_pool() local262 pool_entry = kzalloc(sizeof(*pool_entry), GFP_KERNEL); in qeth_alloc_buffer_pool()263 if (!pool_entry) { in qeth_alloc_buffer_pool()272 pool_entry->elements[--j]); in qeth_alloc_buffer_pool()273 kfree(pool_entry); in qeth_alloc_buffer_pool()277 pool_entry->elements[j] = ptr; in qeth_alloc_buffer_pool()279 list_add(&pool_entry->init_list, in qeth_alloc_buffer_pool()[all …]
432 struct qeth_buffer_pool_entry *pool_entry; member
529 buffer->pool_entry); in qeth_l2_poll()
2066 buffer->pool_entry); in qeth_l3_poll()