Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/net/
Dlcs.h315 int tx_emitted; member
Dlcs.c419 card->tx_emitted = 0; in lcs_setup_card()
1491 card->tx_emitted++; in __lcs_emit_txbuffer()
1509 card->tx_emitted--; in lcs_txbuffer_cb()
1510 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in lcs_txbuffer_cb()
1577 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in __lcs_start_xmit()