Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c275 struct fsg_buffhd *next_buffhd_to_drain; member
872 bh = common->next_buffhd_to_drain; in do_write()
877 common->next_buffhd_to_drain = bh->next; in do_write()
1476 for (bh = common->next_buffhd_to_drain; in throw_away_data()
1478 bh = common->next_buffhd_to_drain) { in throw_away_data()
1484 common->next_buffhd_to_drain = bh->next; in throw_away_data()
1839 common->next_buffhd_to_drain = bh; in do_scsi_command()
2411 common->next_buffhd_to_drain = &common->buffhds[0]; in handle_exception()