Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.4.37.9/net/sched/
Dsch_atm.c93 static int find_flow(struct atm_qdisc_data *qdisc,struct atm_flow_data *flow) in find_flow() argument
97 DPRINTK("find_flow(qdisc %p,flow %p)\n",qdisc,flow); in find_flow()
99 if (walk == flow) return 1; in find_flow()
108 struct atm_flow_data *flow; in lookup_flow() local
110 for (flow = PRIV(sch)->flows; flow; flow = flow->next) in lookup_flow()
111 if (flow->classid == classid) break; in lookup_flow()
112 return flow; in lookup_flow()
120 struct atm_flow_data *flow = (struct atm_flow_data *) arg; in atm_tc_graft() local
123 p,flow,new,old); in atm_tc_graft()
124 if (!find_flow(p,flow)) return -EINVAL; in atm_tc_graft()
[all …]
Dsch_csz.c281 struct csz_flow flow[CSZ_GUARANTEED]; /* Array of flows */ member
476 this = &q->flow[flow_id]; in csz_enqueue()
520 q->flow[0].q.qlen--; in skb_dequeue_best()
661 if (this != &q->flow[0]) { /* Guaranteed flow */ in csz_dequeue()
730 struct csz_flow *this = q->flow + i; in csz_reset()
786 struct csz_flow *this = q->flow + i; in csz_init()
846 if (band < CSZ_GUARANTEED && q->flow[band].L_tab == NULL) in csz_get()
886 if (cl >= CSZ_GUARANTEED || q->flow[cl].L_tab == NULL) in csz_change()
889 a = &q->flow[cl]; in csz_change()
921 if (cl >= CSZ_GUARANTEED || q->flow[cl].L_tab == NULL) in csz_delete()
[all …]
/linux-2.4.37.9/Documentation/
Dhayes-esp.txt82 The flow_off= and flow_on= options can be used to set the hardware flow off/
83 flow on levels. The flow on level must be lower than the flow off level, and
84 the flow off level should be higher than rx_trigger. Valid values are 1
85 through 1023, with 1016 being the default flow off level and 944 being the
86 default flow on level. For example, to set the flow off level to 1000 bytes
87 and the flow on level to 935 bytes, the insmod command would be:
Dtty.txt168 throttle() - Called by the ldisc to ask the driver to do flow
172 unthrottle() - Called by the ldisc to ask the driver to stop flow
192 it in order to get fast flow control responses.
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dfpsp.doc170 - Basic flow:
178 - Basic flow:
186 - Basic flow:
194 - Basic flow:
203 - Basic flow:
215 - Basic flow:
228 - Basic flow:
265 - Basic flow:
287 - Basic flow:
/linux-2.4.37.9/net/ipv6/
Dip6_fw.c173 proto = args->fl_u.fl_o.flow->proto; in ip6_fw_accept_trans()
178 sport = args->fl_u.fl_o.flow->uli_u.ports.sport; in ip6_fw_accept_trans()
179 dport = args->fl_u.fl_o.flow->uli_u.ports.dport; in ip6_fw_accept_trans()
185 port_match(args->fl_u.fl_o.flow->uli_u.ports.sport, sport) && in ip6_fw_accept_trans()
186 port_match(args->fl_u.fl_o.flow->uli_u.ports.dport, dport)) { in ip6_fw_accept_trans()
DConfig.in5 #bool ' IPv6: flow policy support' CONFIG_RT6_POLICY
/linux-2.4.37.9/include/net/irda/
Dirttp.h168 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow);
171 void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow);
Dirlan_eth.h34 void irlan_eth_flow_indication( void *instance, void *sap, LOCAL_FLOW flow);
Dircomm_tty.h74 LOCAL_FLOW flow; /* IrTTP flow status */ member
Dircomm_core.h103 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
Dirda.h255 void (*flow_indication)(void *instance, void *sap, LOCAL_FLOW flow);
/linux-2.4.37.9/net/802/
DTODO24 As I have no network layer that can generate a continous flow of pdus it is
28 4. A simple flow control algorithm, steering the size of the transmit
/linux-2.4.37.9/net/decnet/
DTODO52 o Add session control message flow control
54 o Add NSP message flow control
/linux-2.4.37.9/net/irda/irlan/
Dirlan_eth.c267 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irlan_eth_flow_indication() argument
281 switch (flow) { in irlan_eth_flow_indication()
/linux-2.4.37.9/include/net/
Dflow.h64 struct flowi *flow; member
/linux-2.4.37.9/Documentation/networking/
Ddl2k.txt220 tx_flow=[1|0] - Specifies the Tx flow control. If tx_flow=0,
221 the Tx flow control disable else driver
223 rx_flow=[1|0] - Specifies the Rx flow control. If rx_flow=0,
224 the Rx flow control enable else driver
Dx25-iface.txt122 The driver could uses this for flow-controlling the peer by means
123 of the LAPB protocol's flow-control service.
/linux-2.4.37.9/drivers/usb/serial/
Dwhiteheat.h133 __u8 flow; /* flow control state */ member
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_core.c470 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request() argument
480 irttp_flow_request(self->tsap, flow); in ircomm_flow_request()
Dircomm_tty_attach.c366 self->flow = FLOW_STOP; in ircomm_tty_disconnect_indication()
456 self->flow = FLOW_START; in ircomm_tty_connect_confirm()
487 self->flow = FLOW_START; in ircomm_tty_connect_indication()
Dircomm_tty.c415 self->flow = FLOW_STOP; in ircomm_tty_open()
644 if (ctrl_skb && self->flow == FLOW_START) in ircomm_tty_do_softint()
1163 if (self->tty->hw_stopped && (self->flow == FLOW_START)) { in ircomm_tty_data_indication()
1243 self->flow = cmd; in ircomm_tty_flow_indication()
/linux-2.4.37.9/Documentation/usb/
Dusb-serial.txt51 Hardware flow control needs to be implemented.
172 HW flow control
255 * Hardware input flow control is only enabled for firmware
257 firmware errata. Hardware output flow control is working for all
262 automatic hardware flow control.
390 device, and does not support any kind of device flow control. All that
/linux-2.4.37.9/Documentation/arm/SA1100/
DBrutus45 you may use minicom configured with /dev/ttyS1, 9600 baud, 8N1, no flow
/linux-2.4.37.9/net/irda/irnet/
Dirnet_irda.c1231 LOCAL_FLOW flow) in irnet_flow_indication() argument
1236 DENTER(IRDA_TCB_TRACE, "(self=0x%X, flow=%d)\n", (unsigned int) self, flow); in irnet_flow_indication()
1239 self->tx_flow = flow; in irnet_flow_indication()
1242 switch(flow) in irnet_flow_indication()

123