Searched refs:nwrites (Results 1 – 4 of 4) sorted by relevance
981 unsigned int nwrites; in writeimage() local1049 nwrites = fchunk[i].len / WRITESIZE_MAX; in writeimage()1050 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0; in writeimage()1052 for (j = 0; j < nwrites; j++) { in writeimage()
1783 int nwrites; in hfa384x_drvr_flashdl_write() local1818 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_flashdl_write()1819 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0; in hfa384x_drvr_flashdl_write()1844 for (j = 0; j < nwrites; j++) { in hfa384x_drvr_flashdl_write()2085 int nwrites; in hfa384x_drvr_ramdl_write() local2101 nwrites = len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_ramdl_write()2102 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0; in hfa384x_drvr_ramdl_write()2105 for (i = 0; i < nwrites; i++) { in hfa384x_drvr_ramdl_write()
618 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member825 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member
779 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()805 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()834 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()2124 adapter->nreads[i], adapter->nwrites[i]); in proc_show_stat()3062 if( copy_to_user(ustats->nwrites, adapter->nwrites, in megadev_ioctl()