timer_handle      248 dev/cardbus/if_re_cardbus.c 	timeout_del(&sc->timer_handle);
timer_handle     1015 dev/ic/re.c    	timeout_set(&sc->timer_handle, re_tick, sc);
timer_handle     1469 dev/ic/re.c    	timeout_add(&sc->timer_handle, hz);
timer_handle     1515 dev/ic/re.c    			timeout_del(&sc->timer_handle);
timer_handle     1941 dev/ic/re.c    	timeout_add(&sc->timer_handle, hz);
timer_handle     2085 dev/ic/re.c    	timeout_del(&sc->timer_handle);
timer_handle      742 dev/ic/rtl81x9reg.h 	struct timeout		timer_handle;
timer_handle      235 dev/pci/if_em.c 	timeout_set(&sc->timer_handle, em_local_timer, sc);
timer_handle      731 dev/pci/if_em.c 	timeout_add(&sc->timer_handle, hz);
timer_handle      772 dev/pci/if_em.c 			timeout_del(&sc->timer_handle);
timer_handle      776 dev/pci/if_em.c 			timeout_add(&sc->timer_handle, hz); 
timer_handle     1318 dev/pci/if_em.c 	timeout_add(&sc->timer_handle, hz);
timer_handle     1382 dev/pci/if_em.c 	timeout_del(&sc->timer_handle);
timer_handle      326 dev/pci/if_em.h 	struct timeout	timer_handle;
timer_handle      174 dev/pci/if_ixgb.c 	timeout_set(&sc->timer_handle, ixgb_local_timer, sc);
timer_handle      528 dev/pci/if_ixgb.c 	timeout_add(&sc->timer_handle, hz);
timer_handle      569 dev/pci/if_ixgb.c 			timeout_del(&sc->timer_handle);
timer_handle      572 dev/pci/if_ixgb.c 			timeout_add(&sc->timer_handle, hz);
timer_handle      829 dev/pci/if_ixgb.c 	timeout_add(&sc->timer_handle, hz);
timer_handle      874 dev/pci/if_ixgb.c 	timeout_del(&sc->timer_handle);
timer_handle      243 dev/pci/if_ixgb.h 	struct timeout	timer_handle;
timer_handle      807 dev/pci/if_vge.c 	timeout_set(&sc->timer_handle, vge_tick, sc);
timer_handle     1213 dev/pci/if_vge.c 	timeout_add(&sc->timer_handle, hz);
timer_handle     1269 dev/pci/if_vge.c 			timeout_del(&sc->timer_handle);
timer_handle     1654 dev/pci/if_vge.c 	if (!timeout_pending(&sc->timer_handle))
timer_handle     1655 dev/pci/if_vge.c 		timeout_add(&sc->timer_handle, hz);
timer_handle     1843 dev/pci/if_vge.c 	if (timeout_pending(&sc->timer_handle))
timer_handle     1844 dev/pci/if_vge.c 		timeout_del(&sc->timer_handle);
timer_handle       88 dev/pci/if_vgevar.h 	struct timeout		timer_handle;