Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/ixgbe/
Dix_txrx.c278 enqueued = percpu_getref(sc->txr_wq_enqueued); in ixgbe_mq_start()
281 percpu_putref(sc->txr_wq_enqueued); in ixgbe_mq_start()
285 percpu_putref(sc->txr_wq_enqueued); in ixgbe_mq_start()
378 u_int *enqueued = percpu_getref(sc->txr_wq_enqueued); in ixgbe_deferred_mq_start_work()
380 percpu_putref(sc->txr_wq_enqueued); in ixgbe_deferred_mq_start_work()
Dixgbe.h552 percpu_t *txr_wq_enqueued; member
Dixv.c1570 if (sc->txr_wq_enqueued != NULL) in ixv_free_deferred_handlers()
1571 percpu_free(sc->txr_wq_enqueued, sizeof(u_int)); in ixv_free_deferred_handlers()
3446 sc->txr_wq_enqueued = percpu_alloc(sizeof(u_int)); in ixv_allocate_msix()
Dixgbe.c3662 if (sc->txr_wq_enqueued != NULL) in ixgbe_free_deferred_handlers()
3663 percpu_free(sc->txr_wq_enqueued, sizeof(u_int)); in ixgbe_free_deferred_handlers()
6831 sc->txr_wq_enqueued = percpu_alloc(sizeof(u_int)); in ixgbe_allocate_legacy()
7001 sc->txr_wq_enqueued = percpu_alloc(sizeof(u_int)); in ixgbe_allocate_msix()