Home
last modified time | relevance | path

Searched defs:port (Results 151 – 175 of 2432) sorted by relevance

12345678910>>...98

/OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/
H A Dgemini.c228 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_update_config0_reg() local
243 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_enable_tx_rx() local
258 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_disable_tx_rx() local
275 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_set_flow_control() local
294 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_speed_set() local
364 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_setup_phy() local
468 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_init() local
548 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_setup_txqs() local
607 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_clean_txq() local
678 struct gemini_ethernet_port *port = netdev_priv(netdev); in gmac_cleanup_txqs() local
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Diomap.c39 static void bad_io_access(unsigned long port, const char *access) in bad_io_access()
63 #define pio_read16be(port) swab16(inw(port)) argument
64 #define pio_read32be(port) swab32(inl(port)) argument
105 static u64 pio_read64_lo_hi(unsigned long port) in pio_read64_lo_hi()
115 static u64 pio_read64_hi_lo(unsigned long port) in pio_read64_hi_lo()
125 static u64 pio_read64be_lo_hi(unsigned long port) in pio_read64be_lo_hi()
135 static u64 pio_read64be_hi_lo(unsigned long port) in pio_read64be_hi_lo()
179 #define pio_write16be(val,port) outw(swab16(val),port) argument
180 #define pio_write32be(val,port) outl(swab32(val),port) argument
184 #define mmio_write16be(val,port) writew(swab16(val),port) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c167 struct port { struct
177 int id; /* logical port ID */ argument
178 int speed, duplex;
179 u8 firmware[4];
180 int hwts_tx_en;
181 int hwts_rx_en;
233 #define rx_desc_phys(port, n) ((port)->desc_tab_phys + \ argument
235 #define rx_desc_ptr(port, n) (&(port)->desc_tab[n]) argument
237 #define tx_desc_phys(port, n) ((port)->desc_tab_phys + \ argument
239 #define tx_desc_ptr(port, n) (&(port)->desc_tab[(n) + RX_DESCS]) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Droce_gid_mgmt.c82 unsigned long roce_gid_type_mask_support(struct ib_device *ib_dev, u8 port) in roce_gid_type_mask_support()
99 u8 port, union ib_gid *gid, in update_gid()
147 is_eth_port_of_netdev_filter(struct ib_device *ib_dev, u8 port, in is_eth_port_of_netdev_filter()
171 is_eth_port_inactive_slave_filter(struct ib_device *ib_dev, u8 port, in is_eth_port_inactive_slave_filter()
200 is_ndev_for_default_gid_filter(struct ib_device *ib_dev, u8 port, in is_ndev_for_default_gid_filter()
226 static bool pass_all_filter(struct ib_device *ib_dev, u8 port, in pass_all_filter()
232 static bool upper_device_filter(struct ib_device *ib_dev, u8 port, in upper_device_filter()
263 is_upper_ndev_bond_master_filter(struct ib_device *ib_dev, u8 port, in is_upper_ndev_bond_master_filter()
283 u8 port, struct net_device *ndev, in update_gid_ip()
297 u8 port, in bond_delete_netdev_default_gids()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-xgene.c75 static u32 xgene_pcie_readl(struct xgene_pcie_port *port, u32 reg) in xgene_pcie_readl()
80 static void xgene_pcie_writel(struct xgene_pcie_port *port, u32 reg, u32 val) in xgene_pcie_writel()
107 struct xgene_pcie_port *port = pcie_bus_to_port(bus); in xgene_pcie_get_cfg_base() local
121 struct xgene_pcie_port *port = pcie_bus_to_port(bus); in xgene_pcie_set_rtdid_reg() local
168 struct xgene_pcie_port *port = pcie_bus_to_port(bus); in xgene_pcie_config_read32() local
230 struct xgene_pcie_port *port; in xgene_pcie_ecam_init() local
286 static u64 xgene_pcie_set_ib_mask(struct xgene_pcie_port *port, u32 addr, in xgene_pcie_set_ib_mask()
312 static void xgene_pcie_linkup(struct xgene_pcie_port *port, in xgene_pcie_linkup()
327 static int xgene_pcie_init_port(struct xgene_pcie_port *port) in xgene_pcie_init_port()
347 static int xgene_pcie_map_reg(struct xgene_pcie_port *port, in xgene_pcie_map_reg()
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_core.c122 struct uart_port *port; in serial8250_interrupt() local
315 struct uart_port *port = &up->port; in univ8250_setup_irq() local
345 struct uart_port *port = &up->port; in univ8250_release_irq() local
358 struct uart_port *port = &up->port; in serial8250_request_rsa_resource() local
379 struct uart_port *port = &up->port; in serial8250_release_rsa_resource() local
422 void (*v)(int port, struct uart_port *up, u32 *capabilities)) in serial8250_set_isa_configurator()
430 static void univ8250_config_port(struct uart_port *port, int flags) in univ8250_config_port()
456 static int univ8250_request_port(struct uart_port *port) in univ8250_request_port()
471 static void univ8250_release_port(struct uart_port *port) in univ8250_release_port()
511 struct uart_port *port = &up->port; in serial8250_isa_init_ports() local
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/net/dsa/
H A Dswitch.c55 static bool dsa_switch_mtu_match(struct dsa_switch *ds, int port, in dsa_switch_mtu_match()
73 int port, ret; in dsa_switch_mtu() local
162 int port = dsa_towards_port(ds, info->sw_index, info->port); in dsa_switch_fdb_add() local
173 int port = dsa_towards_port(ds, info->sw_index, info->port); in dsa_switch_fdb_del() local
181 static bool dsa_switch_mdb_match(struct dsa_switch *ds, int port, in dsa_switch_mdb_match()
196 int port, err; in dsa_switch_mdb_prepare() local
215 int port; in dsa_switch_mdb_add() local
242 static bool dsa_switch_vlan_match(struct dsa_switch *ds, int port, in dsa_switch_vlan_match()
257 int port, err; in dsa_switch_vlan_prepare() local
276 int port; in dsa_switch_vlan_add() local
/OK3568_Linux_fs/kernel/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()
365 static int smi_port_init(struct smi_port *port, int dmaChanUsed) in smi_port_init()
434 static void smi_port_exit(struct smi_port *port) in smi_port_exit()
442 static int smi_port_irq(struct smi_port *port, u32 int_status) in smi_port_irq()
521 static int smi_dvbsky_m88ds3103_fe_attach(struct smi_port *port) in smi_dvbsky_m88ds3103_fe_attach()
576 static int smi_dvbsky_m88rs6000_fe_attach(struct smi_port *port) in smi_dvbsky_m88rs6000_fe_attach()
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dswitch.c462 static const char *tb_port_type(struct tb_regs_port_header *port) in tb_port_type()
491 static void tb_dump_port(struct tb *tb, struct tb_regs_port_header *port) in tb_dump_port()
511 static int tb_port_state(struct tb_port *port) in tb_port_state()
538 int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged) in tb_wait_for_port()
597 int tb_port_add_nfc_credits(struct tb_port *port, int credits) in tb_port_add_nfc_credits()
631 int tb_port_set_initial_credits(struct tb_port *port, u32 credits) in tb_port_set_initial_credits()
651 int tb_port_clear_counter(struct tb_port *port, int counter) in tb_port_clear_counter()
665 int tb_port_unlock(struct tb_port *port) in tb_port_unlock()
676 static int __tb_port_enable(struct tb_port *port, bool enable) in __tb_port_enable()
704 int tb_port_enable(struct tb_port *port) in tb_port_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c143 static bool sja1105_supports_sgmii(struct sja1105_private *priv, int port) in sja1105_supports_sgmii()
317 int port; in sja1105_init_static_vlan() local
631 int port, tc; in sja1105_init_l2_policing() local
916 static int sja1105_adjust_port_config(struct sja1105_private *priv, int port, in sja1105_adjust_port_config()
1000 static bool sja1105_phy_mode_mismatch(struct sja1105_private *priv, int port, in sja1105_phy_mode_mismatch()
1026 static void sja1105_mac_config(struct dsa_switch *ds, int port, in sja1105_mac_config()
1049 static void sja1105_mac_link_down(struct dsa_switch *ds, int port, in sja1105_mac_link_down()
1056 static void sja1105_mac_link_up(struct dsa_switch *ds, int port, in sja1105_mac_link_up()
1073 static void sja1105_phylink_validate(struct dsa_switch *ds, int port, in sja1105_phylink_validate()
1114 static int sja1105_mac_pcs_get_state(struct dsa_switch *ds, int port, in sja1105_mac_pcs_get_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c65 struct prestera_port *port; member
139 prestera_port_vlan_by_vid(struct prestera_port *port, u16 vid) in prestera_port_vlan_by_vid()
152 prestera_port_vlan_create(struct prestera_port *port, u16 vid, bool untagged) in prestera_port_vlan_create()
187 struct prestera_port *port = port_vlan->port; in prestera_port_vlan_bridge_leave() local
216 struct prestera_port *port = port_vlan->port; in prestera_port_vlan_destroy() local
399 struct prestera_port *port = netdev_priv(br_port->dev); in prestera_bridge_1d_port_join() local
425 static int prestera_port_bridge_join(struct prestera_port *port, in prestera_port_bridge_join()
462 struct prestera_port *port = netdev_priv(br_port->dev); in prestera_bridge_1q_port_leave() local
470 struct prestera_port *port = netdev_priv(br_port->dev); in prestera_bridge_1d_port_leave() local
476 static int prestera_port_vid_stp_set(struct prestera_port *port, u16 vid, in prestera_port_vid_stp_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpmac_zilog.c218 struct tty_port *port; in pmz_receive_chars() local
522 static unsigned int pmz_tx_empty(struct uart_port *port) in pmz_tx_empty()
538 static void pmz_set_mctrl(struct uart_port *port, unsigned int mctrl) in pmz_set_mctrl()
578 static unsigned int pmz_get_mctrl(struct uart_port *port) in pmz_get_mctrl()
602 static void pmz_stop_tx(struct uart_port *port) in pmz_stop_tx()
611 static void pmz_start_tx(struct uart_port *port) in pmz_start_tx()
658 static void pmz_stop_rx(struct uart_port *port) in pmz_stop_rx()
675 static void pmz_enable_ms(struct uart_port *port) in pmz_enable_ms()
695 static void pmz_break_ctl(struct uart_port *port, int break_state) in pmz_break_ctl()
907 static int pmz_startup(struct uart_port *port) in pmz_startup()
[all …]
H A Dserial_txx9.c61 struct uart_port port; member
216 static struct uart_txx9_port *to_uart_txx9_port(struct uart_port *port) in to_uart_txx9_port()
221 static void serial_txx9_stop_tx(struct uart_port *port) in serial_txx9_stop_tx()
227 static void serial_txx9_start_tx(struct uart_port *port) in serial_txx9_start_tx()
233 static void serial_txx9_stop_rx(struct uart_port *port) in serial_txx9_stop_rx()
239 static void serial_txx9_initialize(struct uart_port *port) in serial_txx9_initialize()
405 static unsigned int serial_txx9_tx_empty(struct uart_port *port) in serial_txx9_tx_empty()
418 static unsigned int serial_txx9_get_mctrl(struct uart_port *port) in serial_txx9_get_mctrl()
431 static void serial_txx9_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial_txx9_set_mctrl()
441 static void serial_txx9_break_ctl(struct uart_port *port, int break_state) in serial_txx9_break_ctl()
[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()
314 static unsigned int sa1100_tx_empty(struct uart_port *port) in sa1100_tx_empty()
322 static unsigned int sa1100_get_mctrl(struct uart_port *port) in sa1100_get_mctrl()
333 static void sa1100_set_mctrl(struct uart_port *port, unsigned int mctrl) in sa1100_set_mctrl()
344 static void sa1100_break_ctl(struct uart_port *port, int break_state) in sa1100_break_ctl()
361 static int sa1100_startup(struct uart_port *port) in sa1100_startup()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dsymbolserial.c34 struct usb_serial_port *port = urb->context; in symbol_int_callback() local
91 static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) in symbol_open()
111 static void symbol_close(struct usb_serial_port *port) in symbol_close()
118 struct usb_serial_port *port = tty->driver_data; in symbol_throttle() local
128 struct usb_serial_port *port = tty->driver_data; in symbol_unthrottle() local
148 static int symbol_port_probe(struct usb_serial_port *port) in symbol_port_probe()
163 static int symbol_port_remove(struct usb_serial_port *port) in symbol_port_remove()
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 …]
H A Dkobil_sct.c113 static int kobil_port_probe(struct usb_serial_port *port) in kobil_port_probe()
146 static int kobil_port_remove(struct usb_serial_port *port) in kobil_port_remove()
166 static int kobil_open(struct tty_struct *tty, struct usb_serial_port *port) in kobil_open()
257 static void kobil_close(struct usb_serial_port *port) in kobil_close()
268 struct usb_serial_port *port = urb->context; in kobil_read_int_callback() local
294 static int kobil_write(struct tty_struct *tty, struct usb_serial_port *port, in kobil_write()
372 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmget() local
421 struct usb_serial_port *port = tty->driver_data; in kobil_tiocmset() local
479 struct usb_serial_port *port, struct ktermios *old) in kobil_set_termios()
538 struct usb_serial_port *port = tty->driver_data; in kobil_ioctl() local
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 int metrousb_port_remove(struct usb_serial_port *port) in metrousb_port_remove()
271 struct usb_serial_port *port = tty->driver_data; in metrousb_throttle() local
284 struct usb_serial_port *port = tty->driver_data; in metrousb_tiocmget() local
298 struct usb_serial_port *port = tty->driver_data; in metrousb_tiocmset() local
326 struct usb_serial_port *port = tty->driver_data; in metrousb_unthrottle() local
H A Dkl5kusb105.c122 static int klsi_105_chg_port_settings(struct usb_serial_port *port, in klsi_105_chg_port_settings()
166 static int klsi_105_get_line_state(struct usb_serial_port *port, in klsi_105_get_line_state()
210 static int klsi_105_port_probe(struct usb_serial_port *port) in klsi_105_port_probe()
234 static int klsi_105_port_remove(struct usb_serial_port *port) in klsi_105_port_remove()
244 static int klsi_105_open(struct tty_struct *tty, struct usb_serial_port *port) in klsi_105_open()
331 static void klsi_105_close(struct usb_serial_port *port) in klsi_105_close()
356 static int klsi_105_prepare_write_buffer(struct usb_serial_port *port, in klsi_105_prepare_write_buffer()
373 struct usb_serial_port *port = urb->context; in klsi_105_process_read_urb() local
397 struct usb_serial_port *port, in klsi_105_set_termios()
518 struct usb_serial_port *port = tty->driver_data; in klsi_105_tiocmget() local
H A Dbelkin_sa.c112 static int belkin_sa_port_probe(struct usb_serial_port *port) in belkin_sa_port_probe()
137 static int belkin_sa_port_remove(struct usb_serial_port *port) in belkin_sa_port_remove()
148 struct usb_serial_port *port) in belkin_sa_open()
165 static void belkin_sa_close(struct usb_serial_port *port) in belkin_sa_close()
173 struct usb_serial_port *port = urb->context; in belkin_sa_read_int_callback() local
238 struct usb_serial_port *port = urb->context; in belkin_sa_process_read_urb() local
278 struct usb_serial_port *port, struct ktermios *old_termios) in belkin_sa_set_termios()
422 struct usb_serial_port *port = tty->driver_data; in belkin_sa_break_ctl() local
431 struct usb_serial_port *port = tty->driver_data; in belkin_sa_tiocmget() local
446 struct usb_serial_port *port = tty->driver_data; in belkin_sa_tiocmset() local
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_ns16550.c80 #define DECLARE_ESERIAL_FUNCTIONS(port) \ argument
111 #define INIT_ESERIAL_STRUCTURE(port, __name) { \ argument
122 static void _serial_putc(const char c, const int port) in _serial_putc()
130 static void _serial_puts(const char *s, const int port) in _serial_puts()
137 static int _serial_getc(const int port) in _serial_getc()
142 static int _serial_tstc(const int port) in _serial_tstc()
147 static void _serial_setbrg(const int port) in _serial_setbrg()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dio.h60 #define inb(port) readb((u8 *)((port))) argument
61 #define outb(val, port) writeb((val), (u8 *)((unsigned long)(port))) argument
62 #define inw(port) readw((u16 *)((port))) argument
63 #define outw(val, port) writew((val), (u16 *)((unsigned long)(port))) argument
64 #define inl(port) readl((u32 *)((port))) argument
65 #define outl(val, port) writel((val), (u32 *)((unsigned long)(port))) argument
67 #define inb_p(port) inb((port)) argument
68 #define outb_p(val, port) outb((val), (port)) argument
69 #define inw_p(port) inw((port)) argument
70 #define outw_p(val, port) outw((val), (port)) argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Datmel_pio4.c20 static struct atmel_pio4_port *atmel_pio4_port_base(u32 port) in atmel_pio4_port_base()
46 static int atmel_pio4_config_io_func(u32 port, u32 pin, in atmel_pio4_config_io_func()
69 int atmel_pio4_set_gpio(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_gpio()
76 int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_a_periph()
83 int atmel_pio4_set_b_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_b_periph()
90 int atmel_pio4_set_c_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_c_periph()
97 int atmel_pio4_set_d_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_d_periph()
104 int atmel_pio4_set_e_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_e_periph()
111 int atmel_pio4_set_f_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_f_periph()
118 int atmel_pio4_set_g_periph(u32 port, u32 pin, u32 use_pullup) in atmel_pio4_set_g_periph()
[all …]
/OK3568_Linux_fs/kernel/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
144 struct vnet_port *port = netdev_priv(dev); in vsw_poll_controller() local
232 struct vnet_port *port; in vsw_alloc_netdev() local
282 struct vnet_port *port; in vsw_port_probe() local
409 struct vnet_port *port = dev_get_drvdata(&vdev->dev); in vsw_port_remove() local

12345678910>>...98