Home
last modified time | relevance | path

Searched defs:sport (Results 1 – 25 of 81) sorted by relevance

1234

/linux/drivers/tty/serial/
H A Dsa1100.c45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) argument
46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) argument
47 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) argument
48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) argument
49 #define UART_GET_UTSR0(sport) __raw_readl((sport)->port.membase + UTSR0) argument
50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) argument
51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) argument
53 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0) argument
54 #define UART_PUT_UTCR1(sport,v) __raw_writel((v),(sport)->port.membase + UTCR1) argument
55 #define UART_PUT_UTCR2(sport,v) __raw_writel((v),(sport)->port.membase + UTCR2) argument
[all …]
H A Dfsl_lpuart.c363 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) in is_layerscape_lpuart()
369 static inline bool is_imx7ulp_lpuart(struct lpuart_port *sport) in is_imx7ulp_lpuart()
374 static inline bool is_imx8ulp_lpuart(struct lpuart_port *sport) in is_imx8ulp_lpuart()
379 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) in is_imx8qxp_lpuart()
411 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks()
433 static unsigned int lpuart_get_baud_clk_rate(struct lpuart_port *sport) in lpuart_get_baud_clk_rate()
478 static void lpuart_dma_tx(struct lpuart_port *sport) in lpuart_dma_tx()
526 struct lpuart_port *sport = arg; in lpuart_dma_tx_complete() local
561 static dma_addr_t lpuart_dma_datareg_addr(struct lpuart_port *sport) in lpuart_dma_datareg_addr()
575 struct lpuart_port *sport = container_of(port, in lpuart_dma_tx_request() local
[all …]
H A Dfsl_linflexuart.c160 static void linflex_put_char(struct uart_port *sport, unsigned char c) in linflex_put_char()
175 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer()
203 struct uart_port *sport = dev_id; in linflex_txint() local
227 struct uart_port *sport = dev_id; in linflex_rxint() local
279 struct uart_port *sport = dev_id; in linflex_int() local
315 static void linflex_setup_watermark(struct uart_port *sport) in linflex_setup_watermark()
623 static void linflex_string_write(struct uart_port *sport, const char *s, in linflex_string_write()
643 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write() local
665 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) in linflex_console_get_options()
695 struct uart_port *sport; in linflex_console_setup() local
[all …]
H A Dpxa.c751 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local
761 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local
782 struct uart_pxa_port *sport) in serial_pxa_probe_dt()
801 struct uart_pxa_port *sport; in serial_pxa_probe() local
/linux/net/ipv6/
H A Dinet6_hashtables.c86 const __be16 sport, in __inet6_lookup_established()
167 __be16 sport, in inet6_lookup_reuseport()
189 const __be16 sport, const struct in6_addr *daddr, in inet6_lhash2_lookup()
216 const __be16 sport, in inet6_lookup_run_sk_lookup()
240 const __be16 sport, in inet6_lookup_listener()
285 const struct in6_addr *saddr, const __be16 sport, in inet6_lookup()
H A Dsyncookies.c43 __be16 sport, __be16 dport, u32 count, int c) in cookie_hash() argument
49 __be16 sport; in cookie_hash() member
66 __be16 sport, __be16 dport, __u32 sseq, in secure_tcp_syn_cookie() argument
77 const struct in6_addr *daddr, __be16 sport, in check_tcp_syn_cookie() argument
[all...]
/linux/net/core/
H A Dsecure_seq.c52 const __be32 *daddr, __be16 sport, __be16 dport) in secure_tcpv6_seq_and_ts_off()
57 __be16 sport; in secure_tcpv6_seq_and_ts_off() member
109 __be16 sport, __be16 dport) in secure_tcp_seq_and_ts_off()
/linux/include/net/
H A Dinet6_hashtables.h88 const __be16 sport, in __inet6_lookup()
107 const struct in6_addr *saddr, const __be16 sport, in inet6_steal_sock()
146 const __be16 sport, in __inet6_lookup_skb()
H A Dsecure_seq.h26 __be16 sport, __be16 dport) in secure_tcp_seq()
42 __be16 sport, __be16 dport) in secure_tcpv6_seq()
H A Dinet_hashtables.h319 __be32 saddr, __be16 sport, in inet_lookup_listener()
400 const __be32 saddr, const __be16 sport, in inet_lookup_established()
410 const __be32 saddr, const __be16 sport, in __inet_lookup()
430 const __be32 saddr, const __be16 sport, in inet_lookup()
447 const __be32 saddr, const __be16 sport, in inet_steal_sock()
487 const __be16 sport, in __inet_lookup_skb()
/linux/net/ipv4/netfilter/
H A Dnf_socket_ipv4.c69 const __be16 sport, const __be16 dport, in nf_socket_get_sock_v4()
87 __be16 dport, sport; in nf_sk_lookup_slow_v4() local
/linux/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c81 const __be16 sport, const __be16 dport, in nf_socket_get_sock_v6()
99 __be16 dport, sport; in nf_sk_lookup_slow_v6() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c41 __be16 sport = 0; global() variable
174 __u16 sport = bpf_get_prandom_u32(); nf_ct_test() local
277 __u16 sport = bpf_get_prandom_u32(); nf_ct_opts_new_test() local
[all...]
/linux/net/ipv4/
H A Dsyncookies.c46 static u32 cookie_hash(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport, in cookie_hash() argument
85 static __u32 secure_tcp_syn_cookie(__be32 saddr, __be32 daddr, __be16 sport, in secure_tcp_syn_cookie() argument
115 __be16 sport, __be16 dport, __u32 sseq) in check_tcp_syn_cookie() argument
[all...]
H A Dinet_hashtables.c394 inet_lookup_reuseport(const struct net * net,struct sock * sk,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,unsigned short hnum,inet_ehashfn_t * ehashfn) inet_lookup_reuseport() argument
421 inet_lhash2_lookup(const struct net * net,struct inet_listen_hashbucket * ilb2,struct sk_buff * skb,int doff,const __be32 saddr,__be16 sport,const __be32 daddr,const unsigned short hnum,const int dif,const int sdif) inet_lhash2_lookup() argument
448 inet_lookup_run_sk_lookup(const struct net * net,int protocol,struct sk_buff * skb,int doff,__be32 saddr,__be16 sport,__be32 daddr,u16 hnum,const int dif,inet_ehashfn_t * ehashfn) inet_lookup_run_sk_lookup() argument
469 __inet_lookup_listener(const struct net * net,struct sk_buff * skb,int doff,const __be32 saddr,__be16 sport,const __be32 daddr,const unsigned short hnum,const int dif,const int sdif) __inet_lookup_listener() argument
533 __inet_lookup_established(const struct net * net,const __be32 saddr,const __be16 sport,const __be32 daddr,const u16 hnum,const int dif,const int sdif) __inet_lookup_established() argument
[all...]
H A Dfou_bpf.c16 __be16 sport; member
H A Dudp.c363 __be32 saddr, __be16 sport, __be32 daddr, in compute_score()
435 __be32 saddr, __be16 sport, in udp4_lib_lookup1()
459 __be32 saddr, __be16 sport, in udp4_lib_lookup2()
517 __be32 saddr, __be16 sport, in udp4_lib_lookup4()
535 __be32 saddr, __be16 sport, in udp4_lib_lookup4()
668 __be16 sport, __be32 daddr, __be16 dport, in __udp4_lib_lookup()
737 __be16 sport, __be16 dport) in __udp4_lib_lookup_skb()
747 __be16 sport, __be16 dport) in udp4_lib_lookup_skb()
763 struct sock *udp4_lib_lookup(const struct net *net, __be32 saddr, __be16 sport, in udp4_lib_lookup()
/linux/net/rds/
H A Dtcp_listen.c79 int sport, npaths, i_min, i_max, i; in rds_tcp_accept_one_path() local
113 int sport, npaths; in rds_tcp_conn_slots_available() local
/linux/net/psp/
H A Dpsp_main.c165 psp_write_headers(struct net * net,struct sk_buff * skb,__be32 spi,u8 ver,unsigned int udp_len,__be16 sport) psp_write_headers() argument
225 psp_dev_encapsulate(struct net * net,struct sk_buff * skb,__be32 spi,u8 ver,__be16 sport) psp_dev_encapsulate() argument
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c118 static int sparx5_mirror_get(struct sparx5_port *sport, in sparx5_mirror_get()
154 struct sparx5_port *sport, *mport; in sparx5_mirror_add() local
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c186 send_from(struct test_params p,uint16_t sport,char * buf,size_t len) send_from() argument
217 int epfd, conn, i, sport, expected; test_recv_order() local
/linux/drivers/net/
H A Dbareudp.c507 sport in bareudp_fill_metadata_dst() local
314 __be16 sport, df; bareudp_xmit_skb() local
387 __be16 sport; bareudp6_xmit_skb() local
[all...]
/linux/drivers/infiniband/hw/mlx5/
H A Dah.c39 __be16 sport; in mlx5_ah_get_udp_sport() local
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_ip6.h43 __u16 sport[2]; member
H A Debt_ip.h44 __u16 sport[2]; member

1234