Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Dcma.c361 } iboe_join; member
1985 cancel_work_sync(&mc->iboe_join.work); in destroy_mc()
2947 container_of(work, struct cma_multicast, iboe_join.work); in cma_iboe_join_work_handler()
2948 struct rdma_cm_event *event = &mc->iboe_join.event; in cma_iboe_join_work_handler()
4971 INIT_WORK(&mc->iboe_join.work, cma_iboe_join_work_handler); in cma_iboe_join_multicast()
4972 cma_make_mc_event(0, id_priv, &ib, &mc->iboe_join.event, mc); in cma_iboe_join_multicast()
4973 queue_work(cma_wq, &mc->iboe_join.work); in cma_iboe_join_multicast()