Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c316 u32 data_size_from_cmnd; member
717 amount_left = common->data_size_from_cmnd; in do_read()
852 amount_left_to_req = common->data_size_from_cmnd; in do_write()
853 amount_left_to_write = common->data_size_from_cmnd; in do_write()
1673 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
1677 if (common->data_size_from_cmnd == 0) in check_command()
1679 if (common->data_size < common->data_size_from_cmnd) { in check_command()
1683 common->data_size_from_cmnd = common->data_size; in check_command()
1691 && common->data_size_from_cmnd > 0) { in check_command()
1797 common->data_size_from_cmnd = common->cmnd[4]; in do_scsi_command()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c270 u32 data_size_from_cmnd; member
646 amount_left = common->data_size_from_cmnd; in do_read()
793 amount_left_to_req = common->data_size_from_cmnd; in do_write()
794 amount_left_to_write = common->data_size_from_cmnd; in do_write()
1739 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
1745 if (common->data_size_from_cmnd == 0) in check_command()
1747 if (common->data_size < common->data_size_from_cmnd) { in check_command()
1753 common->data_size_from_cmnd = common->data_size; in check_command()
1760 if (common->data_dir != data_dir && common->data_size_from_cmnd > 0) { in check_command()
1857 common->data_size_from_cmnd <<= common->curlun->blkbits; in check_command_size_in_blocks()
[all …]