Searched refs:QETH_TXQ_STAT_INC (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/s390/net/ |
A D | qeth_core_main.c | 1276 QETH_TXQ_STAT_INC(queue, bufs); in qeth_tx_complete_buf() 1295 QETH_TXQ_STAT_INC(queue, skbs_sg); in qeth_tx_complete_buf() 1297 QETH_TXQ_STAT_INC(queue, skbs_tso); in qeth_tx_complete_buf() 1315 QETH_TXQ_STAT_INC(queue, completion_irq); in qeth_clear_output_buffer() 2547 QETH_TXQ_STAT_INC(queue, completion_timer); in qeth_tx_completion_timer() 3590 QETH_TXQ_STAT_INC(queue, doorbell); in qeth_flush_buffers() 3606 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers() 3611 QETH_TXQ_STAT_INC(queue, coal_frames); in qeth_flush_buffers() 4130 QETH_TXQ_STAT_INC(queue, stopped); in __qeth_xmit() 4214 QETH_TXQ_STAT_INC(queue, stopped); in qeth_do_send_packet() [all …]
|
A D | qeth_core.h | 439 #define QETH_TXQ_STAT_INC(_q, _stat) QETH_TXQ_STAT_ADD(_q, _stat, 1) macro
|
A D | qeth_l3_main.c | 1771 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l3_hard_start_xmit()
|
A D | qeth_l2_main.c | 517 QETH_TXQ_STAT_INC(queue, tx_dropped); in qeth_l2_hard_start_xmit()
|
Completed in 30 milliseconds