Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h363 struct mlx5dr_match_spec { struct
364 u32 smac_47_16; /* Source MAC address of incoming packet */
368 u32 ethertype:16;
369 u32 smac_15_0:16; /* Source MAC address of incoming packet */
370 u32 dmac_47_16; /* Destination MAC address of incoming packet */
374 u32 first_vid:12;
378 u32 first_cfi:1;
382 u32 first_prio:3;
383 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
387 u32 tcp_flags:9;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h529 struct mlx5dr_match_spec { struct
530 u32 smac_47_16; /* Source MAC address of incoming packet */
534 u32 smac_15_0:16; /* Source MAC address of incoming packet */
535 u32 ethertype:16;
537 u32 dmac_47_16; /* Destination MAC address of incoming packet */
539 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
543 u32 first_prio:3;
547 u32 first_cfi:1;
551 u32 first_vid:12;
553 u32 ip_protocol:8; /* IP protocol */
[all …]