Searched refs:nofua (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dstorage_common.c287 unsigned int nofua:1; member in struct:fsg_lun
723 return sprintf(buf, "%u\n", curlun->nofua);
787 unsigned long nofua; local
789 if (strict_strtoul(buf, 2, &nofua))
793 if (!nofua && curlun->nofua)
796 curlun->nofua = nofua;
H A Dfile_storage.c210 int nofua[FSG_MAX_LUNS]; member in struct:__anon16171
253 module_param_array_named(nofua, mod_data.nofua, bool, &mod_data.num_nofuas,
255 MODULE_PARM_DESC(nofua, "true to ignore SCSI WRITE(10,12) FUA bit");
1191 if (!curlun->nofua && (fsg->cmnd[1] & 0x08)) {
3020 static DEVICE_ATTR(nofua, 0644, fsg_show_nofua, NULL);
3282 curlun->nofua = mod_data.nofua[i];
3423 LINFO(curlun, "ro=%d, nofua=%d, file: %s\n",
3424 curlun->ro, curlun->nofua, (
[all...]

Completed in 121 milliseconds