Lines Matching refs:lid
103 * @lid: the muilticast LID (host order)
107 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid)
116 mcast->mcast_addr.lid = lid;
142 * @lid: the multicast LID portion of the multicast address (host order)
149 u16 lid)
171 if (mcast->mcast_addr.lid == lid) {
221 if (tmcast->mcast_addr.lid != mcast->mcast_addr.lid) {
276 * @lid: multicast lid
280 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
296 mcast = rvt_mcast_alloc(gid, lid);
339 * @lid: multicast lid
343 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
376 if (mcast->mcast_addr.lid != lid) {