Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_reserved.sh303 local allowed_bytes=$(vxlan_header_bytes 0xffffff $bit)
304 local reserved_bytes=$(neg_bytes $allowed_bytes)
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c145 u8 allowed_bytes; /* Bytes selectors, up to offset 255 */ member
1922 ctrl->allowed_bytes == ctrl->used_bytes) in hws_definer_best_hl_fit_recu()
1957 if (bytes_set + ctrl->used_bytes > ctrl->allowed_bytes) in hws_definer_best_hl_fit_recu()
1964 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1976 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1987 memcpy(definer->byte_selector, ctrl->byte_selector, ctrl->allowed_bytes); in hws_definer_copy_sel_ctrl()
2004 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()
2021 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()