Lines Matching defs:rxpos
431 int rxpos; /* Next Rx buffer to use */
987 port->rxpos = 0;
1152 port->rxpos = rxp;
1170 rxp = port->rxpos;
1194 port->rxpos = rxp;
1220 port->rxpos = rxp;
1259 if (rxp != port->rxpos) {
1260 dbg(DBG_ASS, "About to increment rxpos by more than 1\n");
1261 dbg(DBG_ASS, "rxp = %d rxpos = %d\n", rxp, port->rxpos);
1264 port->rxpos = rxp;
1384 while (!(FST_RDB(card, rxDescrRing[pi][port->rxpos].bits)