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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet_ppp.h36 #define XMIT_WAKEUP 2 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_synctty.c79 #define XMIT_WAKEUP 0 macro
398 set_bit(XMIT_WAKEUP, &ap->xmit_flags);
539 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_sync_push(ap))
636 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags))
655 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) ||
H A Dppp_async.c77 #define XMIT_WAKEUP 0 macro
359 set_bit(XMIT_WAKEUP, &ap->xmit_flags);
497 if (test_bit(XMIT_WAKEUP, &ap->xmit_flags) && ppp_async_push(ap))
652 * leaving the XMIT_WAKEUP bit set to tell the other
659 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags))
684 * XMIT_WAKEUP since we last checked it. If they
691 if (!(test_bit(XMIT_WAKEUP, &ap->xmit_flags) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtuart_cs.c98 #define XMIT_WAKEUP 2 macro
140 set_bit(XMIT_WAKEUP, &(info->tx_state));
149 clear_bit(XMIT_WAKEUP, &(info->tx_state));
159 set_bit(XMIT_WAKEUP, &(info->tx_state));
170 } while (test_bit(XMIT_WAKEUP, &(info->tx_state)));
H A Ddtl1_cs.c94 #define XMIT_WAKEUP 2 macro
142 set_bit(XMIT_WAKEUP, &(info->tx_state));
147 set_bit(XMIT_WAKEUP, &(info->tx_state));
156 clear_bit(XMIT_WAKEUP, &(info->tx_state));
177 } while (test_bit(XMIT_WAKEUP, &(info->tx_state)));
H A Dbluecard_cs.c103 #define XMIT_WAKEUP 2 macro
230 set_bit(XMIT_WAKEUP, &(info->tx_state));
242 clear_bit(XMIT_WAKEUP, &(info->tx_state));
337 } while (test_bit(XMIT_WAKEUP, &(info->tx_state)));
H A Dbt3c_cs.c96 #define XMIT_WAKEUP 2 macro

Completed in 338 milliseconds