Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dvxlan_reserved.sh308 local allowed_bytes=$(vxlan_header_bytes 0xffffff $bit)
309 local reserved_bytes=$(neg_bytes $allowed_bytes)
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c145 u8 allowed_bytes; /* Bytes selectors, up to offset 255 */ member
1744 ctrl->allowed_bytes == ctrl->used_bytes) in hws_definer_best_hl_fit_recu()
1779 if (bytes_set + ctrl->used_bytes > ctrl->allowed_bytes) in hws_definer_best_hl_fit_recu()
1786 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1798 byte_idx = ctrl->allowed_bytes - ctrl->used_bytes - 1; in hws_definer_best_hl_fit_recu()
1809 memcpy(definer->byte_selector, ctrl->byte_selector, ctrl->allowed_bytes); in hws_definer_copy_sel_ctrl()
1826 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()
1840 ctrl.allowed_bytes = BYTE_SELECTORS; in hws_definer_find_best_match_fit()