Searched refs:OP_LT (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/sun/ |
H A D | cassini.h | 2139 #define OP_LT 1 /* packet < value */ macro 2196 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, \ 2294 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, 2374 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4, 2430 { "8023?", 0xffff, 0x0600, OP_LT, 1, S1_LLC, 0, S1_IPV4,
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | reg_bounds.c | 476 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enumerator 481 case OP_LT: return OP_GE; in complement_op() 484 case OP_GE: return OP_LT; in complement_op() 494 case OP_LT: return "<"; in op_str() 513 case OP_LT: return (T)x.a < (T)y.b; \ in range_canbe_op() 585 case OP_LT: in range_cond() 934 case OP_LT: op_code = spec.compare_signed ? BPF_JSLT : BPF_JLT; break; in load_range_cmp_prog()
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 123 OP_LT, /* < */ enumerator 482 { OP_LT, "<" }, 1937 case OP_LT: return value < f->value - eps; in is_join_stat_filter_matched() 2146 case OP_LT: return value < f->value; in is_stat_filter_matched()
|
/linux/kernel/trace/ |
H A D | trace_events_filter.c | 30 C( OP_LT, "<" ), \ 717 case OP_LT: { \ 948 case OP_LT: in filter_pred_cpu()
|
/linux/drivers/misc/altera-stapl/ |
H A D | altera.c | 52 OP_LT, enumerator 615 case OP_LT: in altera_execute()
|