Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mlx4/
Ddevice.h1499 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port);
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Dfw.c2541 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port) in mlx4_config_roce_v2_port() function
2551 EXPORT_SYMBOL_GPL(mlx4_config_roce_v2_port);
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dmain.c2824 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_add()