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

/drivers/staging/wlan-ng/
H A Dprism2fw.c989 unsigned int nwrites; local
1049 nwrites = fchunk[i].len / WRITESIZE_MAX;
1050 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0;
1052 for (j = 0; j < nwrites; j++) {
H A Dhfa384x_usb.c2007 int nwrites; local
2037 * Therefore, nwrites should always be 1. The extra complexity
2046 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN;
2047 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0;
2072 for (j = 0; j < nwrites; j++) {
2347 int nwrites; local
2362 nwrites = len / HFA384x_USB_RWMEM_MAXLEN;
2363 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0;
2366 for (i = 0; i < nwrites; i++) {
/drivers/scsi/
H A Dmegaraid.h651 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member in struct:__anon4710
838 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member in struct:__anon4711
H A Dmegaraid.c787 adapter->nwrites[ldrv_num%0x80]++;
813 adapter->nwrites[ldrv_num%0x80]++;
842 adapter->nwrites[ldrv_num%0x80]++;
2269 adapter->nreads[i], adapter->nwrites[i]);
3416 if( copy_to_user(ustats->nwrites, adapter->nwrites,

Completed in 79 milliseconds