Searched refs:tx_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.c233 struct list_head tx_urbs_free; member in struct:whiteheat_private
436 INIT_LIST_HEAD(&info->tx_urbs_free);
486 list_add(&wrap->list, &info->tx_urbs_free);
522 tmp = list_first(&info->tx_urbs_free);
584 list_for_each_safe(tmp, tmp2, &info->tx_urbs_free) {
700 list_move(tmp, &info->tx_urbs_free);
731 if (list_empty(&info->tx_urbs_free)) {
735 tmp = list_first(&info->tx_urbs_free);
753 list_add(tmp, &info->tx_urbs_free);
779 list_for_each(tmp, &info->tx_urbs_free)
[all...]

Completed in 42 milliseconds