Searched refs:ocelot_vcap_bit (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mscc/ |
| D | ocelot_ace.h | 17 enum ocelot_vcap_bit { enum 91 enum ocelot_vcap_bit dei; /* DEI */ 92 enum ocelot_vcap_bit tagged; /* Tagged/untagged frame */ 120 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */ 121 enum ocelot_vcap_bit req; /* Opcode request/reply */ 122 enum ocelot_vcap_bit unknown; /* Opcode unknown */ 123 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */ 124 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */ 127 enum ocelot_vcap_bit length; 129 enum ocelot_vcap_bit ip; /* Protocol address type IP */ [all …]
|
| D | ocelot_ace.c | 283 enum ocelot_vcap_bit val) in vcap_key_bit_set() 433 enum ocelot_vcap_bit sip_eq_dip, sport_eq_dport, seq_zero, tcp; in is2_entry_set() 434 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() 435 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set()
|