Searched refs:bytes_write (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c710 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * buf, int bytes_write) argument
719 if (bytes_write > ca->slot_info[slot].link_buf_size)
751 if ((status = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_SIZE_HIGH, bytes_write >> 8)) != 0)
754 bytes_write & 0xff)) != 0)
758 for (i = 0; i < bytes_write; i++) {
771 status = bytes_write;
774 buf[0], (buf[1] & 0x80) == 0, bytes_write);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c710 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * buf, int bytes_write) argument
719 if (bytes_write > ca->slot_info[slot].link_buf_size)
751 if ((status = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_SIZE_HIGH, bytes_write >> 8)) != 0)
754 bytes_write & 0xff)) != 0)
758 for (i = 0; i < bytes_write; i++) {
771 status = bytes_write;
774 buf[0], (buf[1] & 0x80) == 0, bytes_write);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h280 unsigned long bytes_write[8]; /* bytes written */ member in struct:NCR5380_hostdata
H A Dg_NCR5380.c815 unsigned long bw = hostdata->bytes_write[dev->id];
H A DNCR5380.c788 hostdata->bytes_write[i] = 0;
906 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
H A Dsun3_NCR5380.c833 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
1243 /*hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);*/
H A Datari_NCR5380.c842 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
1258 /*hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.h280 unsigned long bytes_write[8]; /* bytes written */ member in struct:NCR5380_hostdata
H A Dg_NCR5380.c815 unsigned long bw = hostdata->bytes_write[dev->id];
H A DNCR5380.c788 hostdata->bytes_write[i] = 0;
906 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
H A Dsun3_NCR5380.c833 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
1243 /*hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);*/
H A Datari_NCR5380.c842 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);
1258 /*hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd);*/

Completed in 145 milliseconds