Searched refs:sm_offline_tid (Results 1 – 2 of 2) sorted by relevance
1097 if (fcsm->sm_offline_tid != NULL) { in fcsm_suspend_port()1100 tid = fcsm->sm_offline_tid; in fcsm_suspend_port()1101 fcsm->sm_offline_tid = (timeout_id_t)NULL; in fcsm_suspend_port()1135 fcsm->sm_offline_tid == NULL && in fcsm_resume_port()1137 fcsm->sm_offline_tid = timeout(fcsm_offline_timeout, in fcsm_resume_port()1190 if (fcsm->sm_offline_tid != NULL) { in fcsm_cleanup_port()1193 tid = fcsm->sm_offline_tid; in fcsm_cleanup_port()1194 fcsm->sm_offline_tid = (timeout_id_t)NULL; in fcsm_cleanup_port()1316 if (fcsm->sm_offline_tid == NULL) { in fcsm_statec_cb()1324 fcsm->sm_offline_tid = timeout(fcsm_offline_timeout, in fcsm_statec_cb()[all …]
120 timeout_id_t sm_offline_tid; /* offline timer */ member