Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h348 struct mlx5dr_match_spec { struct
349 u32 smac_47_16; /* Source MAC address of incoming packet */
353 u32 ethertype:16;
354 u32 smac_15_0:16; /* Source MAC address of incoming packet */
355 u32 dmac_47_16; /* Destination MAC address of incoming packet */
359 u32 first_vid:12;
363 u32 first_cfi:1;
367 u32 first_prio:3;
368 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
372 u32 tcp_flags:9;
[all …]