Searched refs:hw_ste_arr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_rule.c | 655 u8 *hw_ste_arr, in dr_rule_handle_action_stes() argument 675 curr_hw_ste = hw_ste_arr + i * DR_STE_SIZE; in dr_rule_handle_action_stes() 676 prev_hw_ste = (i == 0) ? curr_hw_ste : hw_ste_arr + ((i - 1) * DR_STE_SIZE); in dr_rule_handle_action_stes() 1029 u8 *hw_ste_arr = NULL; in dr_rule_create_rule_nic() local 1042 hw_ste_arr = kzalloc(DR_RULE_MAX_STE_CHAIN * DR_STE_SIZE, GFP_KERNEL); in dr_rule_create_rule_nic() 1043 if (!hw_ste_arr) in dr_rule_create_rule_nic() 1056 ret = mlx5dr_ste_build_ste_arr(matcher, nic_matcher, param, hw_ste_arr); in dr_rule_create_rule_nic() 1062 num_actions, hw_ste_arr, in dr_rule_create_rule_nic() 1075 u8 *cur_hw_ste_ent = hw_ste_arr + (i * DR_STE_SIZE); in dr_rule_create_rule_nic() 1104 ste, hw_ste_arr, new_hw_ste_arr_sz); in dr_rule_create_rule_nic() [all …]
|
| H A D | dr_icm_pool.c | 188 chunk->hw_ste_arr = kvzalloc(bucket->num_of_entries * in dr_icm_chunk_ste_init() 190 if (!chunk->hw_ste_arr) in dr_icm_chunk_ste_init() 201 kvfree(chunk->hw_ste_arr); in dr_icm_chunk_ste_init() 276 kvfree(chunk->hw_ste_arr); in dr_icm_chunk_ste_cleanup() 501 memset(chunk->hw_ste_arr, 0, in mlx5dr_icm_free_chunk()
|
| H A D | dr_types.h | 161 u8 *hw_ste_arr; member 822 u8 *hw_ste_arr; member
|
| H A D | dr_ste.c | 678 htbl->hw_ste_arr = chunk->hw_ste_arr; in mlx5dr_ste_htbl_alloc() 685 ste->hw_ste = htbl->hw_ste_arr + i * DR_STE_SIZE_REDUCED; in mlx5dr_ste_htbl_alloc()
|
| H A D | dr_send.c | 530 copy_dst = htbl->hw_ste_arr + i * DR_STE_SIZE_REDUCED; in mlx5dr_send_postsend_formatted_htbl()
|