Searched refs:OP_EQ (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | cassini.h | 2138 #define OP_EQ 0 /* packet == value */ macro 2192 { "VLAN?", 0xffff, 0x8100, OP_EQ, 1, S1_CFI, 0, S1_8023, \ 2194 { "CFI?", 0x1000, 0x1000, OP_EQ, 0, S1_DROP, 1, S1_8023, \ 2198 { "LLC?", 0xffff, 0xaaaa, OP_EQ, 1, S1_LLCc, 0, S1_CLNP, \ 2200 { "LLCc?", 0xff00, 0x0300, OP_EQ, 2, S1_IPV4, 0, S1_CLNP, \ 2202 { "IPV4?", 0xffff, 0x0800, OP_EQ, 1, S1_IPV4c, 0, S1_IPV6, \ 2204 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S1_CLNP, \ 2206 { "IPV4 frag?", 0x3fff, 0x0000, OP_EQ, 1, S1_TCP44, 0, S1_CLNP, \ 2208 { "TCP44?", 0x00ff, 0x0006, OP_EQ, 7, S1_TCPSQ, 0, S1_CLNP, \ 2210 { "IPV6?", 0xffff, 0x86dd, OP_EQ, 1, S1_IPV6L, 0, S1_CLNP, \ [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_filter.c | 28 C( OP_EQ, "==" ), \ 656 case OP_EQ: in do_filter_cpumask() 676 case OP_EQ: in do_filter_scalar_cpumask() 691 case OP_EQ: in do_filter_cpumask_scalar() 944 case OP_EQ: in filter_pred_cpu() 1009 return pred->op == OP_EQ ? ret : !ret; in filter_pred_function() 1384 case OP_EQ: in select_comparison_fn() 1600 case OP_EQ: in parse_pred() 1716 case OP_EQ: in parse_pred() 1788 pred->op = OP_EQ; in parse_pred() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 117 OP_EQ, /* == or = */ enumerator 448 { OP_EQ, "==" }, 455 { OP_EQ, "=" }, 1724 case OP_EQ: return value > f->value - eps && value < f->value + eps; in is_join_stat_filter_matched() 1924 case OP_EQ: return value == f->value; in is_stat_filter_matched()
|