Lines Matching refs:multicast
447 struct ib_sa_multicast *multicast);
452 * ib_sa_join_multicast - Initiates a join request to the specified multicast
455 * @device: Device associated with the multicast group.
456 * @port_num: Port on the specified device to associate with the multicast
458 * @rec: SA multicast member record specifying group attributes.
465 * This call initiates a multicast join request with the SA for the specified
466 * multicast group. If the join operation is started successfully, it returns
467 * an ib_sa_multicast structure that is used to track the multicast operation.
476 * -ENETRESET: Indicates that an fatal error has occurred on the multicast
485 *multicast),
489 * ib_free_multicast - Frees the multicast tracking structure, and releases
490 * any reference on the multicast group.
491 * @multicast: Multicast tracking structure allocated by ib_join_multicast.
493 * This call blocks until the multicast identifier is destroyed. It may
494 * not be called from within the multicast callback; however, returning a non-
495 * zero value from the callback will result in destroying the multicast
498 void ib_sa_free_multicast(struct ib_sa_multicast *multicast);
501 * ib_get_mcmember_rec - Looks up a multicast member record by its MGID and
503 * @device: Device associated with the multicast group.
504 * @port_num: Port on the specified device to associate with the multicast
506 * @mgid: MGID of multicast group.
507 * @rec: Location to copy SA multicast member record.
514 * an SA multicast member record.