Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h55 struct upspec { struct
56 u16 dport;
57 u16 dport_mask;
58 u16 sport;
59 u16 sport_mask;
60 u8 proto;
93 struct upspec upspec; member
282 struct upspec upspec; member
H A Dipsec_fs.c1025 static void setup_fte_upper_proto_match(struct mlx5_flow_spec *spec, struct upspec *upspec) in setup_fte_upper_proto_match()