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.c435 union if_snd_tag_alloc_params rl_params; in mlx5e_tls_snd_tag_alloc() local
518 memset(&rl_params, 0, sizeof(rl_params)); in mlx5e_tls_snd_tag_alloc()
519 rl_params.hdr = params->hdr; in mlx5e_tls_snd_tag_alloc()
523 rl_params.hdr.type = IF_SND_TAG_TYPE_RATE_LIMIT; in mlx5e_tls_snd_tag_alloc()
524 rl_params.rate_limit.max_rate = params->tls_rate_limit.max_rate; in mlx5e_tls_snd_tag_alloc()
529 rl_params.hdr.type = IF_SND_TAG_TYPE_UNLIMITED; in mlx5e_tls_snd_tag_alloc()
537 error = m_snd_tag_alloc(ifp, &rl_params, &ptag->rl_tag); in mlx5e_tls_snd_tag_alloc()
564 union if_snd_tag_modify_params rl_params; in mlx5e_tls_rl_snd_tag_modify() local
569 memset(&rl_params, 0, sizeof(rl_params)); in mlx5e_tls_rl_snd_tag_modify()
570 rl_params.rate_limit.max_rate = params->tls_rate_limit.max_rate; in mlx5e_tls_rl_snd_tag_modify()
[all …]