Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c245 static void sge_txq_reclaim_handler(void *arg, int ncount);
1050 sge_txq_reclaim_handler(void *arg, int ncount) in sge_txq_reclaim_handler() function
2488 TASK_INIT(&q->txq[TXQ_ETH].qreclaim_task, 0, sge_txq_reclaim_handler, q); in t3_sge_alloc_qset()
2489 TASK_INIT(&q->txq[TXQ_OFLD].qreclaim_task, 0, sge_txq_reclaim_handler, q); in t3_sge_alloc_qset()