Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c145 u8 allowed_bytes; /* Bytes selectors, up to offset 255 */ member
1743 ctrl->allowed_bytes == ctrl->used_bytes) in hws_definer_best_hl_fit_recu()
1778 if (bytes_set + ctrl->used_bytes > ctrl->allowed_bytes) in hws_definer_best_hl_fit_recu()
1785 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1797 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1808 memcpy(definer->byte_selector, ctrl->byte_selector, ctrl->allowed_bytes); in hws_definer_copy_sel_ctrl()
1825 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()
1839 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()