Searched refs:flow_context (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 244 void *flow_context, void *match_criteria) in __mlx5e_add_eth_addr_rule() argument 257 match_value = MLX5_ADDR_OF(flow_context, flow_context, match_value); in __mlx5e_add_eth_addr_rule() 262 dest = MLX5_ADDR_OF(flow_context, flow_context, destination); in __mlx5e_add_eth_addr_rule() 264 MLX5_SET(flow_context, flow_context, action, in __mlx5e_add_eth_addr_rule() 266 MLX5_SET(flow_context, flow_context, destination_list_size, 1); in __mlx5e_add_eth_addr_rule() 294 match_criteria, flow_context, in __mlx5e_add_eth_addr_rule() 313 match_criteria, flow_context, in __mlx5e_add_eth_addr_rule() 328 match_criteria, flow_context, in __mlx5e_add_eth_addr_rule() 348 match_criteria, flow_context, in __mlx5e_add_eth_addr_rule() 363 match_criteria, flow_context, in __mlx5e_add_eth_addr_rule() [all …]
|
D | flow_table.c | 57 u32 flow_index, void *flow_context) in mlx5_set_flow_entry_cmd() argument 63 MLX5_GET(flow_context, flow_context, destination_list_size) * in mlx5_set_flow_entry_cmd() 79 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context); in mlx5_set_flow_entry_cmd() 80 memcpy(in_flow_context, flow_context, in mlx5_set_flow_entry_cmd() 81 MLX5_ST_SZ_BYTES(flow_context) + fcdls); in mlx5_set_flow_entry_cmd() 83 MLX5_SET(flow_context, in_flow_context, group_id, in mlx5_set_flow_entry_cmd() 312 void *match_criteria, void *flow_context, in mlx5_add_flow_table_entry() argument 332 return mlx5_set_flow_entry_cmd(ft, group_ix, *flow_index, flow_context); in mlx5_add_flow_table_entry()
|
/linux-4.4.14/include/linux/mlx5/ |
D | flow_table.h | 49 void *match_criteria, void *flow_context,
|
D | mlx5_ifc.h | 2802 struct mlx5_ifc_flow_context_bits flow_context; member 3628 struct mlx5_ifc_flow_context_bits flow_context; member
|