Home
last modified time | relevance | path

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

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