Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/em/
H A Dif_em.h325 int tx_running; member
H A Dif_em.c474 if (adapter->tx_running > 0) { in em_try_txgc()
475 adapter->tx_running -= dec; in em_try_txgc()
476 if (adapter->tx_running <= 0 && adapter->tx_nmbuf && in em_try_txgc()
1210 adapter->tx_running = EM_TX_RUNNING; in em_start()
2349 adapter->tx_running = 0; in em_stop()
2963 adapter->tx_running = 0; in em_init_tx_ring()
3271 adapter->tx_running = EM_TX_RUNNING; in em_txeof()
3287 adapter->tx_running = EM_TX_RUNNING; in em_tx_collect()
3334 adapter->tx_running = EM_TX_RUNNING; in em_tx_collect()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h262 int16_t tx_running; member
H A Dif_emx.c416 if (tdata->tx_running > 0) { in emx_try_txgc()
417 tdata->tx_running -= dec; in emx_try_txgc()
418 if (tdata->tx_running <= 0 && tdata->tx_nmbuf && in emx_try_txgc()
1156 tdata->tx_running = EMX_TX_RUNNING; in emx_start()
2040 tdata->tx_running = 0; in emx_stop()
2461 tdata->tx_running = 0; in emx_init_tx_ring()
2805 tdata->tx_running = EMX_TX_RUNNING; in emx_txeof()
2820 tdata->tx_running = EMX_TX_RUNNING; in emx_tx_collect()
2867 tdata->tx_running = EMX_TX_RUNNING; in emx_tx_collect()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.h227 int8_t tx_running; member
H A Dif_ix.c342 if (txr->tx_running > 0) { in ix_try_txgc()
343 txr->tx_running -= dec; in ix_try_txgc()
344 if (txr->tx_running <= 0 && txr->tx_nmbuf && in ix_try_txgc()
811 txr->tx_running = IX_TX_RUNNING; in ix_start()
1766 txr->tx_running = 0; in ix_stop()
2139 txr->tx_running = 0; in ix_init_tx_ring()
2386 txr->tx_running = IX_TX_RUNNING; in ix_txeof()
2423 txr->tx_running = IX_TX_RUNNING; in ix_txgc()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h238 int16_t tx_running; member
H A Dif_igb.c318 if (txr->tx_running > 0) { in igb_try_txgc()
319 txr->tx_running -= dec; in igb_try_txgc()
320 if (txr->tx_running <= 0 && txr->tx_nmbuf && in igb_try_txgc()
1446 txr->tx_running = 0; in igb_stop()
2025 txr->tx_running = 0; in igb_init_tx_ring()
2216 txr->tx_running = IGB_TX_RUNNING; in igb_txeof()
2254 txr->tx_running = IGB_TX_RUNNING; in igb_txgc()
3729 txr->tx_running = IGB_TX_RUNNING; in igb_start()