Searched refs:sport (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dpnx8xxx_uart.c69 static inline int serial_in(struct pnx8xxx_port *sport, int offset) argument
71 return (__raw_readl(sport->port.membase + offset));
74 static inline void serial_out(struct pnx8xxx_port *sport, int offset, int value) argument
76 __raw_writel(value, sport->port.membase + offset);
82 static void pnx8xxx_mctrl_check(struct pnx8xxx_port *sport) argument
86 status = sport->port.ops->get_mctrl(&sport->port);
87 changed = status ^ sport->old_status;
92 sport->old_status = status;
95 sport
112 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)data; local
129 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
145 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
161 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
177 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
182 pnx8xxx_rx_chars(struct pnx8xxx_port *sport) argument
237 pnx8xxx_tx_chars(struct pnx8xxx_port *sport) argument
280 struct pnx8xxx_port *sport = dev_id; local
313 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
320 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
343 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
359 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
393 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
430 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
547 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
557 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
567 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
577 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
592 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
658 struct pnx8xxx_port *sport = (struct pnx8xxx_port *)port; local
673 struct pnx8xxx_port *sport = &pnx8xxx_ports[co->index]; local
704 struct pnx8xxx_port *sport; local
761 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); local
768 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); local
798 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); local
[all...]
H A Dimx.c199 static void imx_mctrl_check(struct imx_port *sport) argument
203 status = sport->port.ops->get_mctrl(&sport->port);
204 changed = status ^ sport->old_status;
209 sport->old_status = status;
212 sport->port.icount.rng++;
214 sport->port.icount.dsr++;
216 uart_handle_dcd_change(&sport->port, status & TIOCM_CAR);
218 uart_handle_cts_change(&sport->port, status & TIOCM_CTS);
220 wake_up_interruptible(&sport
229 struct imx_port *sport = (struct imx_port *)data; local
246 struct imx_port *sport = (struct imx_port *)port; local
258 struct imx_port *sport = (struct imx_port *)port; local
270 struct imx_port *sport = (struct imx_port *)port; local
275 imx_transmit_buffer(struct imx_port *sport) argument
299 struct imx_port *sport = (struct imx_port *)port; local
311 struct imx_port *sport = (struct imx_port *)dev_id; local
327 struct imx_port *sport = (struct imx_port *)dev_id; local
356 struct imx_port *sport = dev_id; local
428 struct imx_port *sport = (struct imx_port *)port; local
438 struct imx_port *sport = (struct imx_port *)port; local
452 struct imx_port *sport = (struct imx_port *)port; local
468 struct imx_port *sport = (struct imx_port *)port; local
486 imx_setup_ufcr(struct imx_port *sport, unsigned int mode) argument
514 struct imx_port *sport = (struct imx_port *)port; local
575 struct imx_port *sport = (struct imx_port *)port; local
603 struct imx_port *sport = (struct imx_port *)port; local
724 struct imx_port *sport = (struct imx_port *)port; local
734 struct imx_port *sport = (struct imx_port *)port; local
744 struct imx_port *sport = (struct imx_port *)port; local
755 struct imx_port *sport = (struct imx_port *)port; local
770 struct imx_port *sport = (struct imx_port *)port; local
872 struct imx_port *sport = (struct imx_port *)port; local
886 struct imx_port *sport = &imx_ports[co->index]; local
918 imx_console_get_options(struct imx_port *sport, int *baud, int *parity, int *bits) argument
979 struct imx_port *sport; local
1040 struct imx_port *sport = platform_get_drvdata(dev); local
1050 struct imx_port *sport = platform_get_drvdata(dev); local
1075 struct imx_port *sport = platform_get_drvdata(dev); local
[all...]
H A Dsa1100.c64 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0)
65 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1)
66 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2)
67 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3)
68 #define UART_GET_UTSR0(sport) __raw_readl((sport)
102 sa1100_mctrl_check(struct sa1100_port *sport) argument
132 struct sa1100_port *sport = (struct sa1100_port *)data; local
149 struct sa1100_port *sport = (struct sa1100_port *)port; local
162 struct sa1100_port *sport = (struct sa1100_port *)port; local
175 struct sa1100_port *sport = (struct sa1100_port *)port; local
187 struct sa1100_port *sport = (struct sa1100_port *)port; local
193 sa1100_rx_chars(struct sa1100_port *sport) argument
243 sa1100_tx_chars(struct sa1100_port *sport) argument
286 struct sa1100_port *sport = dev_id; local
328 struct sa1100_port *sport = (struct sa1100_port *)port; local
347 struct sa1100_port *sport = (struct sa1100_port *)port; local
363 struct sa1100_port *sport = (struct sa1100_port *)port; local
392 struct sa1100_port *sport = (struct sa1100_port *)port; local
414 struct sa1100_port *sport = (struct sa1100_port *)port; local
517 struct sa1100_port *sport = (struct sa1100_port *)port; local
527 struct sa1100_port *sport = (struct sa1100_port *)port; local
537 struct sa1100_port *sport = (struct sa1100_port *)port; local
548 struct sa1100_port *sport = (struct sa1100_port *)port; local
563 struct sa1100_port *sport = (struct sa1100_port *)port; local
693 struct sa1100_port *sport = (struct sa1100_port *)port; local
706 struct sa1100_port *sport = &sa1100_ports[co->index]; local
733 sa1100_console_get_options(struct sa1100_port *sport, int *baud, int *parity, int *bits) argument
767 struct sa1100_port *sport; local
826 struct sa1100_port *sport = platform_get_drvdata(dev); local
836 struct sa1100_port *sport = platform_get_drvdata(dev); local
870 struct sa1100_port *sport = platform_get_drvdata(pdev); local
[all...]
H A Dnetx-serial.c596 struct netx_port *sport; local
609 sport = &netx_ports[co->index];
617 if (readl(sport->port.membase + UART_CR) & CR_UART_EN) {
618 netx_console_get_options(&sport->port, &baud,
624 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
662 struct netx_port *sport = platform_get_drvdata(pdev); local
664 if (sport)
665 uart_suspend_port(&netx_reg, &sport->port);
672 struct netx_port *sport = platform_get_drvdata(pdev); local
674 if (sport)
697 struct netx_port *sport = platform_get_drvdata(pdev); local
[all...]
H A Dpxa.c765 struct uart_pxa_port *sport = platform_get_drvdata(dev); local
767 if (sport)
768 uart_suspend_port(&serial_pxa_reg, &sport->port);
775 struct uart_pxa_port *sport = platform_get_drvdata(dev); local
777 if (sport)
778 uart_resume_port(&serial_pxa_reg, &sport->port);
793 struct uart_pxa_port *sport = platform_get_drvdata(dev); local
797 if (sport)
798 uart_remove_one_port(&serial_pxa_reg, &sport->port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet6_hashtables.h62 const __be16 sport,
74 const __be16 sport,
79 struct sock *sk = __inet6_lookup_established(hashinfo, saddr, sport,
88 const struct in6_addr *saddr, const __be16 sport,
72 __inet6_lookup(struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif) argument
H A Dflow.h54 __be16 sport; member in struct:flowi::__anon10512::__anon10513
64 __le16 sport; member in struct:flowi::__anon10512::__anon10515
76 #define fl_ip_sport uli_u.ports.sport
H A Droute.h148 __be16 sport, __be16 dport, struct sock *sk,
157 { .sport = sport,
175 __be16 sport, __be16 dport, struct sock *sk)
177 if (sport != (*rp)->fl.fl_ip_sport ||
182 fl.fl_ip_sport = sport;
146 ip_route_connect(struct rtable **rp, __be32 dst, __be32 src, u32 tos, int oif, u8 protocol, __be16 sport, __be16 dport, struct sock *sk, int flags) argument
174 ip_route_newports(struct rtable **rp, u8 protocol, __be16 sport, __be16 dport, struct sock *sk) argument
H A Dinet_hashtables.h350 const __be32 saddr, const __be16 sport,
355 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
361 unsigned int hash = inet_ehashfn(daddr, hnum, saddr, sport);
387 const __be32 saddr, const __be16 sport,
391 return __inet_lookup_established(hashinfo, saddr, sport, daddr,
396 const __be32 saddr, const __be16 sport,
401 struct sock *sk = __inet_lookup_established(hashinfo, saddr, sport, daddr,
407 const __be32 saddr, const __be16 sport,
414 sk = __inet_lookup(hashinfo, saddr, sport, daddr, dport, dif);
349 __inet_lookup_established(struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const u16 hnum, const int dif) argument
386 inet_lookup_established(struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
395 __inet_lookup(struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
406 inet_lookup(struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drandom.h59 __be16 sport, __be16 dport);
61 __be16 sport, __be16 dport);
63 __be16 sport, __be16 dport);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ip.h10 * added ip-sport and ip-dport
39 uint16_t sport[2]; member in struct:ebt_ip_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dsyncookies.c38 static u32 cookie_hash(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport, argument
46 tmp[2] = ((__force u32)sport << 16) + (__force u32)dport;
53 static __u32 secure_tcp_syn_cookie(__be32 saddr, __be32 daddr, __be16 sport, argument
60 * HASH(sec1,saddr,sport,daddr,dport,sec1) + sseq + (count * 2^24)
61 * + (HASH(sec2,saddr,sport,daddr,dport,count,sec2) % 2^24).
68 return (cookie_hash(saddr, daddr, sport, dport, 0, 0) +
70 ((cookie_hash(saddr, daddr, sport, dport, count, 1) + data)
84 __be16 sport, __be16 dport, __u32 sseq,
90 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq;
98 cookie_hash(saddr, daddr, sport, dpor
83 check_tcp_syn_cookie(__u32 cookie, __be32 saddr, __be32 daddr, __be16 sport, __be16 dport, __u32 sseq, __u32 count, __u32 maxdiff) argument
[all...]
H A Dtcp_probe.c95 if ((port == 0 || ntohs(inet->dport) == port || ntohs(inet->sport) == port)
98 NIPQUAD(inet->saddr), ntohs(inet->sport),
H A Ddatagram.c52 inet->sport, usin->sin_port, sk, 1);
H A Dxfrm4_state.c33 x->sel.sport = xfrm_flowi_sport(fl);
H A Dinet_diag.c42 u16 sport; member in struct:inet_diag_entry
99 r->id.idiag_sport = inet->sport;
342 yes = entry->sport >= op[1].no;
364 entry->sport : entry->dport)) {
484 entry.sport = inet->num;
520 entry.sport = tw->tw_num;
561 r->id.idiag_sport = inet->sport;
616 entry.sport = inet->num;
705 if (r->id.idiag_sport != inet->sport &&
764 if (r->id.idiag_sport != inet->sport
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_sqp.c70 shca->sport[port - 1].port_state = IB_PORT_DOWN;
97 shca->sport[port - 1].port_state != IB_PORT_ACTIVE &&
H A Dehca_main.c253 shca->sport[0].rate = IB_RATE_30_GBPS;
254 shca->sport[1].rate = IB_RATE_30_GBPS;
369 struct ehca_sport *sport = &shca->sport[port - 1]; local
375 if (sport->ibcq_aqp1) {
385 sport->ibcq_aqp1 = ibcq;
387 if (sport->ibqp_aqp1) {
413 sport->ibqp_aqp1 = ibqp;
418 ib_destroy_cq(sport->ibcq_aqp1);
422 static int ehca_destroy_aqp1(struct ehca_sport *sport) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ip.c10 * added ip-sport and ip-dport
70 if (FWINV(src < info->sport[0] ||
71 src > info->sport[1],
103 if (info->bitmask & EBT_IP_SPORT && info->sport[0] > info->sport[1])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c60 const __be16 sport,
67 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
71 unsigned int hash = inet6_ehashfn(daddr, hnum, saddr, sport);
149 const struct in6_addr *saddr, const __be16 sport,
156 sk = __inet6_lookup(hashinfo, saddr, sport, daddr, ntohs(dport), dif);
211 /* Must record num and sport now. Otherwise we will see
214 inet->sport = htons(lport);
311 inet_sk(sk)->sport = htons(port);
58 __inet6_lookup_established(struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif) argument
148 inet6_lookup(struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const __be16 dport, const int dif) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dprobe.c91 ntohs(inet->sport) == port) {
95 NIPQUAD(inet->saddr), ntohs(inet->sport),
103 NIPQUAD(inet->saddr), ntohs(inet->sport),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-scan.c394 * @sport: Switch port number
402 rio_sport_is_active(struct rio_mport *port, u16 destid, u8 hopcount, int sport) argument
419 RIO_PORT_N_ERR_STS_CSR(sport),
829 u8 sport; local
843 sport = rio_get_swpinfo_inport(port,
847 rio_route_add_entry(port, rswitch, RIO_GLOBAL_TABLE, destid, sport);
848 rswitch->route_table[destid] = sport;
918 u8 sport; local
925 i, &sport) < 0)
927 rdev->rswitch->route_table[i] = sport;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c450 fprintf(fp, "sport %u ", ntohs(sel->sport));
456 /* type/code is stored at sport/dport in selector */
458 fprintf(fp, "type %u ", ntohs(sel->sport));
627 fprintf(fp, "sport %u ", ntohs(e->encap_sport));
933 } else if (strcmp(*argv, "sport") == 0) {
938 if (get_u16(&sel->sport, *argv, 0))
940 sel->sport = htons(sel->sport);
941 if (sel->sport)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Ddnsd.c335 char *sttl, *sport; local
341 getopt32(argv, "i:c:t:p:dv", &listen_interface, &fileconf, &sttl, &sport);
347 port = xatou_range(sport, 1, 0xffff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dudp.c146 char sport[16]; local
150 snprintf(sport, sizeof(sport), "%d", port);
151 service = sport;

Completed in 407 milliseconds

1234