| /linux-4.4.14/drivers/infiniband/ulp/ipoib/ | 
| D | ipoib_multicast.c | 71 					       struct ipoib_mcast *mcast,  in __ipoib_mcast_schedule_join_thread()109 void ipoib_mcast_free(struct ipoib_mcast *mcast)  in ipoib_mcast_free()
 138 	struct ipoib_mcast *mcast;  in ipoib_mcast_alloc()  local
 162 		struct ipoib_mcast *mcast;  in __ipoib_mcast_find()  local
 180 static int __ipoib_mcast_add(struct net_device *dev, struct ipoib_mcast *mcast)  in __ipoib_mcast_add()
 208 static int ipoib_mcast_join_finish(struct ipoib_mcast *mcast,  in ipoib_mcast_join_finish()
 360 	struct ipoib_mcast *mcast = multicast->context;  in ipoib_mcast_join_complete()  local
 462 static int ipoib_mcast_join(struct net_device *dev, struct ipoib_mcast *mcast)  in ipoib_mcast_join()
 561 	struct ipoib_mcast *mcast = NULL;  in ipoib_mcast_join_task()  local
 690 int ipoib_mcast_leave(struct net_device *dev, struct ipoib_mcast *mcast)  in ipoib_mcast_leave()
 [all …]
 
 | 
| D | ipoib_main.c | 1153 	struct ipoib_mcast *mcast, *tmcast;  in __ipoib_reap_neigh()  local
 | 
| /linux-4.4.14/drivers/staging/rdma/ipath/ | 
| D | ipath_verbs_mcast.c | 86 	struct ipath_mcast *mcast;  in ipath_mcast_alloc()  local102 static void ipath_mcast_free(struct ipath_mcast *mcast)  in ipath_mcast_free()
 124 	struct ipath_mcast *mcast;  in ipath_mcast_find()  local
 163 			   struct ipath_mcast *mcast,  in ipath_mcast_add()
 239 	struct ipath_mcast *mcast;  in ipath_multicast_attach()  local
 288 	struct ipath_mcast *mcast = NULL;  in ipath_multicast_detach()  local
 
 | 
| D | ipath_verbs.c | 643 		struct ipath_mcast *mcast;  in ipath_ib_rcv()  local
 | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | verbs_mcast.c | 93 	struct hfi1_mcast *mcast;  in mcast_alloc()  local109 static void mcast_free(struct hfi1_mcast *mcast)  in mcast_free()
 132 	struct hfi1_mcast *mcast;  in hfi1_mcast_find()  local
 171 		     struct hfi1_mcast *mcast, struct hfi1_mcast_qp *mqp)  in mcast_add()
 247 	struct hfi1_mcast *mcast;  in hfi1_multicast_attach()  local
 305 	struct hfi1_mcast *mcast = NULL;  in hfi1_multicast_detach()  local
 
 | 
| D | verbs.c | 648 		struct hfi1_mcast *mcast;  in hfi1_ib_rcv()  local
 | 
| /linux-4.4.14/drivers/infiniband/hw/qib/ | 
| D | qib_verbs_mcast.c | 76 	struct qib_mcast *mcast;  in qib_mcast_alloc()  local92 static void qib_mcast_free(struct qib_mcast *mcast)  in qib_mcast_free()
 115 	struct qib_mcast *mcast;  in qib_mcast_find()  local
 154 			 struct qib_mcast *mcast, struct qib_mcast_qp *mqp)  in qib_mcast_add()
 230 	struct qib_mcast *mcast;  in qib_multicast_attach()  local
 288 	struct qib_mcast *mcast = NULL;  in qib_multicast_detach()  local
 
 | 
| D | qib_verbs.c | 674 		struct qib_mcast *mcast;  in qib_ib_rcv()  local
 | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ | 
| D | sta.c | 1243 				struct ieee80211_key_conf *keyconf, bool mcast,  in iwl_mvm_send_sta_key()1379 				 bool mcast)  in __iwl_mvm_set_sta_key()
 1412 				    bool mcast)  in __iwl_mvm_remove_sta_key()
 1454 	bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);  in iwl_mvm_set_sta_key()  local
 1541 	bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);  in iwl_mvm_remove_sta_key()  local
 1594 	bool mcast = !(keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE);  in iwl_mvm_update_tkip_key()  local
 
 | 
| /linux-4.4.14/drivers/net/xen-netback/ | 
| D | netback.c | 1217 	struct xenvif_mcast_addr *mcast;  in xenvif_mcast_add()  local1239 	struct xenvif_mcast_addr *mcast;  in xenvif_mcast_del()  local
 1253 	struct xenvif_mcast_addr *mcast;  in xenvif_mcast_match()  local
 1273 		struct xenvif_mcast_addr *mcast;  in xenvif_mcast_addr_list_free()  local
 
 | 
| /linux-4.4.14/include/xen/interface/io/ | 
| D | netif.h | 208 		} mcast;  member
 | 
| /linux-4.4.14/drivers/net/wireless/ath/wil6210/ | 
| D | rx_reorder.c | 102 	int mcast = wil_rxdesc_mcast(d);  in wil_rx_reorder()  local
 | 
| D | txrx.c | 567 	int mcast = is_multicast_ether_addr(eth->h_dest);  in wil_netif_rx_any()  local1507 	bool mcast = (vring_index == wil->bcast_vring);  in __wil_tx_vring()  local
 
 | 
| /linux-4.4.14/include/linux/qed/ | 
| D | qed_eth_if.h | 81 	struct qed_filter_mcast_params mcast;  member
 | 
| /linux-4.4.14/drivers/net/ipvlan/ | 
| D | ipvlan_core.c | 20 			    unsigned int len, bool success, bool mcast)  in ipvlan_count_rx()
 | 
| /linux-4.4.14/drivers/net/ethernet/atheros/atlx/ | 
| D | atl2.h | 257 	unsigned mcast:1;	/* multicast packet */  member306 	unsigned mcast:1;	/* current packet is multicast */  member
 
 | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | uverbs_main.c | 200 	struct ib_uverbs_mcast_entry *mcast, *tmp;  in ib_uverbs_detach_umcast()  local
 | 
| D | uverbs_cmd.c | 2948 	struct ib_uverbs_mcast_entry *mcast;  in ib_uverbs_attach_mcast()  local2996 	struct ib_uverbs_mcast_entry *mcast;  in ib_uverbs_detach_mcast()  local
 
 | 
| /linux-4.4.14/drivers/net/wireless/orinoco/ | 
| D | wext.c | 673 	u16 enable, period, timeout, mcast;  in orinoco_ioctl_getpower()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ | 
| D | hns_dsaf_main.c | 476 	struct dsaf_tbl_tcam_mcast_cfg *mcast)  in hns_dsaf_tbl_tcam_mcast_cfg()
 | 
| /linux-4.4.14/drivers/net/usb/ | 
| D | smsc75xx.c | 1834 			const u8 mcast[] = {0x01, 0x00, 0x5E};  in smsc75xx_suspend()  local
 | 
| D | smsc95xx.c | 1524 			const u8 mcast[] = {0x01, 0x00, 0x5E};  in smsc95xx_suspend()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ | 
| D | bfi_enet.h | 690 	u64 mcast;  member709 	u64 mcast;  member
 
 | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_l2.c | 1619 	struct qed_filter_mcast mcast;  in qed_configure_filter_mcast()  local
 | 
| /linux-4.4.14/arch/mips/include/asm/octeon/ | 
| D | cvmx-pip-defs.h | 2428 		uint64_t mcast:32;  member2443 		uint64_t mcast:32;  member
 2465 		uint64_t mcast:32;  member
 2480 		uint64_t mcast:32;  member
 3251 		uint64_t mcast:32;  member
 3267 		uint64_t mcast:32;  member
 
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_sriov.c | 555 	struct bnx2x_mcast_ramrod_params mcast;  in bnx2x_vf_mcast()  local
 | 
| D | bnx2x_sp.h | 150 	} mcast;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/micrel/ | 
| D | ks8851_mll.c | 1167 static void ks_set_mcast(struct ks_net *ks, u16 mcast)  in ks_set_mcast()
 | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ | 
| D | qlge_main.c | 4304 	unsigned long pkts, mcast, dropped, errors, bytes;  in qlge_get_stats()  local
 | 
| /linux-4.4.14/net/batman-adv/ | 
| D | types.h | 836 	struct batadv_priv_mcast mcast;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4.h | 810 	__be32 mcast;  member
 | 
| /linux-4.4.14/drivers/net/wireless/ | 
| D | airo.c | 1491 		int mcast = eth->da[0] & 1;  in decapsulate()  local1555 static int RxSeqValid (struct airo_info *ai,miccntx *context,int mcast,u32 micSeq)  in RxSeqValid()
 
 | 
| D | mwl8k.c | 3607 mwl8k_cmd_use_fixed_rate_ap(struct ieee80211_hw *hw, int mcast, int mgmt)  in mwl8k_cmd_use_fixed_rate_ap()
 |