Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dsysfs.c102 ret = ib_query_port(p->ibdev, p->port_num, &attr); in state_show()
117 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_show()
131 ret = ib_query_port(p->ibdev, p->port_num, &attr); in lid_mask_count_show()
144 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_lid_show()
157 ret = ib_query_port(p->ibdev, p->port_num, &attr); in sm_sl_show()
170 ret = ib_query_port(p->ibdev, p->port_num, &attr); in cap_mask_show()
185 ret = ib_query_port(p->ibdev, p->port_num, &attr); in rate_show()
232 ret = ib_query_port(p->ibdev, p->port_num, &attr); in phys_state_show()
529 ret = ib_query_port(device, port_num, &attr); in add_port()
Ddevice.c245 ret = ib_query_port(device, port_index + start_port(device), in read_port_table_lengths()
574 int ib_query_port(struct ib_device *device, in ib_query_port() function
583 EXPORT_SYMBOL(ib_query_port);
Dcache.c265 ret = ib_query_port(device, port, tprops); in ib_cache_update()
Dsa_query.c400 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) { in update_sm_ah()
Duverbs_cmd.c493 ret = ib_query_port(file->device->ib_dev, cmd.port_num, &attr); in ib_uverbs_query_port()
Dcma.c2055 if (!ib_query_port(cur_dev->device, p, &port_attr) && in cma_bind_loopback()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mad.c59 ret = ib_query_port(&dev->ib_dev, port_num, tprops); in mthca_update_rate()
248 !ib_query_port(ibdev, port_num, &pattr)) in mthca_process_mad()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c330 if (ib_query_port(priv->ca, priv->port, &attr) || in ipoib_mcast_carrier_on_task()
525 if (ib_query_port(priv->ca, priv->port, &port_attr) || in ipoib_mcast_join_task()
Dipoib_main.c1580 if (!ib_query_port(hca, port, &attr)) in ipoib_add_port()
/linux-4.1.27/include/rdma/
Dib_verbs.h1740 int ib_query_port(struct ib_device *device,
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c784 !ib_query_port(ibdev, port_num, &pattr)) in ib_process_mad()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c542 ret = ib_query_port(sport->sdev->device, sport->port, &port_attr); in srpt_refresh_port()