Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dqeth_core.h421 struct qeth_buffer_pool_entry { struct
435 struct qeth_buffer_pool_entry *pool_entry; argument
869 struct qeth_buffer_pool_entry *entry) in qeth_put_buffer_pool_entry()
Dqeth_core_main.c244 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_clear_working_pool_list()
256 struct qeth_buffer_pool_entry *pool_entry; in qeth_alloc_buffer_pool()
1309 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_free_buffer_pool()
2721 struct qeth_buffer_pool_entry *entry; in qeth_initialize_working_pool_list()
2731 static inline struct qeth_buffer_pool_entry *qeth_find_free_buffer_pool_entry( in qeth_find_free_buffer_pool_entry()
2735 struct qeth_buffer_pool_entry *entry; in qeth_find_free_buffer_pool_entry()
2743 entry = list_entry(plh, struct qeth_buffer_pool_entry, list); in qeth_find_free_buffer_pool_entry()
2759 struct qeth_buffer_pool_entry, list); in qeth_find_free_buffer_pool_entry()
2780 struct qeth_buffer_pool_entry *pool_entry; in qeth_init_input_buffer()