Lines Matching refs:rxpos
430 int rxpos; /* Next Rx buffer to use */
1025 port->rxpos = 0;
1195 port->rxpos = rxp;
1215 rxp = port->rxpos;
1241 port->rxpos = rxp;
1266 port->rxpos = rxp;
1306 if (rxp != port->rxpos) {
1307 dbg(DBG_ASS, "About to increment rxpos by more than 1\n");
1308 dbg(DBG_ASS, "rxp = %d rxpos = %d\n", rxp, port->rxpos);
1311 port->rxpos = rxp;
1438 while (!(FST_RDB(card, rxDescrRing[pi][port->rxpos].bits)