Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c3439 int flush_count = 0; in qeth_switch_to_nonpacking_if_needed() local
3456 flush_count++; in qeth_switch_to_nonpacking_if_needed()
3463 return flush_count; in qeth_switch_to_nonpacking_if_needed()
4101 int flush_count = 0; in qeth_do_send_packet() local
4128 flush_count++; in qeth_do_send_packet()
4138 flush_count); in qeth_do_send_packet()
4148 flush_count += tmp; in qeth_do_send_packet()
4149 if (flush_count) in qeth_do_send_packet()
4150 qeth_flush_buffers(queue, start_index, flush_count); in qeth_do_send_packet()
4160 flush_count = 0; in qeth_do_send_packet()
[all …]