Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c400 union if_snd_tag_alloc_params rl_params; in mlx5e_tls_snd_tag_alloc() local
483 memset(&rl_params, 0, sizeof(rl_params)); in mlx5e_tls_snd_tag_alloc()
484 rl_params.hdr = params->hdr; in mlx5e_tls_snd_tag_alloc()
488 rl_params.hdr.type = IF_SND_TAG_TYPE_RATE_LIMIT; in mlx5e_tls_snd_tag_alloc()
489 rl_params.rate_limit.max_rate = params->tls_rate_limit.max_rate; in mlx5e_tls_snd_tag_alloc()
494 rl_params.hdr.type = IF_SND_TAG_TYPE_UNLIMITED; in mlx5e_tls_snd_tag_alloc()
502 error = m_snd_tag_alloc(ifp, &rl_params, &ptag->rl_tag); in mlx5e_tls_snd_tag_alloc()
529 union if_snd_tag_modify_params rl_params; in mlx5e_tls_rl_snd_tag_modify() local
534 memset(&rl_params, 0, sizeof(rl_params)); in mlx5e_tls_rl_snd_tag_modify()
535 rl_params.rate_limit.max_rate = params->tls_rate_limit.max_rate; in mlx5e_tls_rl_snd_tag_modify()
[all …]