Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_iq.c159 mlx5_dev_domainset(iq->priv->mdev), M_WAITOK | M_ZERO); in mlx5e_iq_alloc_db()
HDmlx5_en_hw_tls.c120 mlx5_dev_domainset(priv->mdev), flags | M_ZERO); in mlx5e_tls_tag_import()
HDmlx5_en_hw_tls_rx.c395 mlx5_dev_domainset(mdev), flags | M_ZERO); in mlx5e_tls_rx_tag_import()
HDmlx5_en_main.c1240 mlx5_dev_domainset(mdev), M_WAITOK | M_ZERO); in mlx5e_create_rq()
1589 mlx5_dev_domainset(sq->priv->mdev), M_WAITOK | M_ZERO); in mlx5e_alloc_sq_db()
4561 M_MLX5EN, mlx5_dev_domainset(mdev), M_WAITOK | M_ZERO); in mlx5e_create_ifp()
/freebsd-14-stable/sys/dev/mlx5/
HDdriver.h1118 mlx5_dev_domainset(struct mlx5_core_dev *mdev) in mlx5_dev_domainset() function