Lines Matching refs:aob
469 q->bufs[bidx]->aob = q->bufstates[bidx].aob; in qeth_cleanup_handled_pending()
478 struct qaob *aob; in qeth_qdio_handle_aob() local
482 aob = (struct qaob *) phys_to_virt(phys_aob_addr); in qeth_qdio_handle_aob()
485 buffer = (struct qeth_qdio_out_buffer *) aob->user1; in qeth_qdio_handle_aob()
486 QETH_CARD_TEXT_(card, 5, "%lx", aob->user1); in qeth_qdio_handle_aob()
498 if (aob->aorc != 0) { in qeth_qdio_handle_aob()
499 QETH_CARD_TEXT_(card, 2, "aorc%02X", aob->aorc); in qeth_qdio_handle_aob()
500 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob()
504 buffer->aob = NULL; in qeth_qdio_handle_aob()
509 qdio_release_aob(aob); in qeth_qdio_handle_aob()
2440 newbuf->aob = NULL; in qeth_init_qdio_out_buf()
3738 buffer->aob = queue->bufstates[bidx].aob; in qeth_qdio_output_handler()
3742 virt_to_phys(buffer->aob)); in qeth_qdio_output_handler()