Home
last modified time | relevance | path

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

/drivers/s390/block/
Dscm_blk.c47 free_page((unsigned long) scmrq->aob); in __scm_free_rq()
78 scmrq->aob = (void *) get_zeroed_page(GFP_DMA); in __scm_alloc_rq()
79 if (!scmrq->aob) in __scm_alloc_rq()
134 msb = &scmrq->aob->msb[i]; in scm_request_done()
184 int pos = scmrq->aob->request.msb_count; in scm_request_prepare()
185 struct msb *msb = &scmrq->aob->msb[pos]; in scm_request_prepare()
196 scmrq->aob->request.msb_count++; in scm_request_prepare()
216 scmrq->request[scmrq->aob->request.msb_count] = req; in scm_request_set()
223 struct aob *aob = scmrq->aob; in scm_request_init() local
227 memset(aob, 0, sizeof(*aob)); in scm_request_init()
[all …]
Dscm_blk.h33 struct aob *aob; member
/drivers/s390/cio/
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()
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 …]
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()
Dorb.h74 u32 aob; member
Dqdio_setup.c35 void qdio_release_aob(struct qaob *aob) in qdio_release_aob() argument
37 kmem_cache_free(qdio_aob_cache, aob); in qdio_release_aob()
/drivers/s390/net/
Dqeth_core_main.c1340 if (buf->aob) in qeth_free_out_buf()
1341 qdio_release_aob(buf->aob); in qeth_free_out_buf()
1353 struct qaob *aob = buf->aob; in qeth_tx_complete_pending_bufs() local
1357 priv = (struct qeth_qaob_priv1 *)&aob->user1; in qeth_tx_complete_pending_bufs()
1363 qeth_compute_cq_notification(aob->aorc, 1); in qeth_tx_complete_pending_bufs()
1368 i < aob->sb_count && i < queue->max_elements; in qeth_tx_complete_pending_bufs()
1370 void *data = phys_to_virt(aob->sba[i]); in qeth_tx_complete_pending_bufs()
3533 struct qaob *aob = NULL; in qeth_flush_buffers() local
3556 if (!buf->aob) in qeth_flush_buffers()
3557 buf->aob = qdio_allocate_aob(); in qeth_flush_buffers()
[all …]
Dqeth_core.h430 struct qaob *aob; member