Home
last modified time | relevance | path

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

/drivers/s390/net/
Dqeth_core_main.c354 qdio_reset_buffers(card->qdio.c_q->qdio_bufs, in qeth_cq_init()
356 card->qdio.c_q->next_buf_to_init = 127; in qeth_cq_init()
373 card->qdio.c_q = qeth_alloc_qdio_queue(); in qeth_alloc_cq()
374 if (!card->qdio.c_q) { in qeth_alloc_cq()
382 card->qdio.c_q = NULL; in qeth_alloc_cq()
391 if (card->qdio.c_q) { in qeth_free_cq()
393 qeth_free_qdio_queue(card->qdio.c_q); in qeth_free_cq()
394 card->qdio.c_q = NULL; in qeth_free_cq()
3719 struct qeth_qdio_q *cq = card->qdio.c_q; in qeth_qdio_cq_handler()
5157 in_sbal_ptrs[1] = card->qdio.c_q->qdio_bufs; in qeth_qdio_establish()
Dqeth_core.h550 struct qeth_qdio_q *c_q; member