matchmaskp       2260 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c #define SAME_VAL_MASK(type, valp, maskp, matchvalp, matchmaskp) ({ \
matchmaskp       2261 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type matchmaskx = *(type *)(matchmaskp); \
matchmaskp       2271 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			 void *matchmaskp, int size)
matchmaskp       2277 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u8, valp, maskp, matchvalp, matchmaskp);
matchmaskp       2280 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u16, valp, maskp, matchvalp, matchmaskp);
matchmaskp       2283 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u32, valp, maskp, matchvalp, matchmaskp);