Searched defs:mlx5_ib_create_qp_rss (Results 1 – 3 of 3) sorted by relevance
239 struct mlx5_ib_create_qp_rss { struct240 __aligned_u64 rx_hash_fields_mask;241 __u8 rx_hash_function;242 __u8 rx_key_len;243 __u8 reserved[6];244 __u8 rx_hash_key[128];245 __u32 comp_mask;246 __u32 flags;
261 struct mlx5_ib_create_qp_rss { struct262 __aligned_u64 rx_hash_fields_mask;263 __u8 rx_hash_function;264 __u8 rx_key_len;265 __u8 reserved[6];266 __u8 rx_hash_key[128];267 __u32 comp_mask;268 __u32 flags;
357 struct mlx5_ib_create_qp_rss { struct358 __aligned_u64 rx_hash_fields_mask; /* enum mlx5_rx_hash_fields */359 __u8 rx_hash_function; /* enum mlx5_rx_hash_function_flags */360 __u8 rx_key_len; /* valid only for Toeplitz */361 __u8 reserved[6];362 __u8 rx_hash_key[128]; /* valid only for Toeplitz */363 __u32 comp_mask;364 __u32 flags;