Home
last modified time | relevance | path

Searched refs:SLF_INUSE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/can/
Dslcan.c97 #define SLF_INUSE 0 /* Channel in use */ macro
413 sl->flags &= (1 << SLF_INUSE); in slc_open()
602 if (!test_bit(SLF_INUSE, &sl->flags)) { in slcan_open()
607 set_bit(SLF_INUSE, &sl->flags); in slcan_open()
624 clear_bit(SLF_INUSE, &sl->flags); in slcan_open()
/Linux-v5.15/drivers/net/slip/
Dslip.h78 #define SLF_INUSE 0 /* Channel in use */ macro
Dslip.c558 sl->flags &= (1 << SLF_INUSE);
825 if (!test_bit(SLF_INUSE, &sl->flags)) {
831 set_bit(SLF_INUSE, &sl->flags);
862 clear_bit(SLF_INUSE, &sl->flags);