/linux-2.4.37.9/net/sched/ |
D | sch_atm.c | 93 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 …]
|
D | sch_csz.c | 281 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/ |
D | hayes-esp.txt | 82 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:
|
D | tty.txt | 168 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/ |
D | fpsp.doc | 170 - 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/ |
D | ip6_fw.c | 173 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()
|
D | Config.in | 5 #bool ' IPv6: flow policy support' CONFIG_RT6_POLICY
|
/linux-2.4.37.9/include/net/irda/ |
D | irttp.h | 168 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow); 171 void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow);
|
D | irlan_eth.h | 34 void irlan_eth_flow_indication( void *instance, void *sap, LOCAL_FLOW flow);
|
D | ircomm_tty.h | 74 LOCAL_FLOW flow; /* IrTTP flow status */ member
|
D | ircomm_core.h | 103 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
|
D | irda.h | 255 void (*flow_indication)(void *instance, void *sap, LOCAL_FLOW flow);
|
/linux-2.4.37.9/net/802/ |
D | TODO | 24 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/ |
D | TODO | 52 o Add session control message flow control 54 o Add NSP message flow control
|
/linux-2.4.37.9/net/irda/irlan/ |
D | irlan_eth.c | 267 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/ |
D | flow.h | 64 struct flowi *flow; member
|
/linux-2.4.37.9/Documentation/networking/ |
D | dl2k.txt | 220 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
|
D | x25-iface.txt | 122 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/ |
D | whiteheat.h | 133 __u8 flow; /* flow control state */ member
|
/linux-2.4.37.9/net/irda/ircomm/ |
D | ircomm_core.c | 470 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()
|
D | ircomm_tty_attach.c | 366 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()
|
D | ircomm_tty.c | 415 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/ |
D | usb-serial.txt | 51 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/ |
D | Brutus | 45 you may use minicom configured with /dev/ttyS1, 9600 baud, 8N1, no flow
|
/linux-2.4.37.9/net/irda/irnet/ |
D | irnet_irda.c | 1231 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()
|