Home
last modified time | relevance | path

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

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