Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c159 mlx5_dev_domainset(iq->priv->mdev), M_WAITOK | M_ZERO); in mlx5e_iq_alloc_db()
H A Dmlx5_en_hw_tls.c121 mlx5_dev_domainset(priv->mdev), flags | M_ZERO); in mlx5e_tls_tag_import()
H A Dmlx5_en_hw_tls_rx.c396 mlx5_dev_domainset(mdev), flags | M_ZERO); in mlx5e_tls_rx_tag_import()
H A Dmlx5_en_main.c1255 mlx5_dev_domainset(mdev), M_WAITOK | M_ZERO); in mlx5e_create_rq()
1606 mlx5_dev_domainset(sq->priv->mdev), M_WAITOK | M_ZERO); in mlx5e_alloc_sq_db()
4604 M_MLX5EN, mlx5_dev_domainset(mdev), M_WAITOK | M_ZERO); in mlx5e_create_ifp()
/freebsd/sys/dev/mlx5/
H A Ddriver.h1125 mlx5_dev_domainset(struct mlx5_core_dev *mdev) in mlx5_dev_domainset() function