Home
last modified time | relevance | path

Searched refs:rxe_lookup_mcg (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_mcast.c143 struct rxe_mcg *rxe_lookup_mcg(struct rxe_dev *rxe, union ib_gid *mgid) in rxe_lookup_mcg() function
197 mcg = rxe_lookup_mcg(rxe, mgid); in rxe_get_mcg()
471 mcg = rxe_lookup_mcg(rxe, mgid); in rxe_detach_mcast()
Drxe_loc.h43 struct rxe_mcg *rxe_lookup_mcg(struct rxe_dev *rxe, union ib_gid *mgid);
Drxe_recv.c198 mcg = rxe_lookup_mcg(rxe, &dgid); in rxe_rcv_mcast_pkt()