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()
1139 self->rx_flow = self->tx_flow = FLOW_START; in irda_create()
1277 (self->tx_flow != FLOW_STOP || sk->sk_state != TCP_ESTABLISHED))) in irda_sendmsg()
1684 self->rx_flow = self->tx_flow = FLOW_START; /* needed ??? */ in irda_shutdown()
1729 if ((self->tx_flow == FLOW_START) && in irda_poll()
1737 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.c523 self->tx_flow = FLOW_START; /* Flow control from IrTTP */ in irda_irnet_create()
1155 self->tx_flow = FLOW_START; in irnet_disconnect_indication()
1259 LOCAL_FLOW oldflow = self->tx_flow; in irnet_flow_indication()
1264 self->tx_flow = flow; in irnet_flow_indication()
Dirnet_ppp.c951 if(self->tx_flow != FLOW_START) in ppp_irnet_send()