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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstallion.h88 unsigned int rxmarkmsk; member in struct:stlport
H A Distallion.h66 unsigned int rxmarkmsk; member in struct:stliport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c2704 portp->rxmarkmsk = ST_OVERRUN;
2706 portp->rxmarkmsk |= (ST_PARITY | ST_FRAMING);
2708 portp->rxmarkmsk |= ST_BREAK;
3440 if (portp->rxmarkmsk & status) {
3662 portp->rxmarkmsk = SR_RXOVERRUN;
3664 portp->rxmarkmsk |= (SR_RXPARITY | SR_RXFRAMING);
3666 portp->rxmarkmsk |= SR_RXBREAK;
4369 if (portp->rxmarkmsk & status) {
H A Distallion.c2235 if ((nt.data & DT_RXBREAK) && (portp->rxmarkmsk & BRKINT)) {
2463 portp->rxmarkmsk = 0;
2467 portp->rxmarkmsk |= BRKINT;

Completed in 131 milliseconds