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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hcd.c86 if (usb->intr_nesting_cnt == 1) {
96 } else if (usb->intr_nesting_cnt > 1)
98 usb->intr_nesting_cnt--;
106 if (usb->intr_nesting_cnt == 0) {
114 usb->intr_nesting_cnt++;
H A Dfhci.h452 int intr_nesting_cnt; /* interrupt nesting counter */ member in struct:fhci_usb

Completed in 97 milliseconds