Searched defs:SLF_INUSE (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wan/
H A Dx25_asy.h34 #define SLF_INUSE 0 /* Channel in use */ macro
/drivers/net/slip/
H A Dslip.h77 #define SLF_INUSE 0 /* Channel in use */ macro
/drivers/net/can/
H A Dslcan.c99 #define SLF_INUSE 0 /* Channel in use */ macro
413 sl->flags &= (1 << SLF_INUSE);
595 if (!test_bit(SLF_INUSE, &sl->flags)) {
600 set_bit(SLF_INUSE, &sl->flags);
617 clear_bit(SLF_INUSE, &sl->flags);

Completed in 350 milliseconds