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

/drivers/net/wan/
H A Dfarsync.c433 int rxpos; /* Next Rx buffer to use */ member in struct:fst_port_info
1036 port->rxpos = 0;
1206 port->rxpos = rxp;
1226 rxp = port->rxpos;
1252 port->rxpos = rxp;
1277 port->rxpos = rxp;
1317 if (rxp != port->rxpos) {
1318 dbg(DBG_ASS, "About to increment rxpos by more than 1\n");
1319 dbg(DBG_ASS, "rxp = %d rxpos = %d\n", rxp, port->rxpos);
[all...]

Completed in 31 milliseconds