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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dx25_asy.h34 #define SLF_INUSE 0 /* Channel in use */ macro
H A Dx25_asy.c69 if (!test_and_set_bit(SLF_INUSE, &sl->flags))
95 set_bit(SLF_INUSE, &sl->flags);
116 if (!test_and_clear_bit(SLF_INUSE, &sl->flags))
477 sl->flags &= (1 << SLF_INUSE); /* Clear ESCAPE & ERROR flags */
747 set_bit(SLF_INUSE, &sl->flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslip.h94 #define SLF_INUSE 0 /* Channel in use */ macro
H A Dslip.c540 sl->flags &= (1 << SLF_INUSE);
743 if (test_bit(SLF_INUSE, &sl->flags)) {
828 if (!test_bit(SLF_INUSE, &sl->flags)) {
834 set_bit(SLF_INUSE, &sl->flags);
863 clear_bit(SLF_INUSE, &sl->flags);

Completed in 66 milliseconds