Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otus.c156 static void otus_tx_task(void *, int pending);
300 TASK_INIT(&sc->tx_task, 0, otus_tx_task, sc); in otus_attach()
522 otus_tx_task(void *arg, int pending) in otus_tx_task() function