Searched refs:amount_left_to_req (Results 1 – 2 of 2) sorted by relevance
816 u32 amount_left_to_req, amount_left_to_write; in do_write() local852 amount_left_to_req = common->data_size_from_cmnd; in do_write()870 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()895 amount_left_to_req -= amount; in do_write()896 if (amount_left_to_req == 0) in do_write()
743 u32 amount_left_to_req, amount_left_to_write; in do_write() local793 amount_left_to_req = common->data_size_from_cmnd; in do_write()807 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()823 amount_left_to_req -= amount; in do_write()824 if (amount_left_to_req == 0) in do_write()