Searched refs:write_cnt (Results 1 – 12 of 12) sorted by relevance
145 unsigned int write_cnt; member356 wfcmd->write_cnt = (unsigned long) rbuf; in snd_wavefront_cmd()362 wfcmd->write_cnt, wfcmd->need_ack); in snd_wavefront_cmd()371 if (wfcmd->write_cnt > 0) { in snd_wavefront_cmd()374 wfcmd->write_cnt, cmd); in snd_wavefront_cmd()376 for (i = 0; i < wfcmd->write_cnt; i++) { in snd_wavefront_cmd()456 if ((wfcmd->read_cnt == 0 && wfcmd->write_cnt == 0) || wfcmd->need_ack) { in snd_wavefront_cmd()505 wfcmd->write_cnt, wfcmd->need_ack); in snd_wavefront_cmd()
101 atomic64_t write_cnt; /* Count of write requests */ member
542 u32 write_cnt; member
482 atomic64_inc(&STp->stats->write_cnt); in st_do_stats()4639 (long long)atomic64_read(&STm->tape->stats->write_cnt)); in write_cnt_show()4641 static DEVICE_ATTR_RO(write_cnt);
80 What: /sys/class/scsi_tape/*/stats/write_cnt
311 int write_cnt; member
1452 u32 write_cnt:9; member1460 u32 write_cnt:9;1515 cmd.r.write_cnt = wr_cnt; in bfa_flash_set_cmd()
187 8. write_cnt - The number of write requests issued to the tape drive.198 The total of read_cnt, write_cnt, and other_cnt may not total to the same
1140 if (tty->write_cnt < chunk) { in do_tty_write()1152 tty->write_cnt = chunk; in do_tty_write()
6703 u32 write_cnt:9; member6711 u32 write_cnt:9;6772 cmd.r.write_cnt = wr_cnt; in bfa_flash_set_cmd()
338 u8 read_start, u8 read_cnt, u8 write_start, u8 write_cnt) in ms_set_rw_reg_addr() argument346 data[3] = write_cnt; in ms_set_rw_reg_addr()
5698 int write_cnt = (cnt == 8) ? 0 : cnt; in write_eeprom() local5702 SPI_CONTROL_BYTECNT(write_cnt) | in write_eeprom()