Searched refs:rx_busy (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/atm/
H A Dhorizon.h387 rx_busy, enumerator in enum:__anon10844
H A Dhorizon.c848 // rx_busy once the channel is disabled or before a new one is
991 clear_bit (rx_busy, &dev->flags);
992 PRINTD (DBG_RX, "cleared rx_busy for dev %p", dev);
1011 if (test_bit (rx_busy, &dev->flags)) {
1200 if (test_and_set_bit (rx_busy, &dev->flags)) {
1204 PRINTD (DBG_RX, "set rx_busy for dev %p", dev);
1296 clear_bit (rx_busy, &dev->flags);
1322 // rx_data_av as the former implies rx_busy and so the latter
1324 // (continuing the same frame) then it will not clear rx_busy.

Completed in 147 milliseconds