Searched refs:QETH_TXQ_STAT_INC (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_core_main.c | 1097 QETH_TXQ_STAT_INC(queue, bufs); in qeth_tx_complete_buf() 1113 QETH_TXQ_STAT_INC(queue, skbs_sg); in qeth_tx_complete_buf() 1115 QETH_TXQ_STAT_INC(queue, skbs_tso); in qeth_tx_complete_buf() 2295 QETH_TXQ_STAT_INC(queue, completion_timer); in qeth_tx_completion_timer() 3218 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_packing_if_needed() 3237 QETH_TXQ_STAT_INC(queue, packing_mode_switch); in qeth_switch_to_nonpacking_if_needed() 3656 QETH_TXQ_STAT_INC(queue, skbs_linearized_fail); in qeth_add_hw_header() 3660 QETH_TXQ_STAT_INC(queue, skbs_linearized); in qeth_add_hw_header() 3837 QETH_TXQ_STAT_INC(queue, stopped); in __qeth_xmit() 3923 QETH_TXQ_STAT_INC(queue, stopped); in qeth_do_send_packet() [all …]
|
| D | qeth_core.h | 471 #define QETH_TXQ_STAT_INC(_q, _stat) QETH_TXQ_STAT_ADD(_q, _stat, 1) macro
|
| D | qeth_l2_main.c | 610 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l2_hard_start_xmit()
|
| D | qeth_l3_main.c | 2076 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l3_hard_start_xmit()
|