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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dwhiteheat.c235 struct list_head rx_urbs_free; member in struct:whiteheat_private
484 INIT_LIST_HEAD(&info->rx_urbs_free);
515 list_add(&wrap->list, &info->rx_urbs_free);
596 tmp = list_first(&info->rx_urbs_free);
640 list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
735 list_add(tmp, &info->rx_urbs_free);
738 list_move(tmp, &info->rx_urbs_free);
1075 list_add(&wrap->list, &info->rx_urbs_free);
1412 list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
1421 list_add(tmp, &info->rx_urbs_free);
[all...]

Completed in 30 milliseconds