Lines Matching refs:multicast
55 "Enable multicast debug tracing if > 0");
104 * allocate the broadcast multicast group, wait
117 ipoib_dbg_mcast(ipoib_priv(dev), "deleting multicast group %pI6\n",
224 /* Set the multicast MTU and cached Q_Key before we attach if it's
258 ipoib_warn(priv, "multicast group %pI6 already attached\n",
268 ipoib_warn(priv, "couldn't attach QP to multicast group %pI6\n",
367 struct ib_sa_multicast *multicast)
369 struct ipoib_mcast *mcast = multicast->context;
385 status = ipoib_mcast_join_finish(mcast, &multicast->rec);
393 * deadlock on rtnl_lock here. Requeue our multicast
460 mcast->mc = multicast;
474 struct ib_sa_multicast *multicast;
533 * However, if not, we emulate an Ethernet multicast send,
534 * which does not require a multicast subscription and will
538 * application perspective, of Ethernet multicast operation.
546 multicast = ib_sa_join_multicast(&ipoib_sa_client, priv->ca, priv->port,
549 if (IS_ERR(multicast)) {
550 ret = PTR_ERR(multicast);
605 * completely stalled (multicast wise).
654 ipoib_dbg_mcast(priv, "successfully started all multicast joins\n");
673 ipoib_dbg_mcast(priv, "starting multicast thread\n");
684 ipoib_dbg_mcast(priv, "stopping multicast thread\n");
705 /* Remove ourselves from the multicast group */
718 * Check if the multicast group is sendonly. If so remove it from the maps
724 /* Is this multicast ? */
776 ipoib_dbg_mcast(priv, "setting up send only multicast group for %pI6\n",
782 "for multicast structure\n");
843 ipoib_dbg_mcast(priv, "flushing multicast list\n");
893 ipoib_dbg_mcast(priv, "restarting multicast task\n");
900 * the multicast hardware addresses. We need to figure out which ones
924 ipoib_dbg_mcast(priv, "ignoring multicast entry for mgid %pI6\n",
930 ipoib_dbg_mcast(priv, "adding multicast entry for mgid %pI6\n",
935 ipoib_warn(priv, "unable to allocate memory for multicast structure\n");
964 ipoib_dbg_mcast(priv, "deleting multicast group %pI6\n",