Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_mass_storage.c1512 struct fsg_buffhd *bh, *bh2; in throw_away_data() local
1521 bh2 = common->next_buffhd_to_fill; in throw_away_data()
1522 if (bh2->state == BUF_STATE_EMPTY && in throw_away_data()
1531 set_bulk_out_req_length(common, bh2, amount); in throw_away_data()
1532 if (!start_out_transfer(common, bh2)) in throw_away_data()
1535 common->next_buffhd_to_fill = bh2->next; in throw_away_data()