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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c596 struct fsg_buffhd *next_buffhd_to_drain; member in struct:fsg_dev
1734 bh = fsg->next_buffhd_to_drain;
1739 fsg->next_buffhd_to_drain = bh->next;
2302 while ((bh = fsg->next_buffhd_to_drain)->state != BUF_STATE_EMPTY ||
2309 fsg->next_buffhd_to_drain = bh->next;
2671 bh = fsg->next_buffhd_to_drain = fsg->next_buffhd_to_fill;
3227 fsg->next_buffhd_to_fill = fsg->next_buffhd_to_drain =

Completed in 63 milliseconds