Lines Matching full:multicast
355 struct ib_sa_multicast *multicast);
360 * ib_sa_join_multicast - Initiates a join request to the specified multicast
363 * @device: Device associated with the multicast group.
364 * @port_num: Port on the specified device to associate with the multicast
366 * @rec: SA multicast member record specifying group attributes.
373 * This call initiates a multicast join request with the SA for the specified
374 * multicast group. If the join operation is started successfully, it returns
375 * an ib_sa_multicast structure that is used to track the multicast operation.
384 * -ENETRESET: Indicates that an fatal error has occurred on the multicast
393 *multicast),
397 * ib_free_multicast - Frees the multicast tracking structure, and releases
398 * any reference on the multicast group.
399 * @multicast: Multicast tracking structure allocated by ib_join_multicast.
401 * This call blocks until the multicast identifier is destroyed. It may
402 * not be called from within the multicast callback; however, returning a non-
403 * zero value from the callback will result in destroying the multicast
406 void ib_sa_free_multicast(struct ib_sa_multicast *multicast);
409 * ib_get_mcmember_rec - Looks up a multicast member record by its MGID and
411 * @device: Device associated with the multicast group.
412 * @port_num: Port on the specified device to associate with the multicast
414 * @mgid: MGID of multicast group.
415 * @rec: Location to copy SA multicast member record.
422 * an SA multicast member record.