Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
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 …]
A Dscm_blk.h33 struct aob *aob; member
/linux/arch/s390/include/asm/
A Deadm.h73 struct aob { struct
117 int eadm_start_aob(struct aob *aob);
118 void scm_irq_handler(struct aob *aob, blk_status_t error);
A Dqdio.h353 unsigned int bufnr, unsigned int count, struct qaob *aob);
A Dscsw.h128 u32 aob; member
/linux/drivers/s390/cio/
A Deadm_sch.c59 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()
A Dqdio_main.c84 unsigned long aob) in do_siga_output() argument
98 : [schid] "d" (schid), [mask] "d" (mask), [aob] "d" (aob) in do_siga_output()
325 unsigned int *busy_bit, unsigned long aob) in qdio_siga_output() argument
335 else if (aob) in qdio_siga_output()
344 cc = do_siga_output(schid, q->mask, busy_bit, fc, aob); in qdio_siga_output()
582 unsigned long aob) in qdio_kick_outbound_q() argument
594 cc = qdio_siga_output(q, count, &busy_bit, aob); in qdio_kick_outbound_q()
1154 struct qaob *aob) in handle_outbound() argument
1168 unsigned long phys_aob = aob ? virt_to_phys(aob) : 0; in handle_outbound()
1196 int q_nr, unsigned int bufnr, unsigned int count, struct qaob *aob) in do_QDIO() argument
[all …]
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()
A Dorb.h74 u32 aob; member
/linux/drivers/s390/net/
A Dqeth_core_main.c1336 if (buf->aob) in qeth_free_out_buf()
1349 struct qaob *aob = buf->aob; in qeth_tx_complete_pending_bufs() local
3528 struct qaob *aob = NULL; in qeth_flush_buffers() local
3551 if (!buf->aob) in qeth_flush_buffers()
3554 if (buf->aob) { in qeth_flush_buffers()
3557 aob = buf->aob; in qeth_flush_buffers()
3592 index, count, aob); in qeth_flush_buffers()
5962 struct qaob *aob = buffer->aob; in qeth_iqd_tx_complete() local
5966 if (!aob) { in qeth_iqd_tx_complete()
5996 error = !!aob->aorc; in qeth_iqd_tx_complete()
[all …]
A Dqeth_core.h430 struct qaob *aob; member

Completed in 32 milliseconds