Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core.h409 struct qeth_qdio_q { struct
557 struct qeth_qdio_q *in_q;
558 struct qeth_qdio_q *c_q;
H A Dqeth_core_main.c205 struct qeth_qdio_q *queue = card->qdio.in_q; in qeth_clear_working_pool_list()
336 static void qeth_free_qdio_queue(struct qeth_qdio_q *q) in qeth_free_qdio_queue()
345 static struct qeth_qdio_q *qeth_alloc_qdio_queue(void) in qeth_alloc_qdio_queue()
347 struct qeth_qdio_q *q = kzalloc(sizeof(*q), GFP_KERNEL); in qeth_alloc_qdio_queue()
3477 struct qeth_qdio_q *queue = card->qdio.in_q; in qeth_rx_refill_queue()
3786 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler()