Home
last modified time | relevance | path

Searched refs:mthca_MAD_IFC (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/mthca/
Dmthca_provider.c76 err = mthca_MAD_IFC(mdev, 1, 1, in mthca_query_device()
139 err = mthca_MAD_IFC(to_mdev(ibdev), 1, 1, in mthca_query_port()
233 err = mthca_MAD_IFC(to_mdev(ibdev), 1, 1, in mthca_query_pkey()
262 err = mthca_MAD_IFC(to_mdev(ibdev), 1, 1, in mthca_query_gid()
273 err = mthca_MAD_IFC(to_mdev(ibdev), 1, 1, in mthca_query_gid()
1004 err = mthca_MAD_IFC(dev, 1, 1, in mthca_init_node_data()
1013 err = mthca_MAD_IFC(dev, 1, 1, in mthca_init_node_data()
Dmthca_cmd.h314 int mthca_MAD_IFC(struct mthca_dev *dev, int ignore_mkey, int ignore_bkey,
Dmthca_mad.c251 err = mthca_MAD_IFC(to_mdev(ibdev), mad_flags & IB_MAD_IGNORE_MKEY, in mthca_process_mad()
Dmthca_cmd.c1862 int mthca_MAD_IFC(struct mthca_dev *dev, int ignore_mkey, int ignore_bkey, in mthca_MAD_IFC() function