Lines Matching full:multicast
479 struct ib_sa_multicast *multicast);
484 * ib_sa_join_multicast - Initiates a join request to the specified multicast
487 * @device: Device associated with the multicast group.
488 * @port_num: Port on the specified device to associate with the multicast
490 * @rec: SA multicast member record specifying group attributes.
497 * This call initiates a multicast join request with the SA for the specified
498 * multicast group. If the join operation is started successfully, it returns
499 * an ib_sa_multicast structure that is used to track the multicast operation.
508 * -ENETRESET: Indicates that an fatal error has occurred on the multicast
517 *multicast),
521 * ib_free_multicast - Frees the multicast tracking structure, and releases
522 * any reference on the multicast group.
523 * @multicast: Multicast tracking structure allocated by ib_join_multicast.
525 * This call blocks until the multicast identifier is destroyed. It may
526 * not be called from within the multicast callback; however, returning a non-
527 * zero value from the callback will result in destroying the multicast
530 void ib_sa_free_multicast(struct ib_sa_multicast *multicast);
533 * ib_get_mcmember_rec - Looks up a multicast member record by its MGID and
535 * @device: Device associated with the multicast group.
536 * @port_num: Port on the specified device to associate with the multicast
538 * @mgid: MGID of multicast group.
539 * @rec: Location to copy SA multicast member record.
546 * an SA multicast member record.