Searched refs:iboe_join (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cma.c | 360 } iboe_join; member 1864 cancel_work_sync(&mc->iboe_join.work); in destroy_mc() 2737 container_of(work, struct cma_multicast, iboe_join.work); in cma_iboe_join_work_handler() 2738 struct rdma_cm_event *event = &mc->iboe_join.event; in cma_iboe_join_work_handler() 4770 INIT_WORK(&mc->iboe_join.work, cma_iboe_join_work_handler); in cma_iboe_join_multicast() 4771 cma_make_mc_event(0, id_priv, &ib, &mc->iboe_join.event, mc); in cma_iboe_join_multicast() 4772 queue_work(cma_wq, &mc->iboe_join.work); in cma_iboe_join_multicast()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cma.c | 361 } iboe_join; member 2012 cancel_work_sync(&mc->iboe_join.work); in destroy_mc() 2977 container_of(work, struct cma_multicast, iboe_join.work); in cma_iboe_join_work_handler() 2978 struct rdma_cm_event *event = &mc->iboe_join.event; in cma_iboe_join_work_handler() 5015 INIT_WORK(&mc->iboe_join.work, cma_iboe_join_work_handler); in cma_iboe_join_multicast() 5016 cma_make_mc_event(0, id_priv, &ib, &mc->iboe_join.event, mc); in cma_iboe_join_multicast() 5017 queue_work(cma_wq, &mc->iboe_join.work); in cma_iboe_join_multicast()
|
Completed in 14 milliseconds