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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.h38 #define SLF_INUSE 0 /* Channel in use */ macro
H A Dx25_asy.c68 if (!test_and_set_bit(SLF_INUSE, &sl->flags))
94 set_bit(SLF_INUSE, &sl->flags);
115 if (!test_and_clear_bit(SLF_INUSE, &sl->flags)) {
480 sl->flags &= (1 << SLF_INUSE); /* Clear ESCAPE & ERROR flags */
747 set_bit(SLF_INUSE, &sl->flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h94 #define SLF_INUSE 0 /* Channel in use */ macro
H A Dslip.c542 sl->flags &= (1 << SLF_INUSE);
739 sl->flags &= (1 << SLF_INUSE);
774 sl->flags &= (1 << SLF_INUSE);
785 if (test_bit(SLF_INUSE, &sl->flags)) {
866 if (!test_bit(SLF_INUSE, &sl->flags)) {
871 set_bit(SLF_INUSE, &sl->flags);
899 clear_bit(SLF_INUSE, &sl->flags);

Completed in 44 milliseconds