Home
last modified time | relevance | path

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

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