Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dc7000.c530 unsigned long IO_active; /* IO activity flag */ member
1373 if (test_and_set_bit(0, (void *)&cup->IO_active) == 0) { in c7000_irq_bh()
2002 cup->IO_active = 0; in c7000_open()
2111 set_bit(0, (void *)&cup->IO_active); in c7000_open()
2116 clear_bit(0, (void *)&cup->IO_active); in c7000_open()
2277 if (test_bit(0, (void *)&cup->IO_active) && pbuf != NULL) { in c7000_xmit()
2294 if (test_and_set_bit(0, (void *)&cup->IO_active) == 0) { in c7000_xmit()
2418 set_bit(0, (void *)&cup->IO_active); in c7000_retry_io()
2428 clear_bit(0, (void *)&cup->IO_active); in c7000_retry_io()
2710 clear_bit(0, (void *)&cup->IO_active); in c7000_intr()
[all …]