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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c222 #define ST_DOFLUSHTX 8 macro
1757 set_bit(ST_DOFLUSHTX, &portp->state);
2091 if (test_bit(ST_DOFLUSHTX, &portp->state) &&
2094 else if (test_bit(ST_DOFLUSHTX, &portp->state))
2100 clear_bit(ST_DOFLUSHTX, &portp->state);
2108 } else if (test_bit(ST_DOFLUSHTX, &portp->state) ||
2110 cmd = ((test_bit(ST_DOFLUSHTX, &portp->state)) ? FLUSHTX : 0);
2112 clear_bit(ST_DOFLUSHTX, &portp->state);

Completed in 39 milliseconds