Home
last modified time | relevance | path

Searched refs:tx_flow (Results 1 – 4 of 4) sorted by relevance

/net/irda/
Daf_irda.c342 self->tx_flow = flow; in irda_flow_indication()
345 self->tx_flow = flow; in irda_flow_indication()
353 self->tx_flow = flow; in irda_flow_indication()
1174 self->rx_flow = self->tx_flow = FLOW_START; in irda_create()
1317 (self->tx_flow != FLOW_STOP || sk->sk_state != TCP_ESTABLISHED))) { in irda_sendmsg()
1755 self->rx_flow = self->tx_flow = FLOW_START; /* needed ??? */ in irda_shutdown()
1802 if ((self->tx_flow == FLOW_START) && in irda_poll()
1810 if ((self->tx_flow == FLOW_START) && in irda_poll()
/net/irda/irnet/
Dirnet.h443 LOCAL_FLOW tx_flow; /* State of the Tx path in IrTTP */ member
Dirnet_irda.c525 self->tx_flow = FLOW_START; /* Flow control from IrTTP */ in irda_irnet_create()
1154 self->tx_flow = FLOW_START; in irnet_disconnect_indication()
1258 LOCAL_FLOW oldflow = self->tx_flow; in irnet_flow_indication()
1263 self->tx_flow = flow; in irnet_flow_indication()
Dirnet_ppp.c979 if(self->tx_flow != FLOW_START) in ppp_irnet_send()