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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.c228 struct list_head rx_urbs_free; member in struct:whiteheat_private
433 INIT_LIST_HEAD(&info->rx_urbs_free);
462 list_add(&wrap->list, &info->rx_urbs_free);
532 tmp = list_first(&info->rx_urbs_free);
576 list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
691 list_move(tmp, &info->rx_urbs_free);
694 list_move(tmp, &info->rx_urbs_free);
1047 list_add(&wrap->list, &info->rx_urbs_free);
1359 list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
1366 list_add(tmp, &info->rx_urbs_free);
[all...]

Completed in 168 milliseconds