Home
last modified time | relevance | path

Searched refs:num_stes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c392 int *num_stes) in dr_get_tbl_copy_details() argument
401 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
404 *num_stes = htbl->chunk->num_of_entries; in dr_get_tbl_copy_details()
405 alloc_size = *num_stes * DR_STE_SIZE; in dr_get_tbl_copy_details()
511 int num_stes; in mlx5dr_send_postsend_formatted_htbl() local
517 &iterations, &num_stes); in mlx5dr_send_postsend_formatted_htbl()
521 for (i = 0; i < num_stes; i++) { in mlx5dr_send_postsend_formatted_htbl()