Searched refs:mlx4_INIT_PORT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | device.h | 1145 int mlx4_INIT_PORT(struct mlx4_dev *dev, int port);
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | device.h | 1164 int mlx4_INIT_PORT(struct mlx4_dev *dev, int port);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 1799 err = mlx4_INIT_PORT(mdev->dev, priv->port); in mlx4_en_start_port() 3451 err = mlx4_INIT_PORT(mdev->dev, priv->port); in mlx4_en_init_netdev()
|
H A D | fw.c | 2296 int mlx4_INIT_PORT(struct mlx4_dev *dev, int port) in mlx4_INIT_PORT() function 2349 EXPORT_SYMBOL_GPL(mlx4_INIT_PORT); variable
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 1809 err = mlx4_INIT_PORT(mdev->dev, priv->port); in mlx4_en_start_port() 3402 err = mlx4_INIT_PORT(mdev->dev, priv->port); in mlx4_en_init_netdev()
|
H A D | fw.c | 2296 int mlx4_INIT_PORT(struct mlx4_dev *dev, int port) in mlx4_INIT_PORT() function 2349 EXPORT_SYMBOL_GPL(mlx4_INIT_PORT); variable
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2530 if (mlx4_INIT_PORT(dev->dev, qp->port)) in __mlx4_ib_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2563 if (mlx4_INIT_PORT(dev->dev, qp->port)) in __mlx4_ib_modify_qp()
|
Completed in 35 milliseconds