Searched refs:ib_find_pkey (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c42 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &pkey_index)) {
H A Dipoib_ib.c611 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &priv->pkey_index)) {
648 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &pkey_index))
871 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &new_index)) {
H A Dipoib_cm.c969 ret = ib_find_pkey(priv->ca, priv->port, priv->pkey, &qp_attr.pkey_index);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Ddevice.c696 * ib_find_pkey - Returns the PKey table index where a specified
703 int ib_find_pkey(struct ib_device *device, function
722 EXPORT_SYMBOL(ib_find_pkey); variable
H A Dmulticast.c370 ret = ib_find_pkey(group->port->dev->device,
498 ib_find_pkey(group->port->dev->device, group->port->port_num,
H A Dsa_query.c544 if (ib_find_pkey(port->agent->device, port->port_num,
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1473 int ib_find_pkey(struct ib_device *device,

Completed in 125 milliseconds