Searched refs:bytes_read (Results 26 - 35 of 35) sorted by relevance

12

/drivers/media/video/usbvision/
H A Dusbvision.h327 long bytes_read; /* amount of scanlength that has been read from data */ member in struct:usbvision_frame
H A Dusbvision-core.c1817 usbvision->frame[i].bytes_read = 0;
1853 usbvision->frame[i].bytes_read = 0;
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1539 int bytes_read; local
1541 bytes_read = iscsi_tcp_recv_skb(conn, skb, offset, offloaded, &status);
1550 skb, offset, offloaded, bytes_read);
1552 return bytes_read;
1565 skb, offset, offloaded, bytes_read);
1566 return bytes_read;
/drivers/staging/comedi/
H A Dcomedi_fops.c593 bi.bytes_read = 0;
598 bi.bytes_read = 0;
605 if (bi.bytes_read && (s->subdev_flags & SDF_CMD_READ)) {
606 bi.bytes_read = comedi_buf_read_alloc(async, bi.bytes_read);
607 comedi_buf_read_free(async, bi.bytes_read);
H A Dcomedi.h436 unsigned int bytes_read; member in struct:comedi_bufinfo
/drivers/scsi/
H A Dg_NCR5380.c848 unsigned long br = hostdata->bytes_read[dev->id];
H A DNCR5380.c859 hostdata->bytes_read[i] = 0;
984 hostdata->bytes_read[cmd->device->id] += scsi_bufflen(cmd);
H A Datari_NCR5380.c958 hostdata->bytes_read[cmd->device->id] += scsi_bufflen(cmd);
1376 /*hostdata->bytes_read[cmd->device->id] += scsi_bufflen(cmd);*/
H A Dsun3_NCR5380.c907 hostdata->bytes_read[cmd->device->id] += scsi_bufflen(cmd);
1319 /*hostdata->bytes_read[cmd->device->id] += scsi_bufflen(cmd);*/
/drivers/usb/atm/
H A Dueagle-atm.c841 int bytes_read; local
851 xfer_buff, size, &bytes_read, BULK_TIMEOUT);
856 if (size != bytes_read) {
857 uea_err(INS_TO_USBDEV(sc), "size != bytes_read %d %d\n", size,
858 bytes_read); local

Completed in 215 milliseconds

12