Home
last modified time | relevance | path

Searched defs:sport (Results 1 – 25 of 94) 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) argument
50 UART_GET_UTSR1(sport) global() argument
51 UART_GET_CHAR(sport) global() argument
53 UART_PUT_UTCR0(sport,v) global() argument
54 UART_PUT_UTCR1(sport,v) global() argument
55 UART_PUT_UTCR2(sport,v) global() argument
56 UART_PUT_UTCR3(sport,v) global() argument
57 UART_PUT_UTSR0(sport,v) global() argument
58 UART_PUT_UTSR1(sport,v) global() argument
59 UART_PUT_CHAR(sport,v) global() argument
84 sa1100_mctrl_check(struct sa1100_port * sport) sa1100_mctrl_check() argument
114 struct sa1100_port *sport = timer_container_of(sport, t, timer); sa1100_timeout() local
131 struct sa1100_port *sport = sa1100_stop_tx() local
145 struct sa1100_port *sport = sa1100_start_tx() local
159 struct sa1100_port *sport = sa1100_stop_rx() local
172 struct sa1100_port *sport = sa1100_enable_ms() local
181 sa1100_rx_chars(struct sa1100_port * sport) sa1100_rx_chars() argument
230 sa1100_tx_chars(struct sa1100_port * sport) sa1100_tx_chars() argument
247 struct sa1100_port *sport = dev_id; sa1100_int() local
289 struct sa1100_port *sport = sa1100_tx_empty() local
297 struct sa1100_port *sport = sa1100_get_mctrl() local
308 struct sa1100_port *sport = sa1100_set_mctrl() local
319 struct sa1100_port *sport = sa1100_break_ctl() local
336 struct sa1100_port *sport = sa1100_startup() local
366 struct sa1100_port *sport = sa1100_shutdown() local
389 struct sa1100_port *sport = sa1100_set_termios() local
493 struct sa1100_port *sport = sa1100_type() local
504 struct sa1100_port *sport = sa1100_release_port() local
515 struct sa1100_port *sport = sa1100_request_port() local
527 struct sa1100_port *sport = sa1100_config_port() local
543 struct sa1100_port *sport = sa1100_verify_port() local
675 struct sa1100_port *sport = sa1100_console_putchar() local
689 struct sa1100_port *sport = &sa1100_ports[co->index]; sa1100_console_write() local
716 sa1100_console_get_options(struct sa1100_port * sport,int * baud,int * parity,int * bits) sa1100_console_get_options() argument
750 struct sa1100_port *sport; sa1100_console_setup() local
809 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_suspend() local
819 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_resume() local
827 sa1100_serial_add_one_port(struct sa1100_port * sport,struct platform_device * dev) sa1100_serial_add_one_port() argument
875 struct sa1100_port *sport = platform_get_drvdata(pdev); sa1100_serial_remove() local
[all...]
H A Dsb1250-duart.c95 struct sbd_port sport[2]; member
116 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn() argument
123 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr() argument
130 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn() argument
137 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr() argument
148 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956() argument
154 read_sbdchn(struct sbd_port * sport,int reg) read_sbdchn() argument
164 read_sbdshr(struct sbd_port * sport,int reg) read_sbdshr() argument
174 write_sbdchn(struct sbd_port * sport,int reg,unsigned int value) write_sbdchn() argument
181 write_sbdshr(struct sbd_port * sport,int reg,unsigned int value) write_sbdshr() argument
189 sbd_receive_ready(struct sbd_port * sport) sbd_receive_ready() argument
194 sbd_receive_drain(struct sbd_port * sport) sbd_receive_drain() argument
203 sbd_transmit_ready(struct sbd_port * sport) sbd_transmit_ready() argument
208 sbd_transmit_drain(struct sbd_port * sport) sbd_transmit_drain() argument
217 sbd_transmit_empty(struct sbd_port * sport) sbd_transmit_empty() argument
222 sbd_line_drain(struct sbd_port * sport) sbd_line_drain() argument
234 struct sbd_port *sport = to_sport(uport); sbd_tx_empty() local
241 struct sbd_port *sport = to_sport(uport); sbd_get_mctrl() local
255 struct sbd_port *sport = to_sport(uport); sbd_set_mctrl() local
283 struct sbd_port *sport = to_sport(uport); sbd_stop_tx() local
291 struct sbd_port *sport = to_sport(uport); sbd_start_tx() local
306 struct sbd_port *sport = to_sport(uport); sbd_stop_rx() local
313 struct sbd_port *sport = to_sport(uport); sbd_enable_ms() local
321 struct sbd_port *sport = to_sport(uport); sbd_break_ctl() local
330 sbd_receive_chars(struct sbd_port * sport) sbd_receive_chars() argument
382 sbd_transmit_chars(struct sbd_port * sport) sbd_transmit_chars() argument
419 sbd_status_handle(struct sbd_port * sport) sbd_status_handle() argument
440 struct sbd_port *sport = dev_id; sbd_interrupt() local
471 struct sbd_port *sport = to_sport(uport); sbd_startup() local
505 struct sbd_port *sport = to_sport(uport); sbd_shutdown() local
513 sbd_init_port(struct sbd_port * sport) sbd_init_port() argument
537 struct sbd_port *sport = to_sport(uport); sbd_set_termios() local
647 struct sbd_port *sport = to_sport(uport); sbd_release_port() local
663 struct sbd_port *sport = to_sport(uport); sbd_map_port() local
724 struct sbd_port *sport = to_sport(uport); sbd_config_port() local
799 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_probe_duarts() local
826 struct sbd_port *sport = to_sport(uport); sbd_console_putchar() local
837 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_write() local
865 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_setup() local
937 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_init() local
954 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_exit() local
[all...]
H A Dimx.c276 static inline void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) in imx_uart_writel() argument
281 static inline u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl() argument
286 static inline unsigned imx_uart_uts_reg(struct imx_port *sport) in imx_uart_uts_reg() argument
291 static inline int imx_uart_is_imx1(struct imx_port *sport) in imx_uart_is_imx1() argument
300 static void imx_uart_ucrs_save(struct imx_port *sport, in imx_uart_ucrs_save() argument
309 imx_uart_ucrs_restore(struct imx_port * sport,struct imx_port_ucrs * ucr) imx_uart_ucrs_restore() argument
320 imx_uart_rts_active(struct imx_port * sport,u32 * ucr2) imx_uart_rts_active() argument
328 imx_uart_rts_inactive(struct imx_port * sport,u32 * ucr2) imx_uart_rts_inactive() argument
342 imx_uart_soft_reset(struct imx_port * sport) imx_uart_soft_reset() argument
377 imx_uart_disable_loopback_rs485(struct imx_port * sport) imx_uart_disable_loopback_rs485() argument
390 struct imx_port *sport = to_imx_port(port); imx_uart_start_rx() local
414 struct imx_port *sport = to_imx_port(port); imx_uart_stop_tx() local
480 struct imx_port *sport = to_imx_port(port); imx_uart_stop_rx_with_loopback_ctrl() local
525 struct imx_port *sport = to_imx_port(port); imx_uart_enable_ms() local
535 imx_uart_transmit_buffer(struct imx_port * sport) imx_uart_transmit_buffer() argument
586 struct imx_port *sport = data; imx_uart_dma_tx_callback() local
622 imx_uart_dma_tx(struct imx_port * sport) imx_uart_dma_tx() argument
676 struct imx_port *sport = to_imx_port(port); imx_uart_start_tx() local
765 struct imx_port *sport = dev_id; __imx_uart_rtsint() local
793 struct imx_port *sport = dev_id; imx_uart_rtsint() local
807 struct imx_port *sport = dev_id; imx_uart_txint() local
829 imx_uart_check_flood(struct imx_port * sport,u32 usr2) imx_uart_check_flood() argument
866 struct imx_port *sport = dev_id; __imx_uart_rxint() local
925 struct imx_port *sport = dev_id; imx_uart_rxint() local
943 imx_uart_get_hwmctrl(struct imx_port * sport) imx_uart_get_hwmctrl() argument
968 imx_uart_mctrl_check(struct imx_port * sport) imx_uart_mctrl_check() argument
994 struct imx_port *sport = dev_id; imx_uart_int() local
1078 struct imx_port *sport = to_imx_port(port); imx_uart_tx_empty() local
1093 struct imx_port *sport = to_imx_port(port); imx_uart_get_mctrl() local
1104 struct imx_port *sport = to_imx_port(port); imx_uart_set_mctrl() local
1147 struct imx_port *sport = to_imx_port(port); imx_uart_break_ctl() local
1169 struct imx_port *sport = timer_container_of(sport, t, timer); imx_uart_timeout() local
1191 struct imx_port *sport = data; imx_uart_dma_rx_callback() local
1269 imx_uart_start_rx_dma(struct imx_port * sport) imx_uart_start_rx_dma() argument
1307 imx_uart_clear_rx_errors(struct imx_port * sport) imx_uart_clear_rx_errors() argument
1347 imx_uart_setup_ufcr(struct imx_port * sport,unsigned char txwl,unsigned char rxwl) imx_uart_setup_ufcr() argument
1358 imx_uart_dma_exit(struct imx_port * sport) imx_uart_dma_exit() argument
1376 imx_uart_dma_init(struct imx_port * sport) imx_uart_dma_init() argument
1439 imx_uart_enable_dma(struct imx_port * sport) imx_uart_enable_dma() argument
1453 imx_uart_disable_dma(struct imx_port * sport) imx_uart_disable_dma() argument
1472 struct imx_port *sport = to_imx_port(port); imx_uart_startup() local
1591 struct imx_port *sport = to_imx_port(port); imx_uart_shutdown() local
1716 struct imx_port *sport = to_imx_port(port); imx_uart_flush_buffer() local
1743 struct imx_port *sport = to_imx_port(port); imx_uart_set_termios() local
1946 struct imx_port *sport = to_imx_port(port); imx_uart_poll_init() local
1995 struct imx_port *sport = to_imx_port(port); imx_uart_poll_get_char() local
2004 struct imx_port *sport = to_imx_port(port); imx_uart_poll_put_char() local
2026 struct imx_port *sport = to_imx_port(port); imx_uart_rs485_config() local
2085 struct imx_port *sport = to_imx_port(port); imx_uart_console_putchar() local
2112 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_write_atomic() local
2153 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_write_thread() local
2221 imx_uart_console_get_options(struct imx_port * sport,int * baud,int * parity,int * bits) imx_uart_console_get_options() argument
2282 struct imx_port *sport; imx_uart_console_setup() local
2332 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_exit() local
2373 struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx); imx_trigger_start_tx() local
2386 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); imx_trigger_stop_tx() local
2411 struct imx_port *sport; imx_uart_probe() local
2648 struct imx_port *sport = platform_get_drvdata(pdev); imx_uart_remove() local
2653 imx_uart_restore_context(struct imx_port * sport) imx_uart_restore_context() argument
2677 imx_uart_save_context(struct imx_port * sport) imx_uart_save_context() argument
2698 imx_uart_enable_wakeup(struct imx_port * sport,bool on) imx_uart_enable_wakeup() argument
2729 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend_noirq() local
2742 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume_noirq() local
2758 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend() local
2776 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume() local
2791 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_freeze() local
2800 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_thaw() local
[all...]
H A Dfsl_lpuart.c363 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) in is_layerscape_lpuart() argument
369 static inline bool is_imx7ulp_lpuart(struct lpuart_port *sport) in is_imx7ulp_lpuart() argument
374 static inline bool is_imx8ulp_lpuart(struct lpuart_port *sport) in is_imx8ulp_lpuart() argument
379 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) in is_imx8qxp_lpuart() argument
411 static int __lpuart_enable_clks(struct lpuart_port *sport, boo argument
433 lpuart_get_baud_clk_rate(struct lpuart_port * sport) lpuart_get_baud_clk_rate() argument
478 lpuart_dma_tx(struct lpuart_port * sport) lpuart_dma_tx() argument
526 struct lpuart_port *sport = arg; lpuart_dma_tx_complete() local
561 lpuart_dma_datareg_addr(struct lpuart_port * sport) lpuart_dma_datareg_addr() argument
575 struct lpuart_port *sport = container_of(port, lpuart_dma_tx_request() local
595 lpuart_is_32(struct lpuart_port * sport) lpuart_is_32() argument
603 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_flush_buffer() local
742 lpuart_transmit_buffer(struct lpuart_port * sport) lpuart_transmit_buffer() argument
752 lpuart32_transmit_buffer(struct lpuart_port * sport) lpuart32_transmit_buffer() argument
790 struct lpuart_port *sport = container_of(port, lpuart_start_tx() local
808 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_start_tx() local
840 struct lpuart_port *sport = container_of(port, lpuart_tx_empty() local
856 struct lpuart_port *sport = container_of(port, lpuart32_tx_empty() local
876 lpuart_txint(struct lpuart_port * sport) lpuart_txint() argument
883 lpuart_rxint(struct lpuart_port * sport) lpuart_rxint() argument
953 lpuart32_txint(struct lpuart_port * sport) lpuart32_txint() argument
960 lpuart32_rxint(struct lpuart_port * sport) lpuart32_rxint() argument
1041 struct lpuart_port *sport = dev_id; lpuart_int() local
1074 lpuart_handle_sysrq(struct lpuart_port * sport) lpuart_handle_sysrq() argument
1105 lpuart_copy_rx_to_tty(struct lpuart_port * sport) lpuart_copy_rx_to_tty() argument
1252 struct lpuart_port *sport = arg; lpuart_dma_rx_complete() local
1257 lpuart32_dma_idleint(struct lpuart_port * sport) lpuart32_dma_idleint() argument
1281 struct lpuart_port *sport = dev_id; lpuart32_int() local
1310 struct lpuart_port *sport = timer_container_of(sport, t, lpuart_timer); lpuart_timer_func() local
1340 lpuart_start_rx_dma(struct lpuart_port * sport) lpuart_start_rx_dma() argument
1433 struct lpuart_port *sport = container_of(port, lpuart_dma_rx_free() local
1618 lpuart_setup_watermark(struct lpuart_port * sport) lpuart_setup_watermark() argument
1651 lpuart_setup_watermark_enable(struct lpuart_port * sport) lpuart_setup_watermark_enable() argument
1662 lpuart32_setup_watermark(struct lpuart_port * sport) lpuart32_setup_watermark() argument
1697 lpuart32_setup_watermark_enable(struct lpuart_port * sport) lpuart32_setup_watermark_enable() argument
1709 rx_dma_timer_init(struct lpuart_port * sport) rx_dma_timer_init() argument
1719 lpuart_request_dma(struct lpuart_port * sport) lpuart_request_dma() argument
1738 lpuart_tx_dma_startup(struct lpuart_port * sport) lpuart_tx_dma_startup() argument
1770 lpuart_rx_dma_startup(struct lpuart_port * sport) lpuart_rx_dma_startup() argument
1806 lpuart_hw_setup(struct lpuart_port * sport) lpuart_hw_setup() argument
1822 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_startup() local
1841 lpuart32_hw_disable(struct lpuart_port * sport) lpuart32_hw_disable() argument
1851 lpuart32_configure(struct lpuart_port * sport) lpuart32_configure() argument
1863 lpuart32_hw_setup(struct lpuart_port * sport) lpuart32_hw_setup() argument
1882 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_startup() local
1912 lpuart_dma_shutdown(struct lpuart_port * sport) lpuart_dma_shutdown() argument
1936 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_shutdown() local
1955 struct lpuart_port *sport = lpuart32_shutdown() local
1991 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_set_termios() local
2216 lpuart32_serial_setbrg(struct lpuart_port * sport,unsigned int baudrate) lpuart32_serial_setbrg() argument
2229 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_set_termios() local
2499 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart_console_write() local
2529 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart32_console_write() local
2561 lpuart_console_get_options(struct lpuart_port * sport,int * baud,int * parity,int * bits) lpuart_console_get_options() argument
2610 lpuart32_console_get_options(struct lpuart_port * sport,int * baud,int * parity,int * bits) lpuart32_console_get_options() argument
2657 struct lpuart_port *sport; lpuart_console_setup() local
2815 lpuart_global_reset(struct lpuart_port * sport) lpuart_global_reset() argument
2867 struct lpuart_port *sport; lpuart_probe() local
2988 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_remove() local
3008 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_runtime_suspend() local
3018 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_runtime_resume() local
3023 serial_lpuart_enable_wakeup(struct lpuart_port * sport,bool on) serial_lpuart_enable_wakeup() argument
3053 lpuart_uport_is_active(struct lpuart_port * sport) lpuart_uport_is_active() argument
3076 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_suspend_noirq() local
3089 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_resume_noirq() local
3109 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_suspend() local
3177 lpuart_console_fixup(struct lpuart_port * sport) lpuart_console_fixup() argument
3205 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_resume() local
[all...]
H A Dfsl_linflexuart.c160 static void linflex_put_char(struct uart_port *sport, unsigned char c) in linflex_put_char() argument
175 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer() argument
203 struct uart_port *sport = dev_id; linflex_txint() local
227 struct uart_port *sport = dev_id; linflex_rxint() local
279 struct uart_port *sport = dev_id; linflex_int() local
315 linflex_setup_watermark(struct uart_port * sport) linflex_setup_watermark() argument
623 linflex_string_write(struct uart_port * sport,const char * s,unsigned int count) linflex_string_write() argument
643 struct uart_port *sport = linflex_ports[co->index]; linflex_console_write() local
665 linflex_console_get_options(struct uart_port * sport,int * parity,int * bits) linflex_console_get_options() argument
695 struct uart_port *sport; linflex_console_setup() local
810 struct uart_port *sport; linflex_probe() local
856 struct uart_port *sport = platform_get_drvdata(pdev); linflex_remove() local
864 struct uart_port *sport = dev_get_drvdata(dev); linflex_suspend() local
873 struct uart_port *sport = dev_get_drvdata(dev); linflex_resume() local
[all...]
H A Desp32_uart.c327 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_startup() local
355 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_shutdown() local
481 struct esp32_port *sport = container_of(port, struct esp32_port, port); in esp32_uart_poll_init() local
534 struct esp32_port *sport = esp32_uart_ports[co->index]; in esp32_uart_console_write() local
554 struct esp32_port *sport; in esp32_uart_console_setup() local
585 struct esp32_port *sport = esp32_uart_ports[co->index]; esp32_uart_console_exit() local
683 struct esp32_port *sport; esp32_uart_probe() 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() argument
801 struct uart_pxa_port *sport; in serial_pxa_probe() local
[all...]
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c203 struct srpt_port *sport; in srpt_event_handler() local
383 static void srpt_get_ioc(struct srpt_port *sport, u3 argument
538 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; srpt_mad_recv_handler() local
615 srpt_refresh_port(struct srpt_port * sport) srpt_refresh_port() argument
699 struct srpt_port *sport; srpt_unregister_mad_agent() local
1850 struct srpt_port *sport = ch->sport; srpt_create_ch_ib() local
2027 struct srpt_port *sport = ch->sport; srpt_disconnect_ch_sync() local
2044 __srpt_close_all_ch(struct srpt_port * sport) __srpt_close_all_ch() argument
2067 srpt_get_nexus(struct srpt_port * sport,const u8 i_port_id[16],const u8 t_port_id[16]) srpt_get_nexus() argument
2106 srpt_set_enabled(struct srpt_port * sport,bool enabled) srpt_set_enabled() argument
2118 srpt_drop_sport_ref(struct srpt_port * sport) srpt_drop_sport_ref() argument
2144 struct srpt_port *sport; srpt_release_channel_work() local
2213 struct srpt_port *sport = &sdev->port[port_num - 1]; srpt_cm_req_recv() local
3003 struct srpt_port *sport = container_of(work, struct srpt_port, work); srpt_refresh_port_work() local
3012 srpt_release_sport(struct srpt_port * sport) srpt_release_sport() argument
3053 struct srpt_port *sport; global() member
3061 struct srpt_port *sport; __srpt_lookup_port() local
3206 struct srpt_port *sport; srpt_add_one() local
3373 struct srpt_port *sport = wwn->priv; srpt_wwn_to_sport_id() local
3517 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_show() local
3526 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_store() local
3554 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_show() local
3563 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_store() local
3591 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_show() local
3600 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_store() local
3628 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_show() local
3637 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_store() local
3773 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_enable_tpg() local
3819 struct srpt_port *sport = srpt_tpg_to_sport(tpg); srpt_drop_tpg() local
3841 struct srpt_port *sport = papi.sport; srpt_make_tport() local
3874 struct srpt_port *sport = wwn->priv; srpt_drop_tport() local
[all...]
/linux/net/ipv6/
H A Dinet6_hashtables.c52 const __be16 sport, in __inet6_lookup_established() argument
132 __be16 sport, in inet6_lookup_reuseport() argument
154 const __be16 sport, const struct in6_addr *daddr, in inet6_lhash2_lookup() argument
181 const __be16 sport, in inet6_lookup_run_sk_lookup() argument
206 inet6_lookup_listener(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const unsigned short hnum,const int dif,const int sdif) inet6_lookup_listener() argument
249 inet6_lookup(const struct net * net,struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const struct in6_addr * saddr,const __be16 sport,const struct in6_addr * daddr,const __be16 dport,const int dif) inet6_lookup() argument
[all...]
H A Dfou6.c22 struct flowi6 *fl6, u8 *protocol, __be16 sport) in fou6_build_udp() argument
43 __be16 sport; in fou6_build_header() local
60 __be16 sport; in gue6_build_header() local
H A Dudp.c130 const struct in6_addr *saddr, __be16 sport, in compute_score() argument
195 const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup1() argument
219 const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup2() argument
276 const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup4() argument
289 const struct in6_addr *saddr, __be16 sport, in udp6_lib_lookup4() argument
344 __udp6_lib_lookup(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,__be16 dport,int dif,int sdif,struct udp_table * udptable,struct sk_buff * skb) __udp6_lib_lookup() argument
409 __udp6_lib_lookup_skb(struct sk_buff * skb,__be16 sport,__be16 dport,struct udp_table * udptable) __udp6_lib_lookup_skb() argument
420 udp6_lib_lookup_skb(const struct sk_buff * skb,__be16 sport,__be16 dport) udp6_lib_lookup_skb() argument
438 udp6_lib_lookup(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,__be16 dport,int dif) udp6_lib_lookup() argument
[all...]
/linux/include/net/
H A Dinet6_hashtables.h89 const __be16 sport, in __inet6_lookup() argument
108 const struct in6_addr *saddr, const __be16 sport, in inet6_steal_sock() argument
148 const __be16 sport, in __inet6_lookup_skb() argument
[all...]
H A Droute.h204 __be16 dport, __be16 sport, in ip_route_output_ports() argument
321 __be16 sport, __be16 dport, in ip_route_connect_init() argument
339 __be16 sport, __be16 dport, in ip_route_connect() argument
360 __be16 sport, __be16 dport, in ip_route_newports() argument
[all...]
/linux/net/core/
H A Dsecure_seq.c77 __be16 sport, __be16 dport) in secure_tcpv6_seq() argument
82 __be16 sport; in secure_tcpv6_seq() member
137 __be16 sport, __be16 dport) in secure_tcp_seq() argument
/linux/net/ipv4/netfilter/
H A Dnf_socket_ipv4.c69 const __be16 sport, const __be16 dport, in nf_socket_get_sock_v4() argument
88 __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() argument
100 __be16 dport, sport; in nf_sk_lookup_slow_v6() local
/linux/net/ipv4/
H A Dsyncookies.c45 static u32 cookie_hash(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport, in cookie_hash() argument
84 static __u32 secure_tcp_syn_cookie(__be32 saddr, __be32 daddr, __be16 sport, in secure_tcp_syn_cookie() argument
114 __be16 sport, __be16 dport, __u32 sseq) in check_tcp_syn_cookie() argument
[all...]
H A Dfou_core.c945 u8 *protocol, __be16 *sport, int type) in __fou_build_header() argument
961 u8 *protocol, __be16 *sport, int type) in __gue_build_header() argument
1036 struct flowi4 *fl4, u8 *protocol, __be16 sport) in fou_build_udp() argument
1059 __be16 sport; in fou_build_header() local
1076 __be16 sport; gue_build_header() local
[all...]
H A Dfou_bpf.c16 __be16 sport; member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c41 __be16 sport = 0; variable
174 __u16 sport = bpf_get_prandom_u32(); in nf_ct_test() local
277 __u16 sport = bpf_get_prandom_u32(); in nf_ct_opts_new_test() local
[all...]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c118 static int sparx5_mirror_get(struct sparx5_port *sport, in sparx5_mirror_get() argument
154 struct sparx5_port *sport, *mport; in sparx5_mirror_add() local
[all...]
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c42 u16 sport; in get_ah_udp_sport() local
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c186 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from() argument
217 int epfd, conn, i, sport, expected; in test_recv_order() local
/linux/drivers/net/
H A Dbareudp.c314 __be16 sport, df; in bareudp_xmit_skb() local
387 __be16 sport; in bareudp6_xmit_skb() local
507 __be16 sport; in bareudp_fill_metadata_dst() local
[all...]
/linux/drivers/infiniband/hw/mlx5/
H A Dah.c39 __be16 sport; in mlx5_ah_get_udp_sport() local

1234