Searched refs:performance_stats (Results 1 – 5 of 5) sorted by relevance
335 return sprintf(buf, "%i\n", card->options.performance_stats ? 1:0); in qeth_dev_performance_stats_show()351 if (i == card->options.performance_stats) in qeth_dev_performance_stats_store()353 card->options.performance_stats = i; in qeth_dev_performance_stats_store()366 static DEVICE_ATTR(performance_stats, 0644, qeth_dev_performance_stats_show,
1400 card->options.performance_stats = 0; in qeth_set_intial_options()2768 if (card->options.performance_stats) in qeth_find_free_buffer_pool_entry()3317 if (card->options.performance_stats) { in qeth_queue_input_buffer()3324 if (card->options.performance_stats) in qeth_queue_input_buffer()3375 if (queue->card->options.performance_stats) in qeth_switch_to_packing_if_needed()3398 if (queue->card->options.performance_stats) in qeth_switch_to_nonpacking_if_needed()3487 if (queue->card->options.performance_stats) { in qeth_flush_buffers()3497 if (queue->card->options.performance_stats) in qeth_flush_buffers()3518 if (queue->card->options.performance_stats) in qeth_flush_buffers()3551 if (queue->card->options.performance_stats && in qeth_check_outbound_queue()[all …]
265 if (card->options.performance_stats) in qeth_l2_hdr_csum()545 if (card->options.performance_stats) { in qeth_l2_poll()577 if (card->options.performance_stats) in qeth_l2_poll()606 if (card->options.performance_stats) in qeth_l2_poll()889 if (card->options.performance_stats) { in qeth_l2_hard_start_xmit()962 if (card->options.performance_stats) in qeth_l2_hard_start_xmit()
1924 if (card->options.performance_stats) { in qeth_l3_poll()1956 if (card->options.performance_stats) in qeth_l3_poll()1985 if (card->options.performance_stats) in qeth_l3_poll()2777 if (card->options.performance_stats) in qeth_l3_hdr_csum()2866 if (card->options.performance_stats) { in qeth_l3_hard_start_xmit()2922 if (card->options.performance_stats) in qeth_l3_hard_start_xmit()2985 if (card->options.performance_stats) { in qeth_l3_hard_start_xmit()3010 if (card->options.performance_stats) in qeth_l3_hard_start_xmit()
693 int performance_stats; member