Searched refs:next_buffhd_to_fill (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.c90 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use.
595 struct fsg_buffhd *next_buffhd_to_fill; member in struct:fsg_dev
1560 bh = fsg->next_buffhd_to_fill;
1619 fsg->next_buffhd_to_fill = bh->next;
1678 bh = fsg->next_buffhd_to_fill;
1729 fsg->next_buffhd_to_fill = bh->next;
1877 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill;
2268 struct fsg_buffhd *bh = fsg->next_buffhd_to_fill;
2289 bh = fsg->next_buffhd_to_fill = bh->next;
2321 bh = fsg->next_buffhd_to_fill;
[all...]

Completed in 47 milliseconds