Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dlcs.h315 int tx_emitted; member
Dlcs.c419 card->tx_emitted = 0; in lcs_setup_card()
1490 card->tx_emitted++; in __lcs_emit_txbuffer()
1508 card->tx_emitted--; in lcs_txbuffer_cb()
1509 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in lcs_txbuffer_cb()
1576 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in __lcs_start_xmit()