Searched refs:TXSTOPPED (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.h68 #define TXSTOPPED 0x1 macro
H A Dmoxa.c154 #define TXSTOPPED 1 macro
1328 set_bit(TXSTOPPED, &ch->statusflags);
1339 if (!(ch->statusflags & TXSTOPPED))
1343 clear_bit(TXSTOPPED, &ch->statusflags);
H A Depca.c2193 if (ch->statusflags & TXSTOPPED)
2268 if ((ch->statusflags & TXSTOPPED) == 0) {
2273 ch->statusflags |= TXSTOPPED;
2293 if (ch->statusflags & TXSTOPPED) {
2302 ch->statusflags &= ~TXSTOPPED;

Completed in 103 milliseconds