Searched refs:c_q (Results 1 – 2 of 2) sorted by relevance
337 qdio_reset_buffers(card->qdio.c_q->qdio_bufs, in qeth_cq_init()339 card->qdio.c_q->next_buf_to_init = 127; in qeth_cq_init()362 card->qdio.c_q = qeth_alloc_qdio_queue(); in qeth_alloc_cq()363 if (!card->qdio.c_q) { in qeth_alloc_cq()383 card->qdio.c_q = NULL; in qeth_alloc_cq()391 qeth_free_qdio_queue(card->qdio.c_q); in qeth_alloc_cq()392 card->qdio.c_q = NULL; in qeth_alloc_cq()400 if (card->qdio.c_q) { in qeth_free_cq()402 qeth_free_qdio_queue(card->qdio.c_q); in qeth_free_cq()403 card->qdio.c_q = NULL; in qeth_free_cq()[all …]
488 struct qeth_qdio_q *c_q; member