Searched refs:flow_index (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | flow_table.c | 57 u32 flow_index, void *flow_context) in mlx5_set_flow_entry_cmd() argument 76 MLX5_SET(set_fte_in, in, flow_index, flow_index); in mlx5_set_flow_entry_cmd() 94 static void mlx5_del_flow_entry_cmd(struct mlx5_flow_table *ft, u32 flow_index) in mlx5_del_flow_entry_cmd() argument 105 MLX5_SET_DFTEI(in, flow_index, flow_index); in mlx5_del_flow_entry_cmd() 313 u32 *flow_index) in mlx5_add_flow_table_entry() argument 326 err = alloc_flow_index(ft, group_ix, flow_index); in mlx5_add_flow_table_entry() 332 return mlx5_set_flow_entry_cmd(ft, group_ix, *flow_index, flow_context); in mlx5_add_flow_table_entry() 336 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index) in mlx5_del_flow_table_entry() argument 340 mlx5_del_flow_entry_cmd(ft, flow_index); in mlx5_del_flow_table_entry() 341 mlx5_free_flow_index(ft, flow_index); in mlx5_del_flow_table_entry()
|
/linux-4.4.14/include/linux/mlx5/ |
D | flow_table.h | 50 u32 *flow_index); 51 void mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);
|
D | mlx5_ifc.h | 2798 u8 flow_index[0x20]; member 3648 u8 flow_index[0x20]; member 5079 u8 flow_index[0x20]; member
|