Searched refs:log_bulk_size (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | fs_hws_pools.c | 17 u32 log_bulk_size; in mlx5_fs_dl3tnltol2_bulk_action_create() local 23 log_bulk_size = ilog2(MLX5_FS_HWS_DEFAULT_BULK_LEN); in mlx5_fs_dl3tnltol2_bulk_action_create() 25 reformat_hdr, log_bulk_size, flags); in mlx5_fs_dl3tnltol2_bulk_action_create() 34 u32 log_bulk_size; in mlx5_fs_el2tol3tnl_bulk_action_create() local 39 log_bulk_size = ilog2(MLX5_FS_HWS_DEFAULT_BULK_LEN); in mlx5_fs_el2tol3tnl_bulk_action_create() 41 &reformat_hdr, log_bulk_size, flags); in mlx5_fs_el2tol3tnl_bulk_action_create() 50 u32 log_bulk_size; in mlx5_fs_el2tol2tnl_bulk_action_create() local 55 log_bulk_size = ilog2(MLX5_FS_HWS_DEFAULT_BULK_LEN); in mlx5_fs_el2tol2tnl_bulk_action_create() 57 &reformat_hdr, log_bulk_size, flags); in mlx5_fs_el2tol2tnl_bulk_action_create() 65 u32 log_bulk_size; in mlx5_fs_insert_hdr_bulk_action_create() local 245 u32 log_bulk_size; mlx5_fs_mh_bulk_action_create() local [all...] |
H A D | mlx5hws.h | 659 * @log_bulk_size: Number of unique values used with this reformat. 669 u32 log_bulk_size, 678 * @log_bulk_size: Number of unique values used with this pattern. 687 u32 log_bulk_size, 753 * @log_bulk_size: Number of unique values used with this insert header. 762 u32 log_bulk_size,
|
H A D | action.c | 1154 u32 log_bulk_size, in mlx5hws_action_create_reformat() argument 1169 if ((flags & MLX5HWS_ACTION_FLAG_SHARED) && (log_bulk_size || num_of_hdrs > 1)) { in mlx5hws_action_create_reformat() 1174 ret = hws_action_create_reformat_hws(action, num_of_hdrs, hdrs, log_bulk_size); in mlx5hws_action_create_reformat() 1191 u32 log_bulk_size) in hws_action_create_modify_header_hws() argument 1242 log_bulk_size, in hws_action_create_modify_header_hws() 1325 u32 log_bulk_size, in mlx5hws_action_create_modify_header() argument 1341 if ((flags & MLX5HWS_ACTION_FLAG_SHARED) && (log_bulk_size || num_of_patterns > 1)) { in mlx5hws_action_create_modify_header() 1349 log_bulk_size); in mlx5hws_action_create_modify_header() 1468 u32 log_bulk_size, in mlx5hws_action_create_insert_header() argument 1499 reformat_hdrs, log_bulk_size); in mlx5hws_action_create_insert_header() [all...] |