Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dif_ptnet.c193 static void ptnet_tx_task(void *context, int pending);
682 TASK_INIT(&pq->task, 0, ptnet_tx_task, pq); in ptnet_irqs_init()
1912 ptnet_tx_task(void *context, int pending) in ptnet_tx_task() function