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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Daf_irda.h78 LOCAL_FLOW tx_flow; member in struct:irda_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddl2k.c26 static int tx_flow=-1; variable
41 module_param(tx_flow, int, 0);
205 np->tx_flow = (tx_flow == 0) ? 0 : 1;
475 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0;
934 macctrl |= (np->tx_flow) ?
1478 np->tx_flow &= 1;
1481 np->tx_flow = 0;
1484 /* else tx_flow, rx_flow = user select */
1503 if (np->tx_flow)
[all...]
H A Ddl2k.h495 unsigned int tx_flow:1; /* Tx flow control enable */ member in struct:netdev_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet.h224 LOCAL_FLOW tx_flow; /* State of the Tx path in IrTTP */ member in struct:irnet_socket
H A Dirnet_irda.c525 self->tx_flow = FLOW_START; /* Flow control from IrTTP */
1154 self->tx_flow = FLOW_START;
1258 LOCAL_FLOW oldflow = self->tx_flow;
1263 self->tx_flow = flow;
H A Dirnet_ppp.c955 if(self->tx_flow != FLOW_START)
976 * Correction : we verify the flow control above (self->tx_flow),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Daf_irda.c344 self->tx_flow = flow;
347 self->tx_flow = flow;
355 self->tx_flow = flow;
1177 self->rx_flow = self->tx_flow = FLOW_START;
1322 (self->tx_flow != FLOW_STOP || sk->sk_state != TCP_ESTABLISHED))) {
1768 self->rx_flow = self->tx_flow = FLOW_START; /* needed ??? */
1816 if ((self->tx_flow == FLOW_START) &&
1824 if ((self->tx_flow == FLOW_START) &&

Completed in 92 milliseconds