Home
last modified time | relevance | path

Searched refs:nwrites (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/wlan-ng/
Dprism2fw.c1003 unsigned int nwrites; in writeimage() local
1072 nwrites = fchunk[i].len / WRITESIZE_MAX; in writeimage()
1073 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0; in writeimage()
1075 for (j = 0; j < nwrites; j++) { in writeimage()
Dhfa384x_usb.c1804 int nwrites; in hfa384x_drvr_flashdl_write() local
1839 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_flashdl_write()
1840 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0; in hfa384x_drvr_flashdl_write()
1865 for (j = 0; j < nwrites; j++) { in hfa384x_drvr_flashdl_write()
2106 int nwrites; in hfa384x_drvr_ramdl_write() local
2122 nwrites = len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_ramdl_write()
2123 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0; in hfa384x_drvr_ramdl_write()
2126 for (i = 0; i < nwrites; i++) { in hfa384x_drvr_ramdl_write()
/linux-5.19.10/drivers/scsi/
Dmegaraid.h618 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member
825 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member
Dmegaraid.c779 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()
2123 adapter->nreads[i], adapter->nwrites[i]); in proc_show_stat()
3061 if( copy_to_user(ustats->nwrites, adapter->nwrites, in megadev_ioctl()