Home
last modified time | relevance | path

Searched refs:is_mcast (Results 1 – 6 of 6) sorted by relevance

/src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_ah.c80 int is_mcast = 0; in create_iboe_ah() local
89 is_mcast = 1; in create_iboe_ah()
123 if (is_mcast) in create_iboe_ah()
/src/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.h21 bool is_mcast);
H A Ddp_tx.c228 bool is_mcast) in ath12k_dp_tx() argument
501 if (is_mcast) in ath12k_dp_tx()
H A Dmac.c9146 bool is_mcast = false; in ath12k_mac_op_tx() local
9196 is_mcast = is_multicast_ether_addr(eth->h_dest); in ath12k_mac_op_tx()
9213 is_mcast = is_multicast_ether_addr(hdr->addr1); in ath12k_mac_op_tx()
9226 if (!vif->valid_links || !is_mcast || is_dvlan || in ath12k_mac_op_tx()
9229 ret = ath12k_dp_tx(ar, arvif, skb, false, 0, is_mcast); in ath12k_mac_op_tx()
9291 msdu_copied, true, mcbc_gsn, is_mcast); in ath12k_mac_op_tx()
/src/sys/dev/rge/
H A Dif_rge.c2313 bool is_mcast; in rge_txeof() local
2339 is_mcast = ((txq->txq_mbuf->m_flags & M_MCAST) != 0); in rge_txeof()
2352 if (is_mcast) in rge_txeof()
/src/sys/net80211/
H A Dieee80211_output.c1473 int hdrsize, hdrspace, datalen, addqos, txfrag, is4addr, is_mcast; in ieee80211_encap() local
1480 is_mcast = !! (m->m_flags & (M_MCAST | M_BCAST)); in ieee80211_encap()
1551 (((is_mcast == 0) && (ni->ni_flags & in ieee80211_encap()