| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_dtsec.c | 382 void fman_dtsec_set_hash_table(struct dtsec_regs *regs, uint32_t crc, bool mcast, bool ghtx) in fman_dtsec_set_hash_table() argument 390 if (mcast) in fman_dtsec_set_hash_table() 414 void fman_dtsec_reset_filter_table(struct dtsec_regs *regs, bool mcast, bool ucast) in fman_dtsec_reset_filter_table() argument 421 if (ucast || (ghtx && mcast)) { in fman_dtsec_reset_filter_table() 425 if (mcast) { in fman_dtsec_reset_filter_table()
|
| H A D | dtsec.c | 897 bool mcast, ghtx; in DtsecAddHashMacAddress() local 905 mcast = (bool)((ethAddr & MAC_GROUP_ADDRESS) ? TRUE : FALSE); in DtsecAddHashMacAddress() 907 if (ghtx && !mcast) /* Cannot handle unicast mac addr when GHTX is on */ in DtsecAddHashMacAddress() 927 if (mcast) in DtsecAddHashMacAddress() 957 bool mcast, ghtx; in DtsecDelHashMacAddress() local 965 mcast = (bool)((ethAddr & MAC_GROUP_ADDRESS) ? TRUE : FALSE); in DtsecDelHashMacAddress() 967 if (ghtx && !mcast) /* Cannot handle unicast mac addr when GHTX is on */ in DtsecDelHashMacAddress() 977 if (mcast) in DtsecDelHashMacAddress()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 701 struct ecore_filter_mcast mcast; in qede_add_mcast_filters() local 716 memset(&mcast, 0, sizeof(mcast)); in qede_add_mcast_filters() 717 mcast.num_mc_addrs = mc_addrs_num; in qede_add_mcast_filters() 718 mcast.opcode = ECORE_FILTER_ADD; in qede_add_mcast_filters() 721 &mcast.mac[i]); in qede_add_mcast_filters() 722 rc = ecore_filter_mcast_cmd(edev, &mcast, ECORE_SPQ_MODE_CB, NULL); in qede_add_mcast_filters() 736 struct ecore_filter_mcast mcast; in qede_del_mcast_filters() local 740 memset(&mcast, 0, sizeof(mcast)); in qede_del_mcast_filters() 741 mcast.num_mc_addrs = qdev->num_mc_addr; in qede_del_mcast_filters() 742 mcast.opcode = ECORE_FILTER_REMOVE; in qede_del_mcast_filters() [all …]
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 363 int mcast; in nd6_ra_input() local 415 mcast = 0; in nd6_ra_input() 423 mcast = 1; in nd6_ra_input() 523 (void)prelist_update(&pr, dr, m, mcast); in nd6_ra_input() 1192 in6_ifadd(struct nd_prefixctl *pr, int mcast) in in6_ifadd() argument 1287 if (mcast) in in6_ifadd() 1476 struct mbuf *m, int mcast) in prelist_update() argument 1753 if ((ia6 = in6_ifadd(new, mcast)) != NULL) { in prelist_update()
|
| H A D | in6_mcast.c | 171 static SYSCTL_NODE(_net_inet6_ip6, OID_AUTO, mcast,
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_dtsec.h | 1018 bool mcast, bool ghtx); 1033 void fman_dtsec_reset_filter_table(struct dtsec_regs *regs, bool mcast,
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip.h | 492 status->mcast_l2_red_packets = stat10.s.mcast; in cvmx_pip_get_port_status() 494 status->mcast_l3_red_packets = stat11.s.mcast; in cvmx_pip_get_port_status()
|
| H A D | cvmx-pip-defs.h | 4610 uint64_t mcast : 32; /**< Number of packets with L2 Mulitcast DMAC member 4619 uint64_t mcast : 32; 4644 uint64_t mcast : 32; /**< Number of packets with L2 Mulitcast DMAC member 4653 uint64_t mcast : 32; 4688 uint64_t mcast : 32; /**< Number of packets with L3 Multicast Dest Address member 4700 uint64_t mcast : 32; 4728 uint64_t mcast : 32; /**< Number of packets with L3 Multicast Dest Address member 4740 uint64_t mcast : 32; 5838 uint64_t mcast : 32; /**< Number of packets with L2 Mulitcast DMAC member 5847 uint64_t mcast : 32; [all …]
|
| H A D | cvmx-sriomaintx-defs.h | 3588 uint32_t mcast : 1; /**< Reserved. */ member 3626 uint32_t mcast : 1;
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_proto.h | 428 struct mbuf *, int mcast);
|
| H A D | ieee80211_output.c | 127 int mcast; in ieee80211_vap_pkt_send_dest() local 173 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1: 0; in ieee80211_vap_pkt_send_dest() 215 if ((m->m_flags & M_EAPOL) == 0 && (! mcast)) { in ieee80211_vap_pkt_send_dest() 268 if ((! mcast) && in ieee80211_vap_pkt_send_dest() 279 } else if ((! mcast) && do_ff) { in ieee80211_vap_pkt_send_dest() 3698 ieee80211_beacon_update(struct ieee80211_node *ni, struct mbuf *m, int mcast) in ieee80211_beacon_update() argument 3940 if (mcast && tie->tim_count == 0) in ieee80211_beacon_update()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 2473 int len, mcast, error; in vxlan_encap4() local 2507 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap4() 2564 if (mcast != 0) in vxlan_encap4() 2585 int len, mcast, error; in vxlan_encap6() local 2618 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap6() 2682 if (mcast != 0) in vxlan_encap6()
|
| H A D | if_vlan.c | 1174 int error, len, mcast; in vlan_transmit() local 1186 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vlan_transmit() 1231 if_inc_counter(ifp, IFCOUNTER_OMCASTS, mcast); in vlan_transmit()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 1162 static struct in6_addr mcast = IN6ADDR_LINKLOCAL_ALLNODES_INIT; in carp_send_na() local 1171 nd6_na_output(sc->sc_carpdev, &mcast, in6, in carp_send_na()
|
| H A D | in_mcast.c | 180 static SYSCTL_NODE(_net_inet_ip, OID_AUTO, mcast,
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 557 } mcast; member
|