• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/

Lines Matching defs:port

64 #include "port.h"
113 rio_dprintk(RIO_DEBUG_INTR, "tx port %d: %d chars queued.\n", PortP->PortNum, PortP->gs.xmit_cnt);
140 rio_dprintk(RIO_DEBUG_INTR, "rio: tx port %d: copying %d chars: %s - %s\n", PortP->PortNum, c, firstchars(PortP->gs.xmit_buf + PortP->gs.xmit_tail, t), firstchars(PortP->gs.xmit_buf + PortP->gs.xmit_tail + c - t, t));
154 ** Count chars tx'd for port statistics reporting
200 int port;
208 ** Loop through every port. If the port is mapped into
210 ** worth checking. If the port isn't open, grab any packets
214 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
215 struct Port *PortP = p->RIOPortp[port];
225 port += 7;
226 continue; /* with the next port */
234 port += 7;
239 ** Let us see - is the port open? If not, then don't service it.
252 ** Lock the port before we begin working on it.
263 ** If there is no data left to be read from the port, and
280 int port;
289 ** Loop through every port.
290 ** If the port is mapped into the system ( i.e. has /dev/ttyXXXX
293 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
294 struct Port *PortP = p->RIOPortp[port];
303 port += 7;
304 continue; /* with the next port */
312 port += 7;
313 continue; /* with the next port */
317 ** Let us see - is the port open? If not, then don't service it.
323 rio_dprintk(RIO_DEBUG_INTR, "rio: Looking into port %d.\n", port);
325 ** Lock the port before we begin working on it.
334 rio_dprintk(RIO_DEBUG_INTR, "Can't add to port, so skipping.\n");
344 /* If ttyP is NULL, the port is getting closed. Forget about it. */
379 ** ports are in this condition, and re-open the port before
399 ** If we can't param the port, then move on to the
400 ** next port.
406 continue; /* with next port */
417 rio_dprintk(RIO_DEBUG_INTR, "Want to WFLUSH mark this port\n");
438 ** If second block of ports for 16 port RTA, add 8
472 ** Count chars tx'd for port statistics reporting
539 ** a pointer per port saying where we start taking the
617 rio_dprintk(RIO_DEBUG_REC, "port %d: Copy %d bytes\n", PortP->PortNum, transCount);
646 rio_dprintk(RIO_DEBUG_REC, "port %d: pushing tty flip buffer: %d total bytes copied.\n", PortP->PortNum, copied);