Home
last modified time | relevance | path

Searched defs:ocelot_vcap_key_arp (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/soc/mscc/
Docelot_vcap.h527 struct ocelot_vcap_key_arp { struct
528 struct ocelot_vcap_u48 smac;
529 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */
530 enum ocelot_vcap_bit req; /* Opcode request/reply */
531 enum ocelot_vcap_bit unknown; /* Opcode unknown */
532 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */
533 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */
536 enum ocelot_vcap_bit length;
538 enum ocelot_vcap_bit ip; /* Protocol address type IP */
539 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */
[all …]