Home
last modified time | relevance | path

Searched refs:mcg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c94 rb_erase(&mcg->node, &mcg->rxe->mcg_tree); in __rxe_remove_mcg()
130 return mcg; in __rxe_lookup_mcg()
151 return mcg; in rxe_lookup_mcg()
166 memcpy(&mcg->mgid, mgid, sizeof(mcg->mgid)); in __rxe_init_mcg()
198 if (mcg) in rxe_get_mcg()
208 mcg = kzalloc(sizeof(*mcg), GFP_KERNEL); in rxe_get_mcg()
209 if (!mcg) { in rxe_get_mcg()
232 kfree(mcg); in rxe_get_mcg()
246 kfree(mcg); in rxe_cleanup_mcg()
276 rxe_mcast_del(mcg->rxe, &mcg->mgid); in rxe_destroy_mcg()
[all …]
H A Drxe_recv.c193 struct rxe_mcg *mcg; in rxe_rcv_mcast_pkt() local
206 mcg = rxe_lookup_mcg(rxe, &dgid); in rxe_rcv_mcast_pkt()
207 if (!mcg) in rxe_rcv_mcast_pkt()
217 list_for_each_entry(mca, &mcg->qp_list, qp_list) { in rxe_rcv_mcast_pkt()
233 if (mca->qp_list.next != &mcg->qp_list) { in rxe_rcv_mcast_pkt()
260 kref_put(&mcg->ref_cnt, rxe_cleanup_mcg); in rxe_rcv_mcast_pkt()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A DMakefile4 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A DMakefile5 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c220 #define mc_recoverable(mcg) (((mcg) & (MCG_STATUS_RIPV|MCG_STATUS_EIPV)) == \ argument
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py544 mcg = self.new_mcast_group(elem)
545 self.mcast_groups[elem['name']] = mcg
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile15 health.o mcg.o cq.o alloc.o port.o mr.o pd.o \