Home
last modified time | relevance | path

Searched refs:tx_emitted (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.h315 int tx_emitted; member
H A 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()
1575 if (card->tx_emitted <= 0 && card->tx_buffer != NULL) in __lcs_start_xmit()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.h315 int tx_emitted; member
H A 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()

Completed in 8 milliseconds