Searched refs:cvm_do_timer (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet.c | 129 static void cvm_do_timer(void *arg) in cvm_do_timer() function 168 callout_reset(&cvm_oct_poll_timer, hz / 50, cvm_do_timer, NULL); in cvm_do_timer() 178 callout_reset(&cvm_oct_poll_timer, hz / 50, cvm_do_timer, NULL); in cvm_do_timer() 182 callout_reset(&cvm_oct_poll_timer, hz, cvm_do_timer, NULL); in cvm_do_timer() 456 callout_reset(&cvm_oct_poll_timer, hz, cvm_do_timer, NULL); in cvm_oct_init_module()
|