Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/erdma/
Derdma_cm.c131 if (cep->mpa_timer) { in erdma_cancel_mpatimer()
132 if (cancel_delayed_work(&cep->mpa_timer->work)) { in erdma_cancel_mpatimer()
134 kfree(cep->mpa_timer); in erdma_cancel_mpatimer()
136 cep->mpa_timer = NULL; in erdma_cancel_mpatimer()
762 cep->mpa_timer = NULL; in erdma_cm_work_handler()
828 cep->mpa_timer = NULL; in erdma_cm_work_handler()
907 cep->mpa_timer = work; in erdma_cm_queue_work()
914 cep->mpa_timer = work; in erdma_cm_queue_work()
Derdma_cm.h102 struct erdma_cm_work *mpa_timer; member
/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_cm.h53 struct siw_cm_work *mpa_timer; member
Dsiw_cm.c202 if (cep->mpa_timer) { in siw_cancel_mpatimer()
203 if (cancel_delayed_work(&cep->mpa_timer->work)) { in siw_cancel_mpatimer()
205 kfree(cep->mpa_timer); /* not needed again */ in siw_cancel_mpatimer()
207 cep->mpa_timer = NULL; in siw_cancel_mpatimer()
1109 cep->mpa_timer = NULL; in siw_cm_work_handler()
1142 cep->mpa_timer ? "y" : "n", in siw_cm_work_handler()
1200 cep->mpa_timer = work; in siw_cm_queue_work()