Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/mlx4/
Ddevice.h1519 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port);
/linux-6.6.21/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-6.6.21/drivers/infiniband/hw/mlx4/
Dmain.c2835 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_probe()