Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.c132 if (cep->mpa_timer) { in erdma_cancel_mpatimer()
133 if (cancel_delayed_work(&cep->mpa_timer->work)) { in erdma_cancel_mpatimer()
135 kfree(cep->mpa_timer); in erdma_cancel_mpatimer()
137 cep->mpa_timer = NULL; in erdma_cancel_mpatimer()
763 cep->mpa_timer = NULL; in erdma_cm_work_handler()
829 cep->mpa_timer = NULL; in erdma_cm_work_handler()
908 cep->mpa_timer = work; in erdma_cm_queue_work()
915 cep->mpa_timer = work; in erdma_cm_queue_work()
H A Derdma_cm.h102 struct erdma_cm_work *mpa_timer; member
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h53 struct siw_cm_work *mpa_timer; member
H A Dsiw_cm.c205 if (cep->mpa_timer) { in siw_cancel_mpatimer()
206 if (cancel_delayed_work(&cep->mpa_timer->work)) { in siw_cancel_mpatimer()
208 kfree(cep->mpa_timer); /* not needed again */ in siw_cancel_mpatimer()
210 cep->mpa_timer = NULL; in siw_cancel_mpatimer()
1116 cep->mpa_timer = NULL; in siw_cm_work_handler()
1149 cep->mpa_timer ? "y" : "n", in siw_cm_work_handler()
1207 cep->mpa_timer = work; in siw_cm_queue_work()