Home
last modified time | relevance | path

Searched refs:qeth_get_micros (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c547 card->perf_stats.inbound_start_time = qeth_get_micros(); in qeth_l2_poll()
607 card->perf_stats.inbound_time += qeth_get_micros() - in qeth_l2_poll()
891 card->perf_stats.outbound_start_time = qeth_get_micros(); in qeth_l2_hard_start_xmit()
963 card->perf_stats.outbound_time += qeth_get_micros() - in qeth_l2_hard_start_xmit()
Dqeth_core.h847 static inline int qeth_get_micros(void) in qeth_get_micros() function
Dqeth_core_main.c3320 qeth_get_micros(); in qeth_queue_input_buffer()
3326 qeth_get_micros() - in qeth_queue_input_buffer()
3490 qeth_get_micros(); in qeth_flush_buffers()
3499 qeth_get_micros() - in qeth_flush_buffers()
3624 card->perf_stats.cq_start_time = qeth_get_micros(); in qeth_qdio_cq_handler()
3663 int delta_t = qeth_get_micros(); in qeth_qdio_cq_handler()
3708 qeth_get_micros(); in qeth_qdio_output_handler()
3757 card->perf_stats.outbound_handler_time += qeth_get_micros() - in qeth_qdio_output_handler()
Dqeth_l3_main.c1926 card->perf_stats.inbound_start_time = qeth_get_micros(); in qeth_l3_poll()
1986 card->perf_stats.inbound_time += qeth_get_micros() - in qeth_l3_poll()
2868 card->perf_stats.outbound_start_time = qeth_get_micros(); in qeth_l3_hard_start_xmit()
3011 card->perf_stats.outbound_time += qeth_get_micros() - in qeth_l3_hard_start_xmit()