Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.c269 u32 data_size_from_cmnd; member
629 amount_left = common->data_size_from_cmnd; in do_read()
776 amount_left_to_req = common->data_size_from_cmnd; in do_write()
777 amount_left_to_write = common->data_size_from_cmnd; in do_write()
1722 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
1728 if (common->data_size_from_cmnd == 0) in check_command()
1730 if (common->data_size < common->data_size_from_cmnd) { in check_command()
1736 common->data_size_from_cmnd = common->data_size; in check_command()
1743 if (common->data_dir != data_dir && common->data_size_from_cmnd > 0) { in check_command()
1840 common->data_size_from_cmnd <<= common->curlun->blkbits; in check_command_size_in_blocks()
[all …]