Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/net/
Dqeth_core.h396 struct qeth_qdio_q { struct
548 struct qeth_qdio_q *in_q;
549 struct qeth_qdio_q *c_q;
Dqeth_core_main.c189 struct qeth_qdio_q *queue = card->qdio.in_q; in qeth_clear_working_pool_list()
317 static void qeth_free_qdio_queue(struct qeth_qdio_q *q) in qeth_free_qdio_queue()
326 static struct qeth_qdio_q *qeth_alloc_qdio_queue(void) in qeth_alloc_qdio_queue()
328 struct qeth_qdio_q *q = kzalloc(sizeof(*q), GFP_KERNEL); in qeth_alloc_qdio_queue()
3413 struct qeth_qdio_q *queue = card->qdio.in_q; in qeth_rx_refill_queue()
3748 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler()