Searched refs:multicast (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c114 struct ib_sa_multicast multicast; member in struct:mcast_member
221 * A multicast group has three types of members: full member, non member, and
236 * If a multicast group has zero members left for a particular join state, but
308 &member->multicast.rec,
309 member->multicast.comp_mask,
349 member->multicast.rec = group->rec;
350 member->multicast.rec.join_state = join_state;
360 return member->multicast.callback(status, &member->multicast);
384 adjust_membership(group, member->multicast
406 struct ib_sa_multicast *multicast; local
577 ib_sa_join_multicast(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, gfp_t gfp_mask, int (*callback)(int status, struct ib_sa_multicast *multicast), void *context) argument
587 struct ib_sa_multicast *multicast; local
632 ib_sa_free_multicast(struct ib_sa_multicast *multicast) argument
[all...]
H A DMakefile16 ib_sa-y := sa_query.o multicast.o notice.o local_sa.o
H A Dcma.c177 } multicast; member in struct:cma_multicast
327 kfree(mc->multicast.ib);
881 ib_sa_free_multicast(mc->multicast.ib);
2895 static int cma_ib_mc_handler(int status, struct ib_sa_multicast *multicast)
2898 struct cma_multicast *mc = multicast->context;
2909 status = ib_attach_mcast(id_priv->id.qp, &multicast->rec.mgid,
2910 multicast->rec.mlid);
2919 id_priv->id.port_num, &multicast->rec,
2922 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey);
3007 mc->multicast
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_sa.h305 struct ib_sa_multicast *multicast);
310 * ib_sa_join_multicast - Initiates a join request to the specified multicast
313 * @device: Device associated with the multicast group.
314 * @port_num: Port on the specified device to associate with the multicast
316 * @rec: SA multicast member record specifying group attributes.
323 * This call initiates a multicast join request with the SA for the specified
324 * multicast group. If the join operation is started successfully, it returns
325 * an ib_sa_multicast structure that is used to track the multicast operation.
334 * ENETRESET: Indicates that an fatal error has occurred on the multicast
343 *multicast),
[all...]
H A Drdma_cma.c162 } multicast; member in struct:cma_multicast
851 ib_sa_free_multicast(mc->multicast.ib);
2639 static int cma_ib_mc_handler(int status, struct ib_sa_multicast *multicast) argument
2642 struct cma_multicast *mc = multicast->context;
2652 status = ib_attach_mcast(id_priv->id.qp, &multicast->rec.mgid,
2653 multicast->rec.mlid);
2661 id_priv->id.port_num, &multicast->rec,
2664 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey);
2732 mc->multicast.ib = ib_sa_join_multicast(&sa_client, id_priv->id.device,
2736 if (IS_ERR(mc->multicast
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Diapp.c84 /* ADD-notify - multicast UDP on the local LAN */
178 struct in_addr own, multicast; member in struct:iapp_data
209 addr.sin_addr.s_addr = iapp->multicast.s_addr;
452 inet_aton(IAPP_MULTICAST, &iapp->multicast);
465 mreq.imr_multiaddr = iapp->multicast;
519 mreq.imr_multiaddr = iapp->multicast;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_sa.h422 struct ib_sa_multicast *multicast);
427 * ib_sa_join_multicast - Initiates a join request to the specified multicast
430 * @device: Device associated with the multicast group.
431 * @port_num: Port on the specified device to associate with the multicast
433 * @rec: SA multicast member record specifying group attributes.
440 * This call initiates a multicast join request with the SA for the specified
441 * multicast group. If the join operation is started successfully, it returns
442 * an ib_sa_multicast structure that is used to track the multicast operation.
451 * -ENETRESET: Indicates that an fatal error has occurred on the multicast
460 *multicast),
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c208 return "multicast forwarding table get failed";
389 int multicast = 0, startlid = 0, endlid = 0; local
439 multicast++;
486 if (multicast)
H A Dibtracert.c709 fprintf(stderr, "\t\t%s -m 0xc000 4 16\t# show multicast path of mlid 0xc000 between lids 4 and 16\n", basename);
721 int dumplevel = 2, dest_type = IB_DEST_LID, multicast = 0, mlid = 0; local
778 multicast++;
845 if (!multicast) {
858 IBERROR("can't find a multicast route from src to dest");
860 /* dump multicast path */
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.h185 DWORD multicast; /* multicast packets received */ member in struct:net_device_stats
H A Dscanner.l274 multicast return TK_MULTICAST;
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in127 $daemonversion =~ s/multicast/mc/;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c45 "Enable multicast debug tracing if > 0");
64 ipoib_dbg_mcast(mcast->priv, "deleting multicast group %16D\n",
176 ipoib_warn(priv, "multicast group %16D already attached\n",
185 ipoib_warn(priv, "couldn't attach QP to multicast group %16D\n",
240 struct ib_sa_multicast *multicast)
242 struct ipoib_mcast *mcast = multicast->context;
250 status = ipoib_mcast_join_finish(mcast, &multicast->rec);
254 ipoib_dbg_mcast(priv, "multicast join failed for %16D, status %d\n",
281 ipoib_dbg_mcast(priv, "device shutting down, no multicast joins\n");
286 ipoib_dbg_mcast(priv, "multicast entr
239 ipoib_mcast_sendonly_join_complete(int status, struct ib_sa_multicast *multicast) argument
335 ipoib_mcast_join_complete(int status, struct ib_sa_multicast *multicast) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_mcmember_record.c401 * o15-0.2.1: If SA supports UD multicast, then if SA receives a SubnAdmSet()
566 * A multicast GID is considered to be invalid if:
570 * 14) The multicast GID format is (bytes are comma sep):
579 * multicast GID.
583 * multicast GID. See RFC 2373 and RFC 2375 as reference
586 * multicast GID.
587 * c) Scope is a 4-bit multicast scope value used to limit the scope of
588 * the multicast group. The following table defines scope value and
611 if (p_mcm_rec->mgid.multicast.header[0] != 0xFF) {
614 cl_ntoh16(p_mcm_rec->mgid.multicast
[all...]
/freebsd-9.3-release/contrib/libpcap/pcap/
H A Dpcap.h191 u_long multicast; /* multicast packets received */ member in struct:pcap_stat_ex
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c82 /* UnTrusted (SMKey of 0) - get the multicast groups */
87 "Failed getting the multicast groups records - %s/%s\n",
104 /* Trusted - now get the multicast group members */
110 "Failed getting the multicast group members records - %s/%s\n",
281 /* given a multicast request send and wait for response. */
503 0xff, /* multicast field */
513 0xff, /* multicast field */
523 0xff, /* multicast field */
578 /* scan all available multicast groups in the DB and fill in the table */
617 "Joining an existing IPoIB multicast grou
[all...]
/freebsd-9.3-release/share/man/man4/
H A DMakefile255 multicast.4 \
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY21 keep state doesn't work with multicast/broadcast packets (makes UPnP easier)
578 multicast message
/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c221 u_long multicast; /* multicast packets received */ member in struct:net_device_stats
/freebsd-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h185 * Lowest valid multicast LID value.
197 * Highest valid multicast LID value.
308 * Number of port mask entries in a multicast forwarding table block.
319 * Number of port mask bits in each entry in the multicast forwarding table.
330 * Mask (host order) to recover the multicast block position.
341 * Maximum value for the multicast block position.
352 * Shift value to normalize the multicast block position value.
1121 * Switch multicast forwarding table
1998 * Defines the join state flags for multicast group management.
2116 } PACK_SUFFIX multicast; member in union:_ib_gid
[all...]

Completed in 192 milliseconds