Searched refs:SLF_ERROR (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/can/ |
D | slcan.c | 97 #define SLF_ERROR 1 /* Parity, etc. error */ macro 230 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in slcan_unesc() 236 if (!test_bit(SLF_ERROR, &sl->flags)) { in slcan_unesc() 242 set_bit(SLF_ERROR, &sl->flags); in slcan_unesc() 477 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in slcan_receive_buf()
|
/Linux-v4.19/drivers/net/wan/ |
D | x25_asy.h | 37 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|
D | x25_asy.c | 156 set_bit(SLF_ERROR, &sl->flags); in x25_asy_change_mtu() 531 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in x25_asy_receive_buf() 657 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in x25_asy_unesc() 672 if (!test_bit(SLF_ERROR, &sl->flags)) { in x25_asy_unesc() 678 set_bit(SLF_ERROR, &sl->flags); in x25_asy_unesc()
|
/Linux-v4.19/drivers/net/slip/ |
D | slip.c | 284 set_bit(SLF_ERROR, &sl->flags); 694 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) 956 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 975 if (!test_bit(SLF_ERROR, &sl->flags)) { 981 set_bit(SLF_ERROR, &sl->flags); 1039 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 1051 if (!test_bit(SLF_ERROR, &sl->flags)) { 1057 set_bit(SLF_ERROR, &sl->flags);
|
D | slip.h | 80 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|