Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Dtransobj.h54 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, u32 *tisn);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A 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);
H A Den_main.c3311 return mlx5_core_create_tis(mdev, in, tisn); in mlx5e_create_tis()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c57 return mlx5_core_create_tis(mdev, in, tisn); in mlx5e_ktls_create_tis()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c1246 return mlx5_core_create_tis(dev->mdev, in, &sq->tisn); in create_raw_packet_qp_tis()