Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/net/
Dqeth_core_main.c371 qdio_reset_buffers(card->qdio.c_q->qdio_bufs, in qeth_cq_init()
373 card->qdio.c_q->next_buf_to_init = 127; in qeth_cq_init()
396 card->qdio.c_q = qeth_alloc_qdio_queue(); in qeth_alloc_cq()
397 if (!card->qdio.c_q) { in qeth_alloc_cq()
418 card->qdio.c_q = NULL; in qeth_alloc_cq()
426 qeth_free_qdio_queue(card->qdio.c_q); in qeth_alloc_cq()
427 card->qdio.c_q = NULL; in qeth_alloc_cq()
435 if (card->qdio.c_q) { in qeth_free_cq()
437 qeth_free_qdio_queue(card->qdio.c_q); in qeth_free_cq()
438 card->qdio.c_q = NULL; in qeth_free_cq()
[all …]
Dqeth_core.h559 struct qeth_qdio_q *c_q; member