Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dif_ptnet.c220 static void ptnet_rx_task(void *context, int pending);
684 NET_TASK_INIT(&pq->task, 0, ptnet_rx_task, pq); in ptnet_irqs_init()
1903 ptnet_rx_task(void *context, int pending) in ptnet_rx_task() function