Searched refs:bytes_write (Results 1 – 6 of 6) sorted by relevance
709 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * buf, int bytes_write) in dvb_ca_en50221_write_data() argument718 if (bytes_write > ca->slot_info[slot].link_buf_size) in dvb_ca_en50221_write_data()750 if ((status = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_SIZE_HIGH, bytes_write >> 8)) != 0) in dvb_ca_en50221_write_data()753 bytes_write & 0xff)) != 0) in dvb_ca_en50221_write_data()757 for (i = 0; i < bytes_write; i++) { in dvb_ca_en50221_write_data()770 status = bytes_write; in dvb_ca_en50221_write_data()773 buf[0], (buf[1] & 0x80) == 0, bytes_write); in dvb_ca_en50221_write_data()
284 unsigned long bytes_write[8]; /* bytes written */ member
849 unsigned long bw = hostdata->bytes_write[dev->id]; in generic_NCR5380_proc_info()
860 hostdata->bytes_write[i] = 0; in NCR5380_init()978 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd); in NCR5380_queue_command()
946 hostdata->bytes_write[cmd->device->id] += scsi_bufflen(cmd); in NCR5380_queue_command()