Searched refs:SLF_ERROR (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/can/ |
D | slcan.c | 98 #define SLF_ERROR 1 /* Parity, etc. error */ macro 229 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in slcan_unesc() 235 if (!test_bit(SLF_ERROR, &sl->flags)) { in slcan_unesc() 241 set_bit(SLF_ERROR, &sl->flags); in slcan_unesc() 480 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in slcan_receive_buf()
|
/Linux-v5.10/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() 536 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in x25_asy_receive_buf() 656 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in x25_asy_unesc() 671 if (!test_bit(SLF_ERROR, &sl->flags)) { in x25_asy_unesc() 677 set_bit(SLF_ERROR, &sl->flags); in x25_asy_unesc()
|
/Linux-v5.10/drivers/net/slip/ |
D | slip.c | 284 set_bit(SLF_ERROR, &sl->flags); 698 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) 966 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 985 if (!test_bit(SLF_ERROR, &sl->flags)) { 991 set_bit(SLF_ERROR, &sl->flags); 1049 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 1061 if (!test_bit(SLF_ERROR, &sl->flags)) { 1067 set_bit(SLF_ERROR, &sl->flags);
|
D | slip.h | 80 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|