Searched refs:flow (Results 51 - 75 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dm32r_sio.c780 * CTS flow control flag and modem status interrupts
1021 /* Wait up to 1s for flow control if necessary */
1071 int flow = 'n'; local
1088 uart_parse_options(options, &baud, &parity, &bits, &flow);
1090 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dsa1100.c771 int flow = 'n'; local
783 uart_parse_options(options, &baud, &parity, &bits, &flow);
787 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dserial_txx9.c634 /* CTS flow control flag */
822 /* Wait up to 1s for flow control if necessary */
857 * Disable flow-control if enabled (and unnecessary)
881 int flow = 'n'; local
898 uart_parse_options(options, &baud, &parity, &bits, &flow);
900 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dvr41xx_siu.c791 int flow = 'n'; local
806 uart_parse_options(options, &baud, &parity, &bits, &flow);
808 return uart_set_options(port, con, baud, parity, bits, flow);
H A Ds3c2410.c1025 dbg("s3c24xx_serial_init_port: enabling flow control\n");
1813 int flow = 'n'; local
1842 uart_parse_options(options, &baud, &parity, &bits, &flow);
1848 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dsunsu.c844 * CTS flow control flag and modem status interrupts
1248 /* Wait up to 1s for flow control if necessary */
1303 int flow = 'n'; local
1323 uart_parse_options(options, &baud, &parity, &bits, &flow);
1325 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dmpsc.c1666 int baud, bits, parity, flow; local
1678 flow = pi->default_flow;
1686 uart_parse_options(options, &baud, &parity, &bits, &flow);
1688 return uart_set_options(&pi->port, co, baud, parity, bits, flow);
H A Dserial_core.c1317 * ever clear. This assumes the UART isn't doing flow
1802 * uart_parse_options - Parse serial port baud/parity/bits/flow contro.
1807 * @flow: pointer to an 'int' variable for the flow control character.
1810 * options. The format of the string is <baud><parity><bits><flow>,
1814 uart_parse_options(char *options, int *baud, int *parity, int *bits, int *flow) argument
1826 *flow = *s;
1856 * @flow: flow control character - 'r' (rts)
1860 int baud, int parity, int bits, int flow)
1859 uart_set_options(struct uart_port *port, struct console *co, int baud, int parity, int bits, int flow) argument
[all...]
H A Dip22zilog.c1000 int flow = 'n'; local
1003 uart_parse_options(options, &baud, &parity, &bits, &flow);
H A Dpmac_zilog.c1937 int flow = 'n'; local
1978 uart_parse_options(options, &baud, &parity, &bits, &flow);
1980 return uart_set_options(port, co, baud, parity, bits, flow);
H A D8250.c1706 /* Wait up to 1s for flow control if necessary */
2027 * MCR-based auto flow control. When AFE is enabled, RTS will be
2030 * the remote UART is not using CTS auto flow control, we must
2080 * CTS flow control flag and modem status interrupts
2476 int flow = 'n'; local
2490 uart_parse_options(options, &baud, &parity, &bits, &flow);
2492 return uart_set_options(port, co, baud, parity, bits, flow);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Daf_irda.c322 * Function irda_flow_indication (instance, sap, flow)
327 static void irda_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) argument
338 switch (flow) {
342 self->tx_flow = flow;
345 self->tx_flow = flow;
351 IRDA_DEBUG(0, "%s(), Unknown flow command!\n", __FUNCTION__);
352 /* Unknown flow command, better stop */
353 self->tx_flow = flow;
H A Dirlmp.c1311 * Receive flow control indication from LAP.
1320 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow) argument
1327 IRDA_ASSERT(flow == FLOW_START, return;);
1356 curr, flow);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/pcmcia/
H A Dcistpl.h214 u_char flow; member in struct:cistpl_modem_cap_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak91 CHK = -fa # Check for data flow anomolies
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dpktgen.c89 * Included flow support. 030802 ANK.
2086 int flow = 0; local
2089 flow = random32() % pkt_dev->cflows;
2091 if (pkt_dev->flows[flow].count > pkt_dev->lflow)
2092 pkt_dev->flows[flow].count = 0;
2209 if (pkt_dev->cflows && pkt_dev->flows[flow].count != 0) {
2210 pkt_dev->cur_daddr = pkt_dev->flows[flow].cur_daddr;
2239 pkt_dev->flows[flow].cur_daddr =
2278 pkt_dev->flows[flow].count++;
2726 *(__be32 *) iph = htonl(0x60000000); /* Version + flow */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_neigh.c43 #include <net/flow.h>
H A Ddn_nsp_out.c66 #include <net/flow.h>
677 msg->services = scp->services_loc; /* Requested flow control */
H A Ddn_fib.c36 #include <net/flow.h>
H A Ddn_table.c33 #include <net/flow.h>
H A Ddn_dev.c47 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dipv6.h21 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dfix_node.c366 int to, int to_bytes, short *snum012, int flow)
464 flow = 1;
467 if (!flow) {
579 * lbytes number of bytes which flow to the left neighbor from the item that is not
581 * rbytes number of bytes which flow to the right neighbor from the item that is not
583 * s1bytes number of bytes which flow to the first new node when S[0] splits (this number is contained in s012 array)
1289 and the maximal number of bytes that can flow to the left neighbor
1296 and the maximal number of bytes that can flow to the right neighbor
1375 and number of bytes (s1bytes) of the shared drop which flow to S1 if any */
1396 and number of bytes (s1bytes) of the shared drop which flow t
364 get_num_ver(int mode, struct tree_balance *tb, int h, int from, int from_bytes, int to, int to_bytes, short *snum012, int flow) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbdbread.mak91 CHK = -fa # Check for data flow anomolies
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dcassini.c2050 * NOTE: we currently just treat each flow as a bunch of packets that
2055 * 2) each time the next flow packet comes in, extend the
2057 * 3) on flow release, fix up the header.
2066 struct sk_buff_head *flow = &cp->rx_flows[flowid]; local
2072 __skb_insert(skb, flow->prev, (struct sk_buff *) flow, flow);
2074 while ((skb = __skb_dequeue(flow))) {
2245 /* see if it's a flow re-assembly or not. the driver

Completed in 411 milliseconds

1234