Searched refs:LOCAL_FLOW (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/include/net/irda/ |
D | af_irda.h | 78 LOCAL_FLOW tx_flow; 79 LOCAL_FLOW rx_flow;
|
D | irmod.h | 44 typedef enum { FLOW_STOP, FLOW_START } LOCAL_FLOW; typedef 82 void (*flow_indication)(void *instance, void *sap, LOCAL_FLOW flow);
|
D | ircomm_core.h | 76 LOCAL_FLOW flow_status; /* Used by ircomm_lmp */ 102 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
|
D | irlan_eth.h | 31 void irlan_eth_flow_indication( void *instance, void *sap, LOCAL_FLOW flow);
|
D | ircomm_tty.h | 73 LOCAL_FLOW flow; /* IrTTP flow status */
|
D | irttp.h | 169 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow);
|
D | irlmp.h | 245 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow);
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_irda.h | 129 LOCAL_FLOW);
|
D | irnet.h | 443 LOCAL_FLOW tx_flow; /* State of the Tx path in IrTTP */
|
D | irnet_irda.c | 1255 LOCAL_FLOW flow) in irnet_flow_indication() 1258 LOCAL_FLOW oldflow = self->tx_flow; in irnet_flow_indication()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_ttp.c | 53 LOCAL_FLOW cmd); 339 LOCAL_FLOW cmd) in ircomm_ttp_flow_indication()
|
D | ircomm_core.c | 473 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request()
|
D | ircomm_tty.c | 76 LOCAL_FLOW cmd); 1125 LOCAL_FLOW cmd) in ircomm_tty_flow_indication()
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_eth.c | 266 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irlan_eth_flow_indication()
|
/linux-4.4.14/net/irda/ |
D | irttp.c | 69 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow); 1011 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irttp_flow_indication() 1056 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow) in irttp_flow_request()
|
D | irlmp.c | 1304 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow) in irlmp_flow_indication()
|
D | af_irda.c | 321 static void irda_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irda_flow_indication()
|