Searched refs:breq (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | brw_test.c | 84 test_bulk_req_t *breq = &tsi->tsi_u.bulk_v0; in brw_client_init() local 86 opc = breq->blk_opc; in brw_client_init() 87 flags = breq->blk_flags; in brw_client_init() 88 npg = breq->blk_npg; in brw_client_init() 94 test_bulk_req_v1_t *breq = &tsi->tsi_u.bulk_v1; in brw_client_init() local 100 opc = breq->blk_opc; in brw_client_init() 101 flags = breq->blk_flags; in brw_client_init() 102 len = breq->blk_len; in brw_client_init() 272 test_bulk_req_t *breq = &tsi->tsi_u.bulk_v0; in brw_client_prep_rpc() local 274 opc = breq->blk_opc; in brw_client_prep_rpc() [all …]
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 584 struct bcm63xx_req *breq) in iudma_write() argument 587 unsigned int bytes_left = breq->req.length - breq->offset; in iudma_write() 592 breq->bd_bytes = 0; in iudma_write() 593 breq->iudma = iudma; in iudma_write() 595 if ((bytes_left % iudma->max_pkt == 0) && bytes_left && breq->req.zero) in iudma_write() 637 d->address = breq->req.dma + breq->offset; in iudma_write() 641 breq->offset += n_bytes; in iudma_write() 642 breq->bd_bytes += n_bytes; in iudma_write() 1082 struct bcm63xx_req *breq = in bcm63xx_ep_disable() local 1085 usb_gadget_unmap_request(&udc->gadget, &breq->req, in bcm63xx_ep_disable() [all …]
|
/linux-4.1.27/drivers/block/ |
D | mg_disk.c | 111 struct request_queue *breq; member 581 mg_request(host->breq); in mg_read_intr() 598 mg_request(host->breq); in mg_read_intr() 619 mg_request(host->breq); in mg_write_intr() 636 mg_request(host->breq); in mg_write_intr() 658 mg_request(host->breq); in mg_times_out() 970 host->breq = blk_init_queue(mg_request_poll, &host->lock); in mg_probe() 972 host->breq = blk_init_queue(mg_request, &host->lock); in mg_probe() 974 if (!host->breq) { in mg_probe() 980 host->breq->queuedata = host; in mg_probe() [all …]
|
/linux-4.1.27/arch/avr32/lib/ |
D | findbit.S | 40 breq 1f 104 breq 1f 134 breq 1f 164 breq 1f
|
D | csum_partial_copy_generic.S | 79 breq 1f 94 breq 1f
|
D | copy_user.S | 87 breq 1b 92 breq 1b
|
D | csum_partial.S | 38 breq 7f
|
D | strncpy_from_user.S | 46 breq 2f
|
D | strnlen_user.S | 33 breq 2f
|
/linux-4.1.27/arch/arc/lib/ |
D | strchr-700.S | 22 breq.d r2,r0,.Laligned 44 breq r7,0,.Loop ; For speed, we want this branch to be unaligned. 48 breq r12,0,.Loop ; For speed, we want this branch to be unaligned. 70 breq r7,0,.Loop /* ... so that this branch is unaligned. */
|
D | strcmp.S | 32 breq r2,r3,.Lwordloop 91 breq r2,0,.Lcmpend 92 breq r2,r3,.Lcharloop
|
D | memcpy-700.S | 30 breq r2,0,.Last_store
|
D | strlen.S | 56 breq r12,0,.Loop
|
D | memcmp.S | 99 breq r2,0,.Lnil
|
/linux-4.1.27/arch/avr32/kernel/ |
D | entry-avr32b.S | 111 breq page_table_not_present 175 breq page_not_present 288 breq 3f 309 breq 3f 595 breq 2f 745 breq 4f 758 breq 2f
|
/linux-4.1.27/arch/arc/kernel/ |
D | head.S | 28 breq r5, 0, 1f ; I$ doesn't exist
|