Home
last modified time | relevance | path

Searched refs:performance_stats (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_core_sys.c370 return sprintf(buf, "%i\n", card->options.performance_stats ? 1:0); in qeth_dev_performance_stats_show()
386 if (i == card->options.performance_stats) in qeth_dev_performance_stats_store()
388 card->options.performance_stats = i; in qeth_dev_performance_stats_store()
401 static DEVICE_ATTR(performance_stats, 0644, qeth_dev_performance_stats_show,
Dqeth_core_main.c1399 card->options.performance_stats = 0; in qeth_set_intial_options()
2816 if (card->options.performance_stats) in qeth_find_free_buffer_pool_entry()
3365 if (card->options.performance_stats) { in qeth_queue_input_buffer()
3372 if (card->options.performance_stats) in qeth_queue_input_buffer()
3423 if (queue->card->options.performance_stats) in qeth_switch_to_packing_if_needed()
3446 if (queue->card->options.performance_stats) in qeth_switch_to_nonpacking_if_needed()
3535 if (queue->card->options.performance_stats) { in qeth_flush_buffers()
3545 if (queue->card->options.performance_stats) in qeth_flush_buffers()
3566 if (queue->card->options.performance_stats) in qeth_flush_buffers()
3599 if (queue->card->options.performance_stats && in qeth_check_outbound_queue()
[all …]
Dqeth_l2_main.c494 if (card->options.performance_stats) { in qeth_l2_poll()
526 if (card->options.performance_stats) in qeth_l2_poll()
555 if (card->options.performance_stats) in qeth_l2_poll()
742 if (card->options.performance_stats) { in qeth_l2_hard_start_xmit()
813 if (card->options.performance_stats) in qeth_l2_hard_start_xmit()
Dqeth_l3_main.c2031 if (card->options.performance_stats) { in qeth_l3_poll()
2063 if (card->options.performance_stats) in qeth_l3_poll()
2092 if (card->options.performance_stats) in qeth_l3_poll()
2887 if (card->options.performance_stats) in qeth_l3_hdr_csum()
2976 if (card->options.performance_stats) { in qeth_l3_hard_start_xmit()
3032 if (card->options.performance_stats) in qeth_l3_hard_start_xmit()
3095 if (card->options.performance_stats) { in qeth_l3_hard_start_xmit()
3120 if (card->options.performance_stats) in qeth_l3_hard_start_xmit()
Dqeth_core.h692 int performance_stats; member