Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h118 struct ocelot_ace_frame_arp { struct
119 struct ocelot_vcap_u48 smac;
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 */
130 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */
[all …]