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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet_ppp.h34 #define XMIT_BUSY 0 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/irnet/
H A Dirnet_ppp.h34 #define XMIT_BUSY 0 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dppp_async.c44 #define XMIT_BUSY 2 macro
613 * We use the XMIT_BUSY bit to detect this and get out,
617 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags))
644 * Clear XMIT_BUSY to let other callers in, but
647 * did, we should try again to set XMIT_BUSY and go
648 * around again in case XMIT_BUSY was still set when
651 clear_bit(XMIT_BUSY, &ap->xmit_flags);
657 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags))
664 clear_bit(XMIT_BUSY, &ap->xmit_flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_async.c44 #define XMIT_BUSY 2 macro
613 * We use the XMIT_BUSY bit to detect this and get out,
617 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags))
644 * Clear XMIT_BUSY to let other callers in, but
647 * did, we should try again to set XMIT_BUSY and go
648 * around again in case XMIT_BUSY was still set when
651 clear_bit(XMIT_BUSY, &ap->xmit_flags);
657 if (test_and_set_bit(XMIT_BUSY, &ap->xmit_flags))
664 clear_bit(XMIT_BUSY, &ap->xmit_flags);

Completed in 66 milliseconds