Home
last modified time | relevance | path

Searched refs:transferred (Results 1 – 94 of 94) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Ddiag_ftp.c58 u64 transferred; member
166 ldfpl->transferred = 0; in diag_ftp_cmd()
186 diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); in diag_ftp_cmd()
191 len = ldfpl->transferred; in diag_ftp_cmd()
/linux-4.4.14/drivers/usb/musb/
Dmusb_cppi41.c39 u32 transferred; member
134 cppi41_channel->transferred; in cppi41_trans_done()
142 if (cppi41_channel->tx_zlp && (cppi41_channel->transferred % in cppi41_trans_done()
159 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done()
232 u32 transferred; in cppi41_dma_callback() local
240 transferred = cppi41_channel->prog_len - txstate.residue; in cppi41_dma_callback()
241 cppi41_channel->transferred += transferred; in cppi41_dma_callback()
244 hw_ep->epnum, cppi41_channel->transferred, in cppi41_dma_callback()
249 if (cppi41_channel->transferred == cppi41_channel->total_len || in cppi41_dma_callback()
250 transferred < cppi41_channel->packet_sz) in cppi41_dma_callback()
[all …]
/linux-4.4.14/drivers/scsi/arm/
Dacornscsi.c249 printk("DT @+%04x ST @+%04x", host->dma.transferred, in acornscsi_dumpdma()
824 host->scsi.SCp.scsi_xferred != host->dma.transferred) in acornscsi_done()
1095 unsigned int transferred; in acornscsi_dma_cleanup() local
1106 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_cleanup()
1107 host->dma.transferred += transferred; in acornscsi_dma_cleanup()
1111 host->dma.start_addr, transferred); in acornscsi_dma_cleanup()
1116 acornscsi_data_updateptr(host, &host->scsi.SCp, transferred); in acornscsi_dma_cleanup()
1136 unsigned int address, length, transferred; in acornscsi_dma_intr() local
1148 transferred = dmac_address(host) - host->dma.start_addr; in acornscsi_dma_intr()
1149 host->dma.transferred += transferred; in acornscsi_dma_intr()
[all …]
Dacornscsi.h335 unsigned int transferred; /* number of bytes transferred */ member
/linux-4.4.14/drivers/usb/dwc3/
Dep0.c795 u32 transferred = 0; in dwc3_ep0_complete_data() local
838 transferred = transfer_size - length; in dwc3_ep0_complete_data()
839 buf = (u8 *)buf + transferred; in dwc3_ep0_complete_data()
840 ur->actual += transferred; in dwc3_ep0_complete_data()
841 remaining_ur_length -= transferred; in dwc3_ep0_complete_data()
852 transferred = min_t(u32, remaining_ur_length, in dwc3_ep0_complete_data()
854 memcpy(buf, dwc->ep0_bounce, transferred); in dwc3_ep0_complete_data()
856 transferred = ur->length - length; in dwc3_ep0_complete_data()
859 ur->actual += transferred; in dwc3_ep0_complete_data()
/linux-4.4.14/drivers/scsi/
Datari_scsi.c390 unsigned long transferred; in scsi_falcon_intr() local
392 transferred = SCSI_DMA_GETADR() - atari_dma_startaddr; in scsi_falcon_intr()
398 if (transferred & 15) in scsi_falcon_intr()
400 "ST-DMA fifo\n", transferred & 15); in scsi_falcon_intr()
402 atari_dma_residual = HOSTDATA_DMALEN - transferred; in scsi_falcon_intr()
DNCR5380.c1142 int transferred; in NCR5380_intr() local
1147 transferred = (hostdata->dmalen - NCR5380_dma_residual(instance)); in NCR5380_intr()
1148 hostdata->connected->SCp.this_residual -= transferred; in NCR5380_intr()
1149 hostdata->connected->SCp.ptr += transferred; in NCR5380_intr()
2530 int transferred; local
2556 transferred = instance->dmalen - NCR5380_dma_residual();
2557 hostdata->connected->SCp.this_residual -= transferred;
2558 hostdata->connected->SCp.ptr += transferred;
Dwd719x.h50 __le32 transferred; /* 52-55 Bytes Transferred */ member
Datari_NCR5380.c1108 int transferred; in NCR5380_dma_complete() local
1160 transferred = hostdata->dma_len - NCR5380_dma_residual(instance); in NCR5380_dma_complete()
1165 *data += transferred; in NCR5380_dma_complete()
1166 *count -= transferred; in NCR5380_dma_complete()
Dsd.c1721 unsigned int transferred = scsi_bufflen(scmd) - scsi_get_resid(scmd); in sd_completed_bytes() local
1750 return min(good_bytes, transferred); in sd_completed_bytes()
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt19 transferred to cpu-local "silos" on a demand basis. The amount transferred
53 For efficiency run-time is transferred between the global pool and CPU local
55 on large systems. The amount transferred each time such an update is required
/linux-4.4.14/fs/
Ddirect-io.c230 ssize_t transferred = 0; in dio_complete() local
242 transferred = dio->result; in dio_complete()
245 if ((dio->rw == READ) && ((offset + transferred) > dio->i_size)) in dio_complete()
246 transferred = dio->i_size - offset; in dio_complete()
254 ret = transferred; in dio_complete()
257 dio->end_io(dio->iocb, offset, transferred, dio->private); in dio_complete()
267 transferred); in dio_complete()
/linux-4.4.14/drivers/usb/storage/
Dshuttle_usbat.c158 static int transferred = 0; variable
1362 transferred = 0; in usbat_hp8200e_handle_read10()
1364 while (transferred != scsi_bufflen(srb)) { in usbat_hp8200e_handle_read10()
1366 if (len > scsi_bufflen(srb) - transferred) in usbat_hp8200e_handle_read10()
1367 len = scsi_bufflen(srb) - transferred; in usbat_hp8200e_handle_read10()
1400 transferred += len; in usbat_hp8200e_handle_read10()
1603 transferred = 0; in usbat_hp8200e_transport()
1616 transferred += len; in usbat_hp8200e_transport()
1617 usb_stor_dbg(us, "Wrote %08X bytes\n", transferred); in usbat_hp8200e_transport()
/linux-4.4.14/sound/drivers/vx/
Dvx_pcm.c682 pipe->transferred += update; in vx_update_pipe_position()
720 if (pipe->transferred >= (int)runtime->period_size) { in vx_pcm_playback_update()
721 pipe->transferred %= runtime->period_size; in vx_pcm_playback_update()
864 pipe->transferred = 0; in vx_pcm_prepare()
1070 pipe->transferred += size; in vx_pcm_capture_update()
1071 if (pipe->transferred >= pipe->period_bytes) { in vx_pcm_capture_update()
1072 pipe->transferred %= pipe->period_bytes; in vx_pcm_capture_update()
/linux-4.4.14/firmware/keyspan/
Dusa19.HEX91 reproduced, used, sold or transferred to any third party without
Dusa19qi.HEX91 reproduced, used, sold or transferred to any third party without
Dmpr.HEX90 reproduced, used, sold or transferred to any third party without
Dusa28x.HEX131 reproduced, used, sold or transferred to any third party without
Dusa19w.HEX131 reproduced, used, sold or transferred to any third party without
Dusa28xb.HEX132 reproduced, used, sold or transferred to any third party without
Dusa18x.HEX131 reproduced, used, sold or transferred to any third party without
Dusa19qw.HEX132 reproduced, used, sold or transferred to any third party without
Dusa28xa.HEX131 reproduced, used, sold or transferred to any third party without
Dusa49w.HEX135 reproduced, used, sold or transferred to any third party without
Dusa28.HEX138 reproduced, used, sold or transferred to any third party without
Dusa49wlc.HEX136 reproduced, used, sold or transferred to any third party without
/linux-4.4.14/firmware/emi26/
Dloader.HEX109 * and which may not be reproduced, used, sold or transferred to
Dfirmware.HEX1250 * and which may not be reproduced, used, sold or transferred to
Dbitstream.HEX4377 * and which may not be reproduced, used, sold or transferred to
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos-mic.txt6 transferred through mipi dsi. The compressed frame data must be uncompressed in
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dqcom_adm.txt46 is the source/destination for the transferred data.
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt88 When all pages are transferred, the DMA irq is raised on "ENDINTR" status
92 Meanwhile, the next videobuffer (if there is one), is transferred by DMA
Dsoc-camera.txt150 they are transferred over a media bus. Soc-camera provides support to
/linux-4.4.14/drivers/net/plip/
DKconfig13 CD-ROM drive (a minimal system has to be transferred with floppies
/linux-4.4.14/fs/fuse/
Dfile.c2309 size_t transferred, unsigned count, in fuse_copy_ioctl_iovec_old() argument
2313 if (count * sizeof(struct compat_iovec) == transferred) { in fuse_copy_ioctl_iovec_old()
2333 if (count * sizeof(struct iovec) != transferred) in fuse_copy_ioctl_iovec_old()
2336 memcpy(dst, src, transferred); in fuse_copy_ioctl_iovec_old()
2355 void *src, size_t transferred, unsigned count, in fuse_copy_ioctl_iovec() argument
2362 return fuse_copy_ioctl_iovec_old(dst, src, transferred, in fuse_copy_ioctl_iovec()
2366 if (count * sizeof(struct fuse_ioctl_iovec) != transferred) in fuse_copy_ioctl_iovec()
2453 size_t in_size, out_size, transferred; in fuse_do_ioctl() local
2551 transferred = req->out.args[1].size; in fuse_do_ioctl()
2581 transferred, in_iovs + out_iovs, in fuse_do_ioctl()
[all …]
/linux-4.4.14/Documentation/scsi/
Ddtc3x80.txt18 buffering is done automagically by the chip. Data is transferred
Dosd.txt167 layer, is to describe a vector of buffers that will be transferred to/from the
Dlibsas.txt322 total_xfer_len -- total number of bytes expected to be transferred
Dscsi_mid_low_api.txt1281 data (if any) has been transferred to or from the SCSI
1301 of bytes that are actually transferred. 'resid' is
1308 actual number of bytes transferred is less than this
Dncr53c8xx.txt388 Number of kbytes transferred
389 Example above: 671 MB transferred
511 data transferred reaches 1000 GB in order to avoid overflow.
/linux-4.4.14/Documentation/usb/
DURB.txt206 transferred. That's because USB transfers are packetized; it might take
208 have transferred successfully before the completion was called.
234 After completion, actual_length contains the actual transferred length and
Derror-codes.txt82 transferred length is less than the requested length and the URB_SHORT_NOT_OK
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-ib_srp25 512-byte sectors to be transferred via a single SCSI command.
48 amount of data that can be transferred between initiator and
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt25 have been transferred by byte-wide accesses in chronological order.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg232 * These registers count down the number of bytes transferred
234 * the data has been safely transferred. SDONE in SSTAT0 is
440 * transferred on the SCSI bus. They are counted up in the same
442 * to determine the address of the last byte transferred since HADDR
840 * to be transferred across the host bus.
1437 * transferred using an extra S/G.
Daic7xxx.seq790 * be transferred using memory write and invalidate PCI transactions.
1042 * have already transferred some overrun bytes into
1278 * of how many bytes were transferred on the SCSI (as opposed to the
1300 * transferred all data, no update is needed.
1455 * was not fully transferred.
Daic79xx.seq151 * the SCB only if all data has transferred to the host.
928 * was not fully transferred.
1717 * that the controller may have already transferred
2063 * command has transferred across the SCSI and host buses.
2164 * has transferred to the host.
Daic79xx.reg2906 * SCB-Next Address Snooping logic. When an SCB is transferred to
3327 * data accessed from the data FIFO was not transferred successfully.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-dma.txt40 - The driver post-processes the newly transferred buffers.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-bus.txt66 It allows data in the SPI system to be transferred in 2 wires(DUAL) or 4 wires(QUAD).
/linux-4.4.14/Documentation/networking/
D6pack.txt30 - Each packet transferred over the serial line is supplied with a checksum,
136 as they are in KISS mode: The connect LED is turned on if data is transferred
Doperstates.txt12 to be performed before user data can be transferred. Operational state
Dbaycom.txt50 Data is transferred from and to the PC via a shift register.
Dde4x5.txt31 DE434, DE435 and DE500 cards and benchmarked with 'ttcp': it transferred
Ddecnet.txt177 - How much data was being transferred ?
Dstmmac.txt153 be transferred in one DMA transaction.
Dz8530drv.txt479 byte of a packet has been transferred to the SCC. This is
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt191 - number of sectors transferred to/from disk by the group. First
193 third field specifies the number of sectors transferred by the
197 - Number of bytes transferred to/from the disk by the group. These
337 - Number of bytes transferred to/from the disk by the group. These
/linux-4.4.14/include/sound/
Dvx_core.h77 int transferred; /* the transferred size (per period) in frames */ member
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt51 In the BCH mode the ECC code will be calculated for each transferred chunk
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt29 require a specific number of bits to be transferred in a single
136 transferred
139 transferred
Dclient.txt172 discard data in the DMA FIFO which hasn't been fully transferred.
/linux-4.4.14/Documentation/
DDMA-attributes.txt90 transferred to 'device' domain. This attribute can be also used for
Dgdb-kernel-debugging.txt10 be transferred to the other gdb stubs as well.
DDMA-ISA-LPC.txt113 sure that all data has been transferred.
Dparport-lowlevel.txt687 If negative, an error code; otherwise the number of bytes transferred.
709 If negative, an error code; otherwise the number of bytes transferred.
/linux-4.4.14/drivers/dma/
Dpl330.c2242 unsigned int transferred, residual = 0; in pl330_tx_status() local
2260 transferred = desc->bytes_requested; in pl330_tx_status()
2262 transferred = in pl330_tx_status()
2265 transferred = 0; in pl330_tx_status()
2266 residual += desc->bytes_requested - transferred; in pl330_tx_status()
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt38 the protection information to be transferred to and from their
44 transferred between the controller and target. The T13 proposal is
Dbiodoc.txt564 request that remain to be transferred (no change). The purpose of the
571 hard_xxx values and the number of bytes transferred) and updates it on
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-usb.c890 int transferred, pipe; in go7007_usb_send_firmware() local
901 &transferred, timeout); in go7007_usb_send_firmware()
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt135 The number of requests which are waiting to be transferred to
160 the request has been successfully transferred to userspace and
Dcoda.txt537 caddr_t in, out; /* Data to be transferred in, or out */
/linux-4.4.14/arch/m68k/fpsp040/
Dx_snan.S12 | necessary) is transferred to the dest. If the dest format is b, w,
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt23 All commands are transferred over the network in big-endian. CPU endianness is used at the end peer…
/linux-4.4.14/Documentation/i2c/
Dslave-interface184 * A master can send STOP at any time. For partially transferred buffers, this
Dsmbus-protocol247 I2C block transactions do not limit the number of bytes transferred
/linux-4.4.14/Documentation/fb/
Dudlfb.txt145 metrics_bytes_sent 32-bit count of how many bytes were transferred over
/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c3062 static u32 xhci_td_remainder(struct xhci_hcd *xhci, int transferred, in xhci_td_remainder() argument
3069 return ((td_total_len - transferred) >> 10); in xhci_td_remainder()
3075 if (num_trbs_left == 0 || (transferred == 0 && trb_buff_len == 0) || in xhci_td_remainder()
3080 return (total_packet_count - ((transferred + trb_buff_len) / maxp)); in xhci_td_remainder()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-cpu244 transferred from memory to cache
Dsysfs-bus-iio1117 devices put their data in the middle of the transferred elements
/linux-4.4.14/Documentation/trace/
Dcoresight.txt26 creating an interface to the outside world where data can be transferred to a
Dftrace.txt450 system call, the buffer data can be quickly transferred to
/linux-4.4.14/firmware/
DWHENCE141 reproduced, used, sold or transferred to any third party without
188 * and which may not be reproduced, used, sold or transferred to
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt131 of bytes transferred, the number of samples processed and the number
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt127 Boot memory content gets transferred to
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-cd.1994-200468 * packet command is transferred.
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt130 transferred the relevant bits to the structure pointed to by sig.
/linux-4.4.14/scripts/
Dspelling.txt995 transfered||transferred
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre26 Currently running job "name" for this node to be transferred
/linux-4.4.14/Documentation/isdn/
DREADME559 transferred.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex330 for read and write, and in case a location on the CD is transferred,
795 transferred to the device_dependent $open()$ call.
/linux-4.4.14/drivers/video/fbdev/
DKconfig45 This enables access to the EDID transferred from the firmware.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1435 10bits are transferred for every 8 bits info this drops to 160 megabits/sec
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2519 transferred is defined by the particular attribute.