Home
last modified time | relevance | path

Searched refs:ib_query_port (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v4.19/drivers/infiniband/core/
Dsysfs.c163 ret = ib_query_port(p->ibdev, p->port_num, &attr); in state_show()
178 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_show()
192 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_mask_count_show()
205 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_lid_show()
218 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_sl_show()
231 ret = ib_query_port(p->ibdev, p->port_num, &attr); in cap_mask_show()
246 ret = ib_query_port(p->ibdev, p->port_num, &attr); in rate_show()
298 ret = ib_query_port(p->ibdev, p->port_num, &attr); in phys_state_show()
1027 ret = ib_query_port(device, port_num, &attr); in add_port()
Duverbs_marshall.c50 if (ib_query_port(dev, opa->port_num, &port_attr)) { in rdma_ah_conv_opa_to_ib()
Ddevice.c835 int ib_query_port(struct ib_device *device, in ib_query_port() function
860 EXPORT_SYMBOL(ib_query_port);
Dnldev.c236 ret = ib_query_port(device, port, &attr); in fill_port_info()
Dsa_query.c1515 if (ib_query_port(device, port_num, &port_attr)) in opa_pr_query_possible()
2281 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) { in update_sm_ah()
Dcache.c1301 ret = ib_query_port(device, port, tprops); in ib_cache_update()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_mad.c59 ret = ib_query_port(&dev->ib_dev, port_num, tprops); in mthca_update_rate()
258 !ib_query_port(ibdev, port_num, &pattr)) in mthca_process_mad()
Dmthca_provider.c216 err = ib_query_port(ibdev, port, &attr); in mthca_modify_port()
1171 err = ib_query_port(ibdev, port_num, &attr); in mthca_port_immutable()
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dah.c72 err = ib_query_port(ibdev, port_num, &port_attr); in rvt_check_ah()
Dvt.c336 err = ib_query_port(ibdev, port_num, &attr); in rvt_get_port_immutable()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c192 ret = ib_query_port(priv->ca, priv->port, &attr); in ipoib_get_link_ksettings()
Dipoib_multicast.c332 if (ib_query_port(priv->ca, priv->port, &attr) || in ipoib_mcast_carrier_on_task()
577 if (ib_query_port(priv->ca, priv->port, &port_attr)) { in ipoib_mcast_join_task()
Dipoib_main.c1858 result = ib_query_port(priv->ca, priv->port, &attr); in ipoib_parent_init()
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_main.c99 err = ib_query_port(ibdev, port_num, &attr); in ocrdma_port_immutable()
/Linux-v4.19/net/smc/
Dsmc_ib.c218 rc = ib_query_port(smcibdev->ibdev, ibport, in smc_ib_remember_port_attr()
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_ib_main.c308 err = ib_query_port(ibdev, port_num, &attr); in usnic_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.c292 ret = ib_query_port(ibdev, port, &attr); in pvrdma_modify_port()
Dpvrdma_main.c132 err = ib_query_port(ibdev, port_num, &attr); in pvrdma_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c482 err = ib_query_port(ibdev, port_num, &attr); in c4iw_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_main.c457 ret = ib_query_port(ib_dev, port_num, &attr); in hns_roce_port_immutable()
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_verbs.c195 err = ib_query_port(dev, port_num, &attr); in rxe_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1295 err = ib_query_port(ibdev, port_num, &attr); in iwch_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c1063 err = ib_query_port(ibdev, port, &attr); in mlx4_ib_modify_port()
2572 err = ib_query_port(ibdev, port_num, &attr); in mlx4_port_immutable()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c1466 err = ib_query_port(ibdev, port, &attr); in mlx5_ib_modify_port()
4704 err = ib_query_port(ibdev, port_num, &attr); in mlx5_port_immutable()
4732 err = ib_query_port(ibdev, port_num, &attr); in mlx5_port_rep_immutable()
/Linux-v4.19/include/rdma/
Dib_verbs.h2733 int ib_query_port(struct ib_device *device,

12