Searched defs:mlid (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c38 int ipoib_mcast_attach(struct net_device *dev, u16 mlid, union ib_gid *mgid, int set_qkey) argument
68 ret = ib_attach_mcast(priv->qp, mgid, mlid);
/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c264 u16 mlid; local
267 ret = ipath_parse_ushort(buf, &mlid);
268 if (ret < 0 || mlid < IPATH_MULTICAST_LID_BASE)
271 dd->ipath_mlid = mlid;
1083 static DEVICE_ATTR(mlid, S_IWUSR | S_IRUGO, show_mlid, store_mlid);
/drivers/infiniband/hw/mlx4/
H A Dmcg.c85 __be16 mlid; member in struct:ib_sa_mcmember_data
388 if (comp_mask & IB_SA_MCMEMBER_REC_MLID && src->mlid != dst->mlid)

Completed in 760 milliseconds