Lines Matching full:multicast
423 struct ib_sa_multicast *multicast);
428 * ib_sa_join_multicast - Initiates a join request to the specified multicast
431 * @device: Device associated with the multicast group.
432 * @port_num: Port on the specified device to associate with the multicast
434 * @rec: SA multicast member record specifying group attributes.
441 * This call initiates a multicast join request with the SA for the specified
442 * multicast group. If the join operation is started successfully, it returns
443 * an ib_sa_multicast structure that is used to track the multicast operation.
452 * -ENETRESET: Indicates that an fatal error has occurred on the multicast
462 *multicast),
466 * ib_free_multicast - Frees the multicast tracking structure, and releases
467 * any reference on the multicast group.
468 * @multicast: Multicast tracking structure allocated by ib_join_multicast.
470 * This call blocks until the multicast identifier is destroyed. It may
471 * not be called from within the multicast callback; however, returning a non-
472 * zero value from the callback will result in destroying the multicast
475 void ib_sa_free_multicast(struct ib_sa_multicast *multicast);
478 * ib_get_mcmember_rec - Looks up a multicast member record by its MGID and
480 * @device: Device associated with the multicast group.
481 * @port_num: Port on the specified device to associate with the multicast
483 * @mgid: MGID of multicast group.
484 * @rec: Location to copy SA multicast member record.
491 * an SA multicast member record.