Searched defs:qeth_qdio_info (Results 1 – 1 of 1) sorted by relevance
545 struct qeth_qdio_info { struct546 atomic_t state;548 int no_in_queues;549 struct qeth_qdio_q *in_q;550 struct qeth_qdio_q *c_q;551 struct qeth_qdio_buffer_pool in_buf_pool;552 struct qeth_qdio_buffer_pool init_pool;553 int in_buf_size;556 unsigned int no_out_queues;557 struct qeth_qdio_out_q *out_qs[QETH_MAX_OUT_QUEUES];[all …]