Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dcma.c349 } iboe_join; member
2016 struct rdma_cm_event *event = &mc->iboe_join.event; in destroy_mc()
2038 cancel_work_sync(&mc->iboe_join.work); in destroy_mc()
3007 container_of(work, struct cma_multicast, iboe_join.work); in cma_iboe_join_work_handler()
3008 struct rdma_cm_event *event = &mc->iboe_join.event; in cma_iboe_join_work_handler()
5078 INIT_WORK(&mc->iboe_join.work, cma_iboe_join_work_handler); in cma_iboe_join_multicast()
5079 cma_make_mc_event(0, id_priv, &ib, &mc->iboe_join.event, mc); in cma_iboe_join_multicast()
5080 queue_work(cma_wq, &mc->iboe_join.work); in cma_iboe_join_multicast()