Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c352 qdio_reset_buffers(card->qdio.c_q->qdio_bufs, in qeth_cq_init()
354 card->qdio.c_q->next_buf_to_init = 127; in qeth_cq_init()
369 if (card->qdio.c_q) { in qeth_free_cq()
370 qeth_free_qdio_queue(card->qdio.c_q); in qeth_free_cq()
371 card->qdio.c_q = NULL; in qeth_free_cq()
379 if (!card->qdio.c_q) { in qeth_alloc_cq()
380 card->qdio.c_q = qeth_alloc_qdio_queue(); in qeth_alloc_cq()
381 if (!card->qdio.c_q) { in qeth_alloc_cq()
3775 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler()
5096 in_sbal_ptrs[1] = card->qdio.c_q->qdio_bufs; in qeth_qdio_establish()
H A Dqeth_core.h549 struct qeth_qdio_q *c_q; member