Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c209 for (prio = 0; prio < MLX5E_MAX_PRIORITY; prio++) { in update_buffer_lossy()
248 u8 buffer[MLX5E_MAX_PRIORITY]; in mlx5e_port_manual_buffer_config()
H A Dmlx5_en_ethtool.c322 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) { in mlx5e_get_prio_tc()
336 uint8_t temp[MLX5E_MAX_PRIORITY]; in mlx5e_prio_to_tc_handler()
341 err = SYSCTL_OUT(req, priv->params_ethtool.prio_tc, MLX5E_MAX_PRIORITY); in mlx5e_prio_to_tc_handler()
344 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORITY); in mlx5e_prio_to_tc_handler()
348 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) { in mlx5e_prio_to_tc_handler()
355 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) { in mlx5e_prio_to_tc_handler()
H A Dmlx5_en_main.c4270 uint8_t temp[MLX5E_MAX_PRIORITY]; in mlx5e_sysctl_tx_priority_flow_control()
4279 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) in mlx5e_sysctl_tx_priority_flow_control()
4282 err = SYSCTL_OUT(req, temp, MLX5E_MAX_PRIORITY); in mlx5e_sysctl_tx_priority_flow_control()
4285 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORITY); in mlx5e_sysctl_tx_priority_flow_control()
4292 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) { in mlx5e_sysctl_tx_priority_flow_control()
4315 uint8_t temp[MLX5E_MAX_PRIORITY]; in mlx5e_sysctl_rx_priority_flow_control()
4324 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) in mlx5e_sysctl_rx_priority_flow_control()
4327 err = SYSCTL_OUT(req, temp, MLX5E_MAX_PRIORITY); in mlx5e_sysctl_rx_priority_flow_control()
4330 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORITY); in mlx5e_sysctl_rx_priority_flow_control()
4337 for (i = 0; i != MLX5E_MAX_PRIORITY; i++) { in mlx5e_sysctl_rx_priority_flow_control()
H A Den.h76 #define MLX5E_MAX_PRIORITY 8 macro
724 u8 prio_tc[MLX5E_MAX_PRIORITY];