Home
last modified time | relevance | path

Searched refs:QETH_TXQ_STAT_INC (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/s390/net/
Dqeth_core_main.c1273 QETH_TXQ_STAT_INC(queue, bufs); in qeth_tx_complete_buf()
1292 QETH_TXQ_STAT_INC(queue, skbs_sg); in qeth_tx_complete_buf()
1294 QETH_TXQ_STAT_INC(queue, skbs_tso); in qeth_tx_complete_buf()
1312 QETH_TXQ_STAT_INC(queue, completion_irq); in qeth_clear_output_buffer()
2544 QETH_TXQ_STAT_INC(queue, completion_timer); in qeth_tx_completion_timer()
3485 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_packing_if_needed()
3504 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_nonpacking_if_needed()
3580 QETH_TXQ_STAT_INC(queue, doorbell); in qeth_flush_buffers()
3596 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers()
3601 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers()
[all …]
Dqeth_core.h439 #define QETH_TXQ_STAT_INC(_q, _stat) QETH_TXQ_STAT_ADD(_q, _stat, 1) macro
Dqeth_l3_main.c1771 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l3_hard_start_xmit()
Dqeth_l2_main.c517 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l2_hard_start_xmit()