Searched refs:SLF_ERROR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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() 481 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in slcan_receive_buf()
|
| /Linux-v5.15/drivers/net/slip/ |
| D | slip.c | 285 set_bit(SLF_ERROR, &sl->flags); 699 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) 967 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 986 if (!test_bit(SLF_ERROR, &sl->flags)) { 992 set_bit(SLF_ERROR, &sl->flags); 1050 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 1062 if (!test_bit(SLF_ERROR, &sl->flags)) { 1068 set_bit(SLF_ERROR, &sl->flags);
|
| D | slip.h | 80 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|