Searched refs:ocelot_vcap_bit (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/soc/mscc/ ! |
D | ocelot_vcap.h | 422 enum ocelot_vcap_bit { enum 501 enum ocelot_vcap_bit dei; /* DEI */ 502 enum ocelot_vcap_bit tagged; /* Tagged/untagged frame */ 503 enum ocelot_vcap_bit tpid; 531 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */ 532 enum ocelot_vcap_bit req; /* Opcode request/reply */ 533 enum ocelot_vcap_bit unknown; /* Opcode unknown */ 534 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */ 535 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */ 538 enum ocelot_vcap_bit length; [all …]
|
/linux-6.12.1/drivers/net/ethernet/mscc/ ! |
D | ocelot_vcap.c | 308 enum ocelot_vcap_bit val) in vcap_key_bit_set() 484 enum ocelot_vcap_bit sip_eq_dip, sport_eq_dport, seq_zero, tcp; in is2_entry_set() 485 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() 486 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() 719 enum ocelot_vcap_bit tcp_udp = OCELOT_VCAP_BIT_0; in is1_entry_set() 741 enum ocelot_vcap_bit tcp = OCELOT_VCAP_BIT_0; in is1_entry_set()
|