Searched refs:aob (Results 1 – 9 of 9) sorted by relevance
/drivers/s390/block/ |
D | scm_blk.c | 47 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 …]
|
D | scm_blk.h | 33 struct aob *aob; member
|
/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 | qdio_main.c | 84 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 …]
|
D | scm.c | 76 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()
|
D | orb.h | 74 u32 aob; member
|
D | qdio_setup.c | 35 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/ |
D | qeth_core_main.c | 1340 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 …]
|
D | qeth_core.h | 430 struct qaob *aob; member
|