Searched refs:dr_crc32_calc_lookup_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_crc32.c | 31 static void dr_crc32_calc_lookup_entry(u32 (*tbl)[256], u8 i, u8 j) in dr_crc32_calc_lookup_entry() function 53 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 1, i); in mlx5dr_crc32_init_table() 54 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 2, i); in mlx5dr_crc32_init_table() 55 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 3, i); in mlx5dr_crc32_init_table() 56 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 4, i); in mlx5dr_crc32_init_table() 57 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 5, i); in mlx5dr_crc32_init_table() 58 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 6, i); in mlx5dr_crc32_init_table() 59 dr_crc32_calc_lookup_entry(dr_ste_crc_tab32, 7, i); in mlx5dr_crc32_init_table()
|