Searched refs:OP_LT (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/sun/ |
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-6.6.21/tools/testing/selftests/bpf/ |
D | veristat.c | 119 OP_LT, /* < */ enumerator 452 { OP_LT, "<" }, 1726 case OP_LT: return value < f->value - eps; in is_join_stat_filter_matched() 1926 case OP_LT: return value < f->value; in is_stat_filter_matched()
|
/linux-6.6.21/kernel/trace/ |
D | trace_events_filter.c | 30 C( OP_LT, "<" ), \ 717 case OP_LT: { \ 948 case OP_LT: in filter_pred_cpu()
|
/linux-6.6.21/drivers/misc/altera-stapl/ |
D | altera.c | 52 OP_LT, enumerator 615 case OP_LT: in altera_execute()
|