Searched refs:QETH_TXQ_STAT_INC (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 1317 QETH_TXQ_STAT_INC(queue, bufs); in qeth_tx_complete_buf() 1336 QETH_TXQ_STAT_INC(queue, skbs_sg); in qeth_tx_complete_buf() 1338 QETH_TXQ_STAT_INC(queue, skbs_tso); in qeth_tx_complete_buf() 1356 QETH_TXQ_STAT_INC(queue, completion_irq); in qeth_clear_output_buffer() 2588 QETH_TXQ_STAT_INC(queue, completion_timer); in qeth_tx_completion_timer() 3531 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_packing_if_needed() 3550 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_nonpacking_if_needed() 3626 QETH_TXQ_STAT_INC(queue, doorbell); in qeth_flush_buffers() 3642 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers() 3647 QETH_TXQ_STAT_INC(queu in qeth_flush_buffers() [all...] |
H A D | qeth_core.h | 439 #define QETH_TXQ_STAT_INC(_q, _stat) QETH_TXQ_STAT_ADD(_q, _stat, 1) macro
|
H A D | qeth_l3_main.c | 1775 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l3_hard_start_xmit()
|
H A D | qeth_l2_main.c | 517 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l2_hard_start_xmit()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 1396 QETH_TXQ_STAT_INC(queue, bufs); in qeth_tx_complete_buf() 1415 QETH_TXQ_STAT_INC(queue, skbs_sg); in qeth_tx_complete_buf() 1417 QETH_TXQ_STAT_INC(queue, skbs_tso); in qeth_tx_complete_buf() 2651 QETH_TXQ_STAT_INC(queue, completion_timer); in qeth_tx_completion_timer() 3594 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_packing_if_needed() 3613 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_nonpacking_if_needed() 3678 QETH_TXQ_STAT_INC(queue, doorbell); in qeth_flush_buffers() 3690 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers() 4033 QETH_TXQ_STAT_INC(queue, skbs_linearized_fail); in qeth_add_hw_header() 4037 QETH_TXQ_STAT_INC(queu in qeth_add_hw_header() [all...] |
H A D | qeth_core.h | 448 #define QETH_TXQ_STAT_INC(_q, _stat) QETH_TXQ_STAT_ADD(_q, _stat, 1) macro
|
H A D | qeth_l2_main.c | 560 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l2_hard_start_xmit()
|
H A D | qeth_l3_main.c | 1782 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l3_hard_start_xmit()
|
Completed in 40 milliseconds