Home
last modified time | relevance | path

Searched defs:port (Results 176 – 200 of 2623) sorted by relevance

12345678910>>...105

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c122 struct uart_port *port; in serial8250_interrupt() local
304 struct uart_port *port = &up->port; in univ8250_setup_timer() local
329 struct uart_port *port = &up->port; in univ8250_setup_irq() local
339 struct uart_port *port = &up->port; in univ8250_release_irq() local
352 struct uart_port *port = &up->port; in serial8250_request_rsa_resource() local
373 struct uart_port *port = &up->port; in serial8250_release_rsa_resource() local
417 void (*v)(int port, struct uart_port *up, u32 *capabilities)) in serial8250_set_isa_configurator()
425 static void univ8250_config_port(struct uart_port *port, int flags) in univ8250_config_port()
451 static int univ8250_request_port(struct uart_port *port) in univ8250_request_port()
466 static void univ8250_release_port(struct uart_port *port) in univ8250_release_port()
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c82 unsigned long roce_gid_type_mask_support(struct ib_device *ib_dev, u32 port) in roce_gid_type_mask_support()
99 u32 port, union ib_gid *gid, in update_gid()
147 is_eth_port_of_netdev_filter(struct ib_device *ib_dev, u32 port, in is_eth_port_of_netdev_filter()
171 is_eth_port_inactive_slave_filter(struct ib_device *ib_dev, u32 port, in is_eth_port_inactive_slave_filter()
201 is_ndev_for_default_gid_filter(struct ib_device *ib_dev, u32 port, in is_ndev_for_default_gid_filter()
227 static bool pass_all_filter(struct ib_device *ib_dev, u32 port, in pass_all_filter()
233 static bool upper_device_filter(struct ib_device *ib_dev, u32 port, in upper_device_filter()
264 is_upper_ndev_bond_master_filter(struct ib_device *ib_dev, u32 port, in is_upper_ndev_bond_master_filter()
284 u32 port, struct net_device *ndev, in update_gid_ip()
298 u32 port, in bond_delete_netdev_default_gids()
[all …]
/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c258 static void smi_port_disableInterrupt(struct smi_port *port) in smi_port_disableInterrupt()
266 static void smi_port_enableInterrupt(struct smi_port *port) in smi_port_enableInterrupt()
274 static void smi_port_clearInterrupt(struct smi_port *port) in smi_port_clearInterrupt()
285 struct smi_port *port = from_tasklet(port, t, tasklet); in smi_dma_xfer() local
351 static void smi_port_dma_free(struct smi_port *port) in smi_port_dma_free()
367 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init()
438 static void smi_port_exit(struct smi_port *port) in smi_port_exit()
446 static int smi_port_irq(struct smi_port *port, u32 int_status) in smi_port_irq()
525 static int smi_dvbsky_m88ds3103_fe_attach(struct smi_port *port) in smi_dvbsky_m88ds3103_fe_attach()
580 static int smi_dvbsky_m88rs6000_fe_attach(struct smi_port *port) in smi_dvbsky_m88rs6000_fe_attach()
[all …]
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_erp.c92 static void zfcp_erp_action_dismiss_port(struct zfcp_port *port) in zfcp_erp_action_dismiss_port()
109 struct zfcp_port *port; in zfcp_erp_action_dismiss_adapter() local
123 struct zfcp_port *port, struct scsi_device *sdev) in zfcp_erp_handle_failed()
163 struct zfcp_port *port, in zfcp_erp_required_act()
216 struct zfcp_port *port, in zfcp_erp_setup_act()
283 struct zfcp_port *port, in zfcp_erp_action_enqueue()
388 void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag) in zfcp_erp_port_shutdown()
394 static void zfcp_erp_port_block(struct zfcp_port *port, int clear) in zfcp_erp_port_block()
400 static void _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, in _zfcp_erp_port_forced_reopen()
416 void zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, in zfcp_erp_port_forced_reopen()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Datmel_pio4.c19 static struct atmel_pio4_port *atmel_pio4_port_base(u32 port) in atmel_pio4_port_base()
45 static int atmel_pio4_config_io_func(u32 port, u32 pin, in atmel_pio4_config_io_func()
68 int atmel_pio4_set_gpio(u32 port, u32 pin, u32 config) in atmel_pio4_set_gpio()
75 int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_a_periph()
82 int atmel_pio4_set_b_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_b_periph()
89 int atmel_pio4_set_c_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_c_periph()
96 int atmel_pio4_set_d_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_d_periph()
103 int atmel_pio4_set_e_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_e_periph()
110 int atmel_pio4_set_f_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_f_periph()
117 int atmel_pio4_set_g_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_g_periph()
[all …]
/openbmc/linux/drivers/usb/serial/
H A Dark3116.c124 static int ark3116_port_probe(struct usb_serial_port *port) in ark3116_port_probe()
181 static void ark3116_port_remove(struct usb_serial_port *port) in ark3116_port_remove()
191 struct usb_serial_port *port, in ark3116_set_termios()
296 static void ark3116_close(struct usb_serial_port *port) in ark3116_close()
311 static int ark3116_open(struct tty_struct *tty, struct usb_serial_port *port) in ark3116_open()
376 struct usb_serial_port *port = tty->driver_data; in ark3116_tiocmget() local
403 struct usb_serial_port *port = tty->driver_data; in ark3116_tiocmset() local
438 struct usb_serial_port *port = tty->driver_data; in ark3116_break_ctl() local
457 static void ark3116_update_msr(struct usb_serial_port *port, __u8 msr) in ark3116_update_msr()
480 static void ark3116_update_lsr(struct usb_serial_port *port, __u8 lsr) in ark3116_update_lsr()
[all …]
H A Dmetro-usb.c78 static int metrousb_send_unidirectional_cmd(u8 cmd, struct usb_serial_port *port) in metrousb_send_unidirectional_cmd()
109 struct usb_serial_port *port = urb->context; in metrousb_read_int_callback() local
163 static void metrousb_cleanup(struct usb_serial_port *port) in metrousb_cleanup()
170 static int metrousb_open(struct tty_struct *tty, struct usb_serial_port *port) in metrousb_open()
244 static int metrousb_port_probe(struct usb_serial_port *port) in metrousb_port_probe()
259 static void metrousb_port_remove(struct usb_serial_port *port) in metrousb_port_remove()
269 struct usb_serial_port *port = tty->driver_data; in metrousb_throttle() local
282 struct usb_serial_port *port = tty->driver_data; in metrousb_tiocmget() local
296 struct usb_serial_port *port = tty->driver_data; in metrousb_tiocmset() local
324 struct usb_serial_port *port = tty->driver_data; in metrousb_unthrottle() local
H A Dbelkin_sa.c113 static int belkin_sa_port_probe(struct usb_serial_port *port) in belkin_sa_port_probe()
138 static void belkin_sa_port_remove(struct usb_serial_port *port) in belkin_sa_port_remove()
147 struct usb_serial_port *port) in belkin_sa_open()
164 static void belkin_sa_close(struct usb_serial_port *port) in belkin_sa_close()
172 struct usb_serial_port *port = urb->context; in belkin_sa_read_int_callback() local
237 struct usb_serial_port *port = urb->context; in belkin_sa_process_read_urb() local
277 struct usb_serial_port *port, in belkin_sa_set_termios()
404 struct usb_serial_port *port = tty->driver_data; in belkin_sa_break_ctl() local
419 struct usb_serial_port *port = tty->driver_data; in belkin_sa_tiocmget() local
434 struct usb_serial_port *port = tty->driver_data; in belkin_sa_tiocmset() local
H A Dkobil_sct.c114 static int kobil_port_probe(struct usb_serial_port *port) in kobil_port_probe()
147 static void kobil_port_remove(struct usb_serial_port *port) in kobil_port_remove()
165 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port) in kobil_open()
256 static void kobil_close(struct usb_serial_port *port) in kobil_close()
267 struct usb_serial_port *port = urb->context; in kobil_read_int_callback() local
293 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port, in kobil_write()
371 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmget() local
420 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmset() local
478 struct usb_serial_port *port, in kobil_set_termios()
538 struct usb_serial_port *port = tty->driver_data; in kobil_ioctl() local
H A Dmos7840.c199 struct usb_serial_port *port; /* loop back to the owner of this object */ member
227 static int mos7840_set_reg_sync(struct usb_serial_port *port, __u16 reg, in mos7840_set_reg_sync()
245 static int mos7840_get_reg_sync(struct usb_serial_port *port, __u16 reg, in mos7840_get_reg_sync()
278 static int mos7840_set_uart_reg(struct usb_serial_port *port, __u16 reg, in mos7840_set_uart_reg()
302 static int mos7840_get_uart_reg(struct usb_serial_port *port, __u16 reg, in mos7840_get_uart_reg()
334 static void mos7840_dump_serial_port(struct usb_serial_port *port, in mos7840_dump_serial_port()
388 static void mos7840_set_led_sync(struct usb_serial_port *port, __u16 reg, in mos7840_set_led_sync()
414 static void mos7840_led_activity(struct usb_serial_port *port) in mos7840_led_activity()
435 struct usb_serial_port *port = mos7840_port->port; in mos7840_bulk_in_callback() local
478 struct usb_serial_port *port = mos7840_port->port; in mos7840_bulk_out_data_callback() local
[all …]
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c184 struct port { struct
195 int id; /* logical port ID */ argument
196 int speed, duplex;
197 u8 firmware[4];
198 int hwts_tx_en;
199 int hwts_rx_en;
251 #define rx_desc_phys(port, n) ((port)->desc_tab_phys + \ argument
253 #define rx_desc_ptr(port, n) (&(port)->desc_tab[n]) argument
255 #define tx_desc_phys(port, n) ((port)->desc_tab_phys + \ argument
257 #define tx_desc_ptr(port, n) (&(port)->desc_tab[(n) + RX_DESCS]) argument
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ierb.c29 #define ENETC_IERB_TXMBAR(port) (((port) * 0x100) + 0x8080) argument
30 #define ENETC_IERB_RXMBER(port) (((port) * 0x100) + 0x8090) argument
31 #define ENETC_IERB_RXMBLR(port) (((port) * 0x100) + 0x8094) argument
32 #define ENETC_IERB_RXBCR(port) (((port) * 0x100) + 0x80a0) argument
33 #define ENETC_IERB_TXBCR(port) (((port) * 0x100) + 0x80a8) argument
51 int port = enetc_pf_to_port(pf_pdev); in enetc_ierb_register_pf() local
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c323 static int ocelot_port_update_stats(struct ocelot *ocelot, int port) in ocelot_port_update_stats()
344 static void ocelot_port_transfer_stats(struct ocelot *ocelot, int port) in ocelot_port_transfer_stats()
369 int port, err; in ocelot_check_stats_work() local
395 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data) in ocelot_get_strings()
416 static void ocelot_port_stats_run(struct ocelot *ocelot, int port, void *priv, in ocelot_port_stats_run()
442 int ocelot_get_sset_count(struct ocelot *ocelot, int port, int sset) in ocelot_get_sset_count()
461 static void ocelot_port_ethtool_stats_cb(struct ocelot *ocelot, int port, in ocelot_port_ethtool_stats_cb()
481 void ocelot_get_ethtool_stats(struct ocelot *ocelot, int port, u64 *data) in ocelot_get_ethtool_stats()
487 static void ocelot_port_pause_stats_cb(struct ocelot *ocelot, int port, void *priv) in ocelot_port_pause_stats_cb()
496 static void ocelot_port_pmac_pause_stats_cb(struct ocelot *ocelot, int port, in ocelot_port_pmac_pause_stats_cb()
[all …]
H A Docelot_mrp.c91 static int ocelot_mrp_trap_add(struct ocelot *ocelot, int port) in ocelot_mrp_trap_add()
99 static int ocelot_mrp_trap_del(struct ocelot *ocelot, int port) in ocelot_mrp_trap_del()
107 struct ocelot_port *port) in ocelot_mrp_save_mac()
116 struct ocelot_port *port) in ocelot_mrp_del_mac()
122 int ocelot_mrp_add(struct ocelot *ocelot, int port, in ocelot_mrp_add()
144 int ocelot_mrp_del(struct ocelot *ocelot, int port, in ocelot_mrp_del()
161 int ocelot_mrp_add_ring_role(struct ocelot *ocelot, int port, in ocelot_mrp_add_ring_role()
201 int ocelot_mrp_del_ring_role(struct ocelot *ocelot, int port, in ocelot_mrp_del_ring_role()
H A Docelot_net.c69 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_port_pool_get() local
81 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_port_pool_set() local
94 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_tc_pool_bind_get() local
109 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_tc_pool_bind_set() local
138 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_occ_port_pool_get() local
151 int port = devlink_port_to_port(dlp); in ocelot_devlink_sb_occ_tc_port_bind_get() local
171 int ocelot_port_devlink_init(struct ocelot *ocelot, int port, in ocelot_port_devlink_init()
190 void ocelot_port_devlink_teardown(struct ocelot *ocelot, int port) in ocelot_port_devlink_teardown()
202 int port = priv->port.index; in ocelot_setup_tc_cls_flower() local
227 int port = priv->port.index; in ocelot_setup_tc_cls_matchall_police() local
[all …]
H A Docelot_mm.c52 void ocelot_port_update_active_preemptible_tcs(struct ocelot *ocelot, int port) in ocelot_port_update_active_preemptible_tcs()
90 void ocelot_port_change_fp(struct ocelot *ocelot, int port, in ocelot_port_change_fp()
105 static void ocelot_mm_update_port_status(struct ocelot *ocelot, int port) in ocelot_mm_update_port_status()
157 int port; in ocelot_mm_irq() local
168 int ocelot_port_set_mm(struct ocelot *ocelot, int port, in ocelot_port_set_mm()
234 int ocelot_port_get_mm(struct ocelot *ocelot, int port, in ocelot_port_get_mm()
276 int port; in ocelot_mm_init() local
/openbmc/linux/drivers/phy/tegra/
H A Dxusb.c422 tegra_xusb_port_find_lane(struct tegra_xusb_port *port, in tegra_xusb_port_find_lane()
477 struct tegra_xusb_port *port; in tegra_xusb_find_port() local
499 struct tegra_xusb_port *port; in tegra_xusb_find_usb2_port() local
511 struct tegra_xusb_port *port; in tegra_xusb_find_usb3_port() local
522 struct tegra_xusb_port *port = to_tegra_xusb_port(dev); in tegra_xusb_port_release() local
532 static int tegra_xusb_port_init(struct tegra_xusb_port *port, in tegra_xusb_port_init()
564 static void tegra_xusb_port_unregister(struct tegra_xusb_port *port) in tegra_xusb_port_unregister()
609 struct tegra_xusb_port *port = container_of(work, in tegra_xusb_usb_phy_work() local
625 struct tegra_xusb_port *port = usb_role_switch_get_drvdata(sw); in tegra_xusb_role_sw_set() local
637 struct tegra_xusb_port *port = container_of(otg->usb_phy, in tegra_xusb_set_peripheral() local
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dpmac_zilog.c211 struct tty_port *port; in pmz_receive_chars() local
497 static unsigned int pmz_tx_empty(struct uart_port *port) in pmz_tx_empty()
513 static void pmz_set_mctrl(struct uart_port *port, unsigned int mctrl) in pmz_set_mctrl()
553 static unsigned int pmz_get_mctrl(struct uart_port *port) in pmz_get_mctrl()
577 static void pmz_stop_tx(struct uart_port *port) in pmz_stop_tx()
586 static void pmz_start_tx(struct uart_port *port) in pmz_start_tx()
628 static void pmz_stop_rx(struct uart_port *port) in pmz_stop_rx()
641 static void pmz_enable_ms(struct uart_port *port) in pmz_enable_ms()
661 static void pmz_break_ctl(struct uart_port *port, int break_state) in pmz_break_ctl()
873 static int pmz_startup(struct uart_port *port) in pmz_startup()
[all …]
H A Dsa1100.c75 struct uart_port port; member
129 static void sa1100_stop_tx(struct uart_port *port) in sa1100_stop_tx()
143 static void sa1100_start_tx(struct uart_port *port) in sa1100_start_tx()
157 static void sa1100_stop_rx(struct uart_port *port) in sa1100_stop_rx()
170 static void sa1100_enable_ms(struct uart_port *port) in sa1100_enable_ms()
287 static unsigned int sa1100_tx_empty(struct uart_port *port) in sa1100_tx_empty()
295 static unsigned int sa1100_get_mctrl(struct uart_port *port) in sa1100_get_mctrl()
306 static void sa1100_set_mctrl(struct uart_port *port, unsigned int mctrl) in sa1100_set_mctrl()
317 static void sa1100_break_ctl(struct uart_port *port, int break_state) in sa1100_break_ctl()
334 static int sa1100_startup(struct uart_port *port) in sa1100_startup()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c23 static int sparx5_port_attr_pre_bridge_flags(struct sparx5_port *port, in sparx5_port_attr_pre_bridge_flags()
32 static void sparx5_port_update_mcast_ip_flood(struct sparx5_port *port, bool flood_flag) in sparx5_port_update_mcast_ip_flood()
41 static void sparx5_port_attr_bridge_flags(struct sparx5_port *port, in sparx5_port_attr_bridge_flags()
55 static void sparx5_attr_stp_state_set(struct sparx5_port *port, in sparx5_attr_stp_state_set()
85 static void sparx5_port_attr_ageing_set(struct sparx5_port *port, in sparx5_port_attr_ageing_set()
94 static void sparx5_port_attr_mrouter_set(struct sparx5_port *port, in sparx5_port_attr_mrouter_set()
129 struct sparx5_port *port = netdev_priv(dev); in sparx5_port_attr_set() local
165 static int sparx5_port_bridge_join(struct sparx5_port *port, in sparx5_port_bridge_join()
205 static void sparx5_port_bridge_leave(struct sparx5_port *port, in sparx5_port_bridge_leave()
231 struct sparx5_port *port = netdev_priv(dev); in sparx5_port_changeupper() local
[all …]
/openbmc/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c72 struct vnet_port *port = netdev_priv(dev); in vsw_get_msglevel() local
79 struct vnet_port *port = netdev_priv(dev); in vsw_set_msglevel() local
98 struct vnet_port *port = netdev_priv(dev); in vsw_tx_port_find() local
106 struct vnet_port *port = netdev_priv(dev); in vsw_select_queue() local
122 struct vnet_port *port = netdev_priv(dev); in vsw_set_rx_mode() local
129 struct vnet_port *port = netdev_priv(dev); in ldmvsw_open() local
143 struct vnet_port *port = netdev_priv(dev); in vsw_poll_controller() local
231 struct vnet_port *port; in vsw_alloc_netdev() local
278 struct vnet_port *port; in vsw_port_probe() local
407 struct vnet_port *port = dev_get_drvdata(&vdev->dev); in vsw_port_remove() local
/openbmc/linux/drivers/thunderbolt/
H A Dclx.c38 static int tb_port_pm_secondary_set(struct tb_port *port, bool secondary) in tb_port_pm_secondary_set()
57 static int tb_port_pm_secondary_enable(struct tb_port *port) in tb_port_pm_secondary_enable()
62 static int tb_port_pm_secondary_disable(struct tb_port *port) in tb_port_pm_secondary_disable()
68 static bool tb_port_clx_supported(struct tb_port *port, unsigned int clx) in tb_port_clx_supported()
103 static int tb_port_clx_set(struct tb_port *port, unsigned int clx, bool enable) in tb_port_clx_set()
132 static int tb_port_clx_disable(struct tb_port *port, unsigned int clx) in tb_port_clx_disable()
137 static int tb_port_clx_enable(struct tb_port *port, unsigned int clx) in tb_port_clx_enable()
142 static int tb_port_clx(struct tb_port *port) in tb_port_clx()
172 bool tb_port_clx_is_enabled(struct tb_port *port, unsigned int clx) in tb_port_clx_is_enabled()
/openbmc/linux/drivers/usb/typec/
H A Dclass.c75 struct typec_port *port = to_typec_port(dev->parent); in get_pd_product_type() local
239 struct typec_port *port = typec_altmode2port(adev); in typec_altmode_set_partner() local
858 struct typec_partner *typec_register_partner(struct typec_port *port, in typec_register_partner()
1117 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()
1178 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
1243 int typec_port_set_usb_power_delivery(struct typec_port *port, struct usb_power_delivery *pd) in typec_port_set_usb_power_delivery()
1268 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_store() local
1289 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_show() local
1320 struct typec_port *port = to_typec_port(kobj_to_dev(kobj)); in port_attr_is_visible() local
1373 struct typec_port *port = to_typec_port(dev); in preferred_role_store() local
[all …]
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c18 int hellcreek_get_ts_info(struct dsa_switch *ds, int port, in hellcreek_get_ts_info()
42 static int hellcreek_set_hwtstamp_config(struct hellcreek *hellcreek, int port, in hellcreek_set_hwtstamp_config()
112 int hellcreek_port_hwtstamp_set(struct dsa_switch *ds, int port, in hellcreek_port_hwtstamp_set()
136 int hellcreek_port_hwtstamp_get(struct dsa_switch *ds, int port, in hellcreek_port_hwtstamp_get()
154 int port, struct sk_buff *skb, in hellcreek_should_tstamp()
214 struct hellcreek_port_hwtstamp *ps, int port) in hellcreek_txtstamp_work()
295 int port) in hellcreek_get_rxts()
333 int port) in hellcreek_rxtstamp_work()
365 void hellcreek_port_txtstamp(struct dsa_switch *ds, int port, in hellcreek_port_txtstamp()
408 bool hellcreek_port_rxtstamp(struct dsa_switch *ds, int port, in hellcreek_port_rxtstamp()
[all …]
/openbmc/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c86 static void xrs700x_get_strings(struct dsa_switch *ds, int port, in xrs700x_get_strings()
100 static int xrs700x_get_sset_count(struct dsa_switch *ds, int port, int sset) in xrs700x_get_sset_count()
108 static void xrs700x_read_port_counters(struct xrs700x *priv, int port) in xrs700x_read_port_counters()
161 static void xrs700x_get_ethtool_stats(struct dsa_switch *ds, int port, in xrs700x_get_ethtool_stats()
174 static void xrs700x_get_stats64(struct dsa_switch *ds, int port, in xrs700x_get_stats64()
229 int port, in xrs700x_get_tag_protocol()
257 static void xrs700x_port_stp_state_set(struct dsa_switch *ds, int port, in xrs700x_port_stp_state_set()
299 static int xrs700x_port_add_bpdu_ipf(struct dsa_switch *ds, int port) in xrs700x_port_add_bpdu_ipf()
342 static int xrs700x_port_add_hsrsup_ipf(struct dsa_switch *ds, int port, in xrs700x_port_add_hsrsup_ipf()
385 static int xrs700x_port_setup(struct dsa_switch *ds, int port) in xrs700x_port_setup()
[all …]

12345678910>>...105