Home
last modified time | relevance | path

Searched refs:aob (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/s390/cio/
Dqdio_main.c82 unsigned long aob) in do_siga_output() argument
87 register unsigned long __aob asm("3") = aob; in do_siga_output()
328 unsigned long aob) in qdio_siga_output() argument
336 if (q->u.out.use_cq && aob != 0) { in qdio_siga_output()
338 laob = aob; in qdio_siga_output()
346 WARN_ON_ONCE((aob && queue_type(q) != QDIO_IQDIO_QFMT) || in qdio_siga_output()
347 (aob && fc != QDIO_SIGA_WRITEQ)); in qdio_siga_output()
627 int i, struct qaob *aob) in qdio_trace_aob() argument
632 (unsigned long) virt_to_phys(aob)); in qdio_trace_aob()
634 (unsigned long) aob->res0[0]); in qdio_trace_aob()
[all …]
Dqdio_setup.c31 void qdio_release_aob(struct qaob *aob) in qdio_release_aob() argument
33 kmem_cache_free(qdio_aob_cache, aob); in qdio_release_aob()
341 struct qaob *aob = q->u.out.aobs[n]; in qdio_release_memory() local
342 if (aob) { in qdio_release_memory()
343 qdio_release_aob(aob); in qdio_release_memory()
/linux-3.4.99/arch/s390/include/asm/
Dqdio.h277 struct qaob *aob; member
/linux-3.4.99/drivers/s390/net/
Dqeth_core_main.c401 q->bufs[bidx]->aob = q->bufstates[bidx].aob; in qeth_cleanup_handled_pending()
410 struct qaob *aob; in qeth_qdio_handle_aob() local
414 aob = (struct qaob *) phys_to_virt(phys_aob_addr); in qeth_qdio_handle_aob()
417 buffer = (struct qeth_qdio_out_buffer *) aob->user1; in qeth_qdio_handle_aob()
418 QETH_CARD_TEXT_(card, 5, "%lx", aob->user1); in qeth_qdio_handle_aob()
431 if (aob->aorc != 0) { in qeth_qdio_handle_aob()
432 QETH_CARD_TEXT_(card, 2, "aorc%02X", aob->aorc); in qeth_qdio_handle_aob()
433 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob()
437 buffer->aob = NULL; in qeth_qdio_handle_aob()
442 qdio_release_aob(aob); in qeth_qdio_handle_aob()
[all …]
Dqeth_core.h439 struct qaob *aob; member