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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet.h222 LOCAL_FLOW tx_flow; /* State of the Tx path in IrTTP */ member in struct:irnet_socket
H A Dirnet_irda.c495 self->tx_flow = FLOW_START; /* Flow control from IrTTP */
1128 self->tx_flow = FLOW_START;
1234 LOCAL_FLOW oldflow = self->tx_flow;
1239 self->tx_flow = flow;
H A Dirnet_ppp.c900 if(self->tx_flow != FLOW_START)
921 * Correction : we verify the flow control above (self->tx_flow),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda.h167 LOCAL_FLOW tx_flow; member in struct:irda_sock
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda.h167 LOCAL_FLOW tx_flow; member in struct:irda_sock
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddl2k.c49 static int tx_flow=-1; variable
64 MODULE_PARM (tx_flow, "i");
213 np->tx_flow = (tx_flow == 0) ? 0 : 1;
926 macctrl |= (np->tx_flow) ?
1362 np->tx_flow &= 1;
1365 np->tx_flow = 0;
1368 /* else tx_flow, rx_flow = user select */
1384 if (np->tx_flow)
1509 np->tx_flow
[all...]
H A Ddl2k.h666 unsigned int tx_flow:1; /* Tx flow control enable */ member in struct:netdev_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Daf_irda.c345 self->tx_flow = flow;
348 self->tx_flow = flow;
356 self->tx_flow = flow;
1130 self->rx_flow = self->tx_flow = FLOW_START;
1281 while (self->tx_flow == FLOW_STOP) {
1659 self->rx_flow = self->tx_flow = FLOW_START; /* needed ??? */
1708 if ((self->tx_flow == FLOW_START) &&
1716 if ((self->tx_flow == FLOW_START) &&

Completed in 165 milliseconds