Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/core/
Dcma.c361 } iboe_join; member
2014 cancel_work_sync(&mc->iboe_join.work); in destroy_mc()
2979 container_of(work, struct cma_multicast, iboe_join.work); in cma_iboe_join_work_handler()
2980 struct rdma_cm_event *event = &mc->iboe_join.event; in cma_iboe_join_work_handler()
5017 INIT_WORK(&mc->iboe_join.work, cma_iboe_join_work_handler); in cma_iboe_join_multicast()
5018 cma_make_mc_event(0, id_priv, &ib, &mc->iboe_join.event, mc); in cma_iboe_join_multicast()
5019 queue_work(cma_wq, &mc->iboe_join.work); in cma_iboe_join_multicast()