Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dfw.h232 int mlx4_QUERY_PORT(struct mlx4_dev *dev, int port, struct mlx4_port_cap *port_cap);
Dfw.c957 err = mlx4_QUERY_PORT(dev, i, dev_cap->port_cap + i); in mlx4_QUERY_DEV_CAP()
1034 int mlx4_QUERY_PORT(struct mlx4_dev *dev, int port, struct mlx4_port_cap *port_cap) in mlx4_QUERY_PORT() function
Dmain.c292 err = mlx4_QUERY_PORT(dev, port, port_cap); in mlx4_dev_port()