Home
last modified time | relevance | path

Searched refs:mlx4_config_roce_v2_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mlx4/
Ddevice.h1517 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dfw.c2518 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port) in mlx4_config_roce_v2_port() function
2528 EXPORT_SYMBOL_GPL(mlx4_config_roce_v2_port);
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c2920 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_add()