Home
last modified time | relevance | path

Searched refs:netw_view (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib.h797 struct ib_port_attr *props, int netw_view);
799 u16 *pkey, int netw_view);
802 union ib_gid *gid, int netw_view);
Dmlx4_ib_main.c597 struct ib_port_attr *props, int netw_view) in ib_link_query_port() argument
614 if (mlx4_is_mfunc(to_mdev(ibdev)->dev) && netw_view) in ib_link_query_port()
630 if (netw_view) in ib_link_query_port()
692 struct ib_port_attr *props, int netw_view) in eth_link_query_port() argument
751 struct ib_port_attr *props, int netw_view) in __mlx4_ib_query_port() argument
758 ib_link_query_port(ibdev, port, props, netw_view) : in __mlx4_ib_query_port()
759 eth_link_query_port(ibdev, port, props, netw_view); in __mlx4_ib_query_port()
772 union ib_gid *gid, int netw_view) in __mlx4_ib_query_gid() argument
790 if (mlx4_is_mfunc(dev->dev) && netw_view) in __mlx4_ib_query_gid()
799 if (mlx4_is_mfunc(dev->dev) && !netw_view) { in __mlx4_ib_query_gid()
[all …]