Searched refs:qeth_qdio_out_buffer (Results 1 – 2 of 2) sorted by relevance
432 struct qeth_qdio_out_buffer { struct441 struct qeth_qdio_out_buffer *next_pending; argument454 struct qeth_qdio_out_buffer *bufs[QDIO_MAX_BUFFERS_PER_Q];
65 struct qeth_qdio_out_buffer *buf,67 static void qeth_release_skbs(struct qeth_qdio_out_buffer *buf);69 struct qeth_qdio_out_buffer *buf,372 struct qeth_qdio_out_buffer *head = q->bufs[bidx]; in qeth_cleanup_handled_pending()373 struct qeth_qdio_out_buffer *c = q->bufs[bidx]->next_pending; in qeth_cleanup_handled_pending()379 struct qeth_qdio_out_buffer *f = c; in qeth_cleanup_handled_pending()411 struct qeth_qdio_out_buffer *buffer; in qeth_qdio_handle_aob()417 buffer = (struct qeth_qdio_out_buffer *) aob->user1; in qeth_qdio_handle_aob()1100 struct qeth_qdio_out_buffer *buf, in qeth_notify_skbs()1126 static void qeth_release_skbs(struct qeth_qdio_out_buffer *buf) in qeth_release_skbs()[all …]