Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/block/
H A Dscm_blk.c46 free_page((unsigned long) scmrq->aob); in __scm_free_rq()
78 if (!scmrq->aob) in __scm_alloc_rq()
133 msb = &scmrq->aob->msb[i]; in scm_request_done()
195 scmrq->aob->request.msb_count++; in scm_request_prepare()
222 struct aob *aob = scmrq->aob; in scm_request_init() local
226 memset(aob, 0, sizeof(*aob)); in scm_request_init()
229 aob->request.data = (u64) aobrq; in scm_request_init()
272 if (eadm_start_aob(scmrq->aob)) { in scm_request_start()
357 struct aob *aob = scmrq->aob; in __scmrq_log_error() local
363 SCM_LOG_HEX(1, &aob->response, sizeof(aob->response)); in __scmrq_log_error()
[all …]
H A Dscm_blk.h32 struct aob *aob; member
/linux-6.15/arch/s390/include/asm/
H A Deadm.h74 struct aob { struct
118 int eadm_start_aob(struct aob *aob);
119 void scm_irq_handler(struct aob *aob, blk_status_t error);
H A Dqdio.h360 unsigned int count, struct qaob *aob);
H A Dscsw.h129 dma32_t aob; member
/linux-6.15/drivers/s390/cio/
H A Deadm_sch.c60 static int eadm_subchannel_start(struct subchannel *sch, struct aob *aob) in eadm_subchannel_start() argument
66 orb->eadm.aob = virt_to_dma32(aob); in eadm_subchannel_start()
150 scm_irq_handler(dma32_to_virt(scsw->aob), error); in eadm_subchannel_irq()
182 int eadm_start_aob(struct aob *aob) in eadm_start_aob() argument
195 ret = eadm_subchannel_start(sch, aob); in eadm_start_aob()
H A Dqdio_main.c84 dma64_t aob) in do_siga_output() argument
97 : [schid] "d" (schid), [mask] "d" (mask), [aob] "d" (aob) in do_siga_output()
322 unsigned int *busy_bit, dma64_t aob) in qdio_siga_output() argument
332 else if (aob) in qdio_siga_output()
341 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob); in qdio_siga_output()
629 dma64_t aob) in qdio_kick_outbound_q() argument
641 cc = qdio_siga_output(q, count, &busy_bit, aob); in qdio_kick_outbound_q()
1268 struct qaob *aob) in handle_outbound() argument
1282 dma64_t phys_aob = aob ? virt_to_dma64(aob) : 0; in handle_outbound()
1310 struct qaob *aob) in qdio_add_bufs_to_output_queue() argument
[all …]
H A Dscm.c76 void scm_irq_handler(struct aob *aob, blk_status_t error) in scm_irq_handler() argument
78 struct aob_rq_header *aobrq = (void *) aob->request.data; in scm_irq_handler()
H A Dorb.h77 dma32_t aob; member
/linux-6.15/drivers/s390/net/
H A Dqeth_core_main.c1414 if (buf->aob) in qeth_free_out_buf()
1427 struct qaob *aob = buf->aob; in qeth_tx_complete_pending_bufs() local
3604 struct qaob *aob = NULL; in qeth_flush_buffers() local
3627 if (!buf->aob) in qeth_flush_buffers()
3630 if (buf->aob) { in qeth_flush_buffers()
3633 aob = buf->aob; in qeth_flush_buffers()
3668 index, count, aob); in qeth_flush_buffers()
5891 struct qaob *aob = buffer->aob; in qeth_iqd_tx_complete() local
5895 if (!aob) { in qeth_iqd_tx_complete()
5925 error = !!aob->aorc; in qeth_iqd_tx_complete()
[all …]
H A Dqeth_core.h430 struct qaob *aob; member