Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx4/
Dmain.c663 int mad_ifc_flags = MLX4_MAD_IFC_IGNORE_KEYS; in ib_link_query_port() local
676 mad_ifc_flags |= MLX4_MAD_IFC_NET_VIEW; in ib_link_query_port()
678 err = mlx4_MAD_IFC(to_mdev(ibdev), mad_ifc_flags, port, NULL, NULL, in ib_link_query_port()
727 err = mlx4_MAD_IFC(to_mdev(ibdev), mad_ifc_flags, port, in ib_link_query_port()
843 int mad_ifc_flags = MLX4_MAD_IFC_IGNORE_KEYS; in __mlx4_ib_query_gid() local
855 mad_ifc_flags |= MLX4_MAD_IFC_NET_VIEW; in __mlx4_ib_query_gid()
857 err = mlx4_MAD_IFC(dev, mad_ifc_flags, port, NULL, NULL, in_mad, out_mad); in __mlx4_ib_query_gid()
876 err = mlx4_MAD_IFC(dev, mad_ifc_flags, port, in __mlx4_ib_query_gid()
904 int mad_ifc_flags = MLX4_MAD_IFC_IGNORE_KEYS; in mlx4_ib_query_sl2vl() local
923 mad_ifc_flags |= MLX4_MAD_IFC_NET_VIEW; in mlx4_ib_query_sl2vl()
[all …]
Dmad.c108 int mlx4_MAD_IFC(struct mlx4_ib_dev *dev, int mad_ifc_flags, in mlx4_MAD_IFC() argument
136 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_MKEY) || !in_wc) in mlx4_MAD_IFC()
138 if ((mad_ifc_flags & MLX4_MAD_IFC_IGNORE_BKEY) || !in_wc) in mlx4_MAD_IFC()
141 (mad_ifc_flags & MLX4_MAD_IFC_NET_VIEW || in_wc)) in mlx4_MAD_IFC()
Dmlx4_ib.h810 int mlx4_MAD_IFC(struct mlx4_ib_dev *dev, int mad_ifc_flags,