Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/mlx5/
Dtransobj.h54 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.c206 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn) in mlx5_core_create_tis() function
218 EXPORT_SYMBOL(mlx5_core_create_tis);
Den_main.c3311 return mlx5_core_create_tis(mdev, in, tisn); in mlx5e_create_tis()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c57 return mlx5_core_create_tis(mdev, in, tisn); in mlx5e_ktls_create_tis()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dqp.c1246 return mlx5_core_create_tis(dev->mdev, in, &sq->tisn); in create_raw_packet_qp_tis()