Searched refs:pool_entry (Results 1 – 4 of 4) sorted by relevance
359 pool_entry) { in ib_cq_pool_cleanup()361 list_del(&cq->pool_entry); in ib_cq_pool_cleanup()396 list_add_tail(&cq->pool_entry, &tmp_list); in ib_alloc_cqs()406 list_for_each_entry_safe(cq, n, &tmp_list, pool_entry) { in ib_alloc_cqs()460 pool_entry) { in ib_cq_pool_get()
187 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_clear_working_pool_list() local192 list_for_each_entry_safe(pool_entry, tmp, in qeth_clear_working_pool_list()194 list_del(&pool_entry->list); in qeth_clear_working_pool_list()200 queue->bufs[i].pool_entry = NULL; in qeth_clear_working_pool_list()2863 struct qeth_buffer_pool_entry *pool_entry = buf->pool_entry; in qeth_init_input_buffer() local2874 if (!pool_entry) { in qeth_init_input_buffer()2875 pool_entry = qeth_find_free_buffer_pool_entry(card); in qeth_init_input_buffer()2876 if (!pool_entry) in qeth_init_input_buffer()2879 buf->pool_entry = pool_entry; in qeth_init_input_buffer()2891 page_to_phys(pool_entry->elements[i]); in qeth_init_input_buffer()[all …]
392 struct qeth_buffer_pool_entry *pool_entry; member
1577 struct list_head pool_entry; member