Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c166 ret = ib_query_port(p->ibdev, p->port_num, &attr); in state_show()
181 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_show()
195 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_mask_count_show()
208 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_lid_show()
221 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_sl_show()
234 ret = ib_query_port(p->ibdev, p->port_num, &attr); in cap_mask_show()
249 ret = ib_query_port(p->ibdev, p->port_num, &attr); in rate_show()
323 ret = ib_query_port(p->ibdev, p->port_num, &attr); in phys_state_show()
1037 ret = ib_query_port(device, port_num, &attr); in add_port()
H A Dib_uverbs_std_types_device.c185 ret = ib_query_port(ib_dev, port_num, &attr); in UVERBS_HANDLER()
H A Dib_device.c658 int ib_query_port(struct ib_device *device, in ib_query_port() function
683 EXPORT_SYMBOL(ib_query_port);
H A Dib_cache.c1069 ret = ib_query_port(device, port, tprops); in ib_cache_update()
H A Dib_sa_query.c508 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) { in update_sm_ah()
H A Dib_uverbs_cmd.c407 ret = ib_query_port(ib_dev, cmd.port_num, &attr); in ib_uverbs_query_port()
H A Dib_cma.c2917 if (!ib_query_port(cur_dev->device, p, &port_attr) && in cma_bind_loopback()
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c59 ret = ib_query_port(&dev->ib_dev, port_num, tprops); in mthca_update_rate()
257 !ib_query_port(ibdev, port_num, &pattr)) in mthca_process_mad()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c334 if (ib_query_port(priv->ca, priv->port, &attr) || in ipoib_mcast_carrier_on_task()
483 if (ib_query_port(priv->ca, priv->port, &attr) || in ipoib_mcast_join_task()
498 if (!ib_query_port(priv->ca, priv->port, &attr)) in ipoib_mcast_join_task()
H A Dipoib_main.c979 if (!ib_query_port(hca, port, &attr)) in ipoib_add_port()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c388 err = ib_query_port(ibdev, port_num, &attr); in c4iw_port_immutable()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c1472 err = ib_query_port(ibdev, port_num, &attr); in irdma_roce_port_immutable()
1491 err = ib_query_port(ibdev, port_num, &attr); in irdma_iw_port_immutable()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2603 int ib_query_port(struct ib_device *device,
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c824 !ib_query_port(ibdev, port_num, &pattr)) in ib_process_mad()