Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/net/
Dlcs.h315 int tx_emitted; member
Dlcs.c414 card->tx_emitted = 0; in lcs_setup_card()
1486 card->tx_emitted++; in __lcs_emit_txbuffer()
1504 card->tx_emitted--; in lcs_txbuffer_cb()
1505 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in lcs_txbuffer_cb()
1571 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in __lcs_start_xmit()