Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c3391 int flush_count = 0; in qeth_switch_to_nonpacking_if_needed() local
3408 flush_count++; in qeth_switch_to_nonpacking_if_needed()
3415 return flush_count; in qeth_switch_to_nonpacking_if_needed()
4053 int flush_count = 0; in qeth_do_send_packet() local
4080 flush_count++; in qeth_do_send_packet()
4090 flush_count); in qeth_do_send_packet()
4100 flush_count += tmp; in qeth_do_send_packet()
4101 if (flush_count) in qeth_do_send_packet()
4102 qeth_flush_buffers(queue, start_index, flush_count); in qeth_do_send_packet()
4112 flush_count = 0; in qeth_do_send_packet()
[all …]