Searched refs:aob (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/s390/block/ |
D | scm_blk.c | 46 free_page((unsigned long) scmrq->aob); in __scm_free_rq() 77 scmrq->aob = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq() 78 if (!scmrq->aob) in __scm_alloc_rq() 133 msb = &scmrq->aob->msb[i]; in scm_request_done() 183 int pos = scmrq->aob->request.msb_count; in scm_request_prepare() 184 struct msb *msb = &scmrq->aob->msb[pos]; in scm_request_prepare() 195 scmrq->aob->request.msb_count++; in scm_request_prepare() 215 scmrq->request[scmrq->aob->request.msb_count] = req; in scm_request_set() 222 struct aob *aob = scmrq->aob; in scm_request_init() local 226 memset(aob, 0, sizeof(*aob)); in scm_request_init() [all …]
|
D | scm_blk.h | 33 struct aob *aob; member
|
/Linux-v5.10/arch/s390/include/asm/ |
D | eadm.h | 73 struct aob { struct 117 int eadm_start_aob(struct aob *aob); 118 void scm_irq_handler(struct aob *aob, blk_status_t error);
|
D | scsw.h | 128 u32 aob; member
|
/Linux-v5.10/drivers/s390/cio/ |
D | eadm_sch.c | 59 static int eadm_subchannel_start(struct subchannel *sch, struct aob *aob) in eadm_subchannel_start() argument 65 orb->eadm.aob = (u32)__pa(aob); in eadm_subchannel_start() 155 scm_irq_handler((struct aob *)(unsigned long)scsw->aob, error); in eadm_subchannel_irq() 187 int eadm_start_aob(struct aob *aob) in eadm_start_aob() argument 200 ret = eadm_subchannel_start(sch, aob); in eadm_start_aob()
|
D | scm.c | 75 void scm_irq_handler(struct aob *aob, blk_status_t error) in scm_irq_handler() argument 77 struct aob_rq_header *aobrq = (void *) aob->request.data; in scm_irq_handler()
|
D | qdio_setup.c | 34 void qdio_release_aob(struct qaob *aob) in qdio_release_aob() argument 36 kmem_cache_free(qdio_aob_cache, aob); in qdio_release_aob() 395 struct qaob *aob = q->u.out.aobs[n]; in qdio_free_async_data() local 397 if (aob) { in qdio_free_async_data() 398 qdio_release_aob(aob); in qdio_free_async_data()
|
D | qdio_main.c | 82 unsigned long aob) in do_siga_output() argument 87 register unsigned long __aob asm("3") = aob; in do_siga_output() 321 unsigned int *busy_bit, unsigned long aob) in qdio_siga_output() argument 331 else if (aob) in qdio_siga_output() 340 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob); in qdio_siga_output() 540 struct qaob *aob = qdio_allocate_aob(); in qdio_aob_for_buffer() local 541 q->aobs[bufnr] = aob; in qdio_aob_for_buffer() 721 unsigned long aob) in qdio_kick_outbound_q() argument 733 cc = qdio_siga_output(q, count, &busy_bit, aob); in qdio_kick_outbound_q()
|
D | orb.h | 74 u32 aob; member
|
/Linux-v5.10/drivers/s390/net/ |
D | qeth_core_main.c | 509 struct qaob *aob; in qeth_qdio_handle_aob() local 514 aob = (struct qaob *) phys_to_virt(phys_aob_addr); in qeth_qdio_handle_aob() 517 buffer = (struct qeth_qdio_out_buffer *) aob->user1; in qeth_qdio_handle_aob() 518 QETH_CARD_TEXT_(card, 5, "%lx", aob->user1); in qeth_qdio_handle_aob() 524 i < aob->sb_count && i < QETH_MAX_BUFFER_ELEMENTS(card); in qeth_qdio_handle_aob() 526 void *data = phys_to_virt(aob->sba[i]); in qeth_qdio_handle_aob() 532 if (aob->aorc) { in qeth_qdio_handle_aob() 533 QETH_CARD_TEXT_(card, 2, "aorc%02X", aob->aorc); in qeth_qdio_handle_aob() 540 notification = qeth_compute_cq_notification(aob->aorc, 0); in qeth_qdio_handle_aob() 551 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob() [all …]
|