Searched defs:qeth_qdio_info (Results 1 – 1 of 1) sorted by relevance
553 struct qeth_qdio_info { struct554 atomic_t state;556 int no_in_queues;557 struct qeth_qdio_q *in_q;558 struct qeth_qdio_q *c_q;559 struct qeth_qdio_buffer_pool in_buf_pool;560 struct qeth_qdio_buffer_pool init_pool;561 int in_buf_size;564 unsigned int no_out_queues;565 struct qeth_qdio_out_q *out_qs[QETH_MAX_OUT_QUEUES];[all …]