Searched refs:amount_left_to_req (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 Df_mass_storage.c860 u32 amount_left_to_req, amount_left_to_write; local
904 amount_left_to_req = common->data_size_from_cmnd;
922 amount = min(amount_left_to_req, FSG_BUFLEN);
950 amount_left_to_req -= amount;
951 if (amount_left_to_req == 0)
H A Dfile_storage.c1160 u32 amount_left_to_req, amount_left_to_write; local
1205 amount_left_to_req = amount_left_to_write = fsg->data_size_from_cmnd;
1222 amount = min(amount_left_to_req, mod_data.buflen);
1250 amount_left_to_req -= amount;
1251 if (amount_left_to_req == 0)

Completed in 44 milliseconds