Searched refs:mpa_timer (Results 1 – 3 of 3) sorted by relevance
53 struct siw_cm_work *mpa_timer; member
248 if (cep->mpa_timer) { in siw_cancel_mpatimer()249 if (cancel_delayed_work(&cep->mpa_timer->work)) { in siw_cancel_mpatimer()251 kfree(cep->mpa_timer); /* not needed again */ in siw_cancel_mpatimer()253 cep->mpa_timer = NULL; in siw_cancel_mpatimer()1174 cep->mpa_timer = NULL; in siw_cm_work_handler()1207 cep->mpa_timer ? "y" : "n", in siw_cm_work_handler()1264 cep->mpa_timer = work; in siw_cm_queue_work()
102 struct erdma_cm_work *mpa_timer; member