Searched refs:SLF_ERROR (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/can/ |
D | slcan.c | 95 #define SLF_ERROR 1 /* Parity, etc. error */ macro 208 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in slcan_unesc() 214 if (!test_bit(SLF_ERROR, &sl->flags)) { in slcan_unesc() 220 set_bit(SLF_ERROR, &sl->flags); in slcan_unesc() 416 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in slcan_receive_buf()
|
/linux-3.4.99/drivers/net/wan/ |
D | x25_asy.h | 36 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|
D | x25_asy.c | 156 set_bit(SLF_ERROR, &sl->flags); in x25_asy_change_mtu() 530 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) in x25_asy_receive_buf() 658 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && in x25_asy_unesc() 673 if (!test_bit(SLF_ERROR, &sl->flags)) { in x25_asy_unesc() 679 set_bit(SLF_ERROR, &sl->flags); in x25_asy_unesc()
|
/linux-3.4.99/drivers/net/slip/ |
D | slip.c | 283 set_bit(SLF_ERROR, &sl->flags); 681 if (!test_and_set_bit(SLF_ERROR, &sl->flags)) 942 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 961 if (!test_bit(SLF_ERROR, &sl->flags)) { 967 set_bit(SLF_ERROR, &sl->flags); 1025 if (!test_and_clear_bit(SLF_ERROR, &sl->flags) && 1037 if (!test_bit(SLF_ERROR, &sl->flags)) { 1043 set_bit(SLF_ERROR, &sl->flags);
|
D | slip.h | 78 #define SLF_ERROR 2 /* Parity, etc. error */ macro
|