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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c2881 struct bulk_cb_wrap *cbw = req->buf; local
2889 cbw->Signature != __constant_cpu_to_le32(
2893 le32_to_cpu(cbw->Signature));
2906 if (cbw->Lun >= MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG ||
2907 cbw->Length < 6 || cbw->Length > MAX_COMMAND_SIZE) {
2910 cbw->Lun, cbw->Flags, cbw
[all...]

Completed in 93 milliseconds