Home
last modified time | relevance | path

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

12345678910>>...89

/Linux-v6.6/lib/
Diomap.c40 static void bad_io_access(unsigned long port, const char *access) in bad_io_access()
64 #define pio_read16be(port) swab16(inw(port)) argument
65 #define pio_read32be(port) swab32(inl(port)) argument
115 static u64 pio_read64_lo_hi(unsigned long port) in pio_read64_lo_hi()
125 static u64 pio_read64_hi_lo(unsigned long port) in pio_read64_hi_lo()
135 static u64 pio_read64be_lo_hi(unsigned long port) in pio_read64be_lo_hi()
145 static u64 pio_read64be_hi_lo(unsigned long port) in pio_read64be_hi_lo()
193 #define pio_write16be(val,port) outw(swab16(val),port) argument
194 #define pio_write32be(val,port) outl(swab32(val),port) argument
198 #define mmio_write16be(val,port) writew(swab16(val),port) argument
[all …]
/Linux-v6.6/sound/core/seq/
Dseq_ports.c47 struct snd_seq_client_port *port; in snd_seq_port_use_ptr() local
71 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() local
117 int snd_seq_create_port(struct snd_seq_client *client, int port, in snd_seq_create_port()
220 struct snd_seq_client_port *port, in clear_subscriber_list()
258 struct snd_seq_client_port *port) in port_delete()
280 int snd_seq_delete_port(struct snd_seq_client *client, int port) in snd_seq_delete_port()
307 struct snd_seq_client_port *port, *tmp; in snd_seq_delete_all_ports() local
334 int snd_seq_set_port_info(struct snd_seq_client_port * port, in snd_seq_set_port_info()
378 int snd_seq_get_port_info(struct snd_seq_client_port * port, in snd_seq_get_port_info()
431 struct snd_seq_client_port *port, in subscribe_port()
[all …]
/Linux-v6.6/drivers/infiniband/core/
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 …]
/Linux-v6.6/drivers/net/ethernet/xscale/
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 …]
/Linux-v6.6/drivers/pci/controller/
Dpci-xgene.c72 static u32 xgene_pcie_readl(struct xgene_pcie *port, u32 reg) in xgene_pcie_readl()
77 static void xgene_pcie_writel(struct xgene_pcie *port, u32 reg, u32 val) in xgene_pcie_writel()
104 struct xgene_pcie *port = pcie_bus_to_port(bus); in xgene_pcie_get_cfg_base() local
118 struct xgene_pcie *port = pcie_bus_to_port(bus); in xgene_pcie_set_rtdid_reg() local
165 struct xgene_pcie *port = pcie_bus_to_port(bus); in xgene_pcie_config_read32() local
228 struct xgene_pcie *port; in xgene_pcie_ecam_init() local
282 static u64 xgene_pcie_set_ib_mask(struct xgene_pcie *port, u32 addr, in xgene_pcie_set_ib_mask()
308 static void xgene_pcie_linkup(struct xgene_pcie *port, in xgene_pcie_linkup()
323 static int xgene_pcie_init_port(struct xgene_pcie *port) in xgene_pcie_init_port()
343 static int xgene_pcie_map_reg(struct xgene_pcie *port, in xgene_pcie_map_reg()
[all …]
/Linux-v6.6/drivers/tty/serial/8250/
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 …]
/Linux-v6.6/drivers/s390/scsi/
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 …]
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_taprio.c41 static u32 lan966x_taprio_list_index(struct lan966x_port *port, u8 entry) in lan966x_taprio_list_index()
46 static u32 lan966x_taprio_list_state_get(struct lan966x_port *port) in lan966x_taprio_list_state_get()
55 static u32 lan966x_taprio_list_index_state_get(struct lan966x_port *port, in lan966x_taprio_list_index_state_get()
67 static void lan966x_taprio_list_state_set(struct lan966x_port *port, in lan966x_taprio_list_state_set()
77 static int lan966x_taprio_list_shutdown(struct lan966x_port *port, in lan966x_taprio_list_shutdown()
150 static int lan966x_taprio_shutdown(struct lan966x_port *port) in lan966x_taprio_shutdown()
172 static int lan966x_taprio_find_list(struct lan966x_port *port, in lan966x_taprio_find_list()
268 static int lan966x_taprio_gcl_free_get(struct lan966x_port *port, in lan966x_taprio_gcl_free_get()
308 static void lan966x_taprio_gcl_setup_entry(struct lan966x_port *port, in lan966x_taprio_gcl_setup_entry()
327 static int lan966x_taprio_gcl_setup(struct lan966x_port *port, in lan966x_taprio_gcl_setup()
[all …]
Dlan966x_vlan.c54 static void lan966x_vlan_port_add_vlan_mask(struct lan966x_port *port, u16 vid) in lan966x_vlan_port_add_vlan_mask()
63 static void lan966x_vlan_port_del_vlan_mask(struct lan966x_port *port, u16 vid) in lan966x_vlan_port_del_vlan_mask()
104 static u16 lan966x_vlan_port_get_pvid(struct lan966x_port *port) in lan966x_vlan_port_get_pvid()
114 int lan966x_vlan_port_set_vid(struct lan966x_port *port, u16 vid, in lan966x_vlan_port_set_vid()
137 static void lan966x_vlan_port_remove_vid(struct lan966x_port *port, u16 vid) in lan966x_vlan_port_remove_vid()
146 void lan966x_vlan_port_set_vlan_aware(struct lan966x_port *port, in lan966x_vlan_port_set_vlan_aware()
152 void lan966x_vlan_port_apply(struct lan966x_port *port) in lan966x_vlan_port_apply()
213 void lan966x_vlan_port_add_vlan(struct lan966x_port *port, in lan966x_vlan_port_add_vlan()
236 void lan966x_vlan_port_del_vlan(struct lan966x_port *port, u16 vid) in lan966x_vlan_port_del_vlan()
285 u16 port, vid; in lan966x_vlan_init() local
/Linux-v6.6/drivers/usb/serial/
Dkl5kusb105.c123 static int klsi_105_chg_port_settings(struct usb_serial_port *port, in klsi_105_chg_port_settings()
155 static int klsi_105_get_line_state(struct usb_serial_port *port, in klsi_105_get_line_state()
189 static int klsi_105_port_probe(struct usb_serial_port *port) in klsi_105_port_probe()
213 static void klsi_105_port_remove(struct usb_serial_port *port) in klsi_105_port_remove()
221 static int klsi_105_open(struct tty_struct *tty, struct usb_serial_port *port) in klsi_105_open()
303 static void klsi_105_close(struct usb_serial_port *port) in klsi_105_close()
328 static int klsi_105_prepare_write_buffer(struct usb_serial_port *port, in klsi_105_prepare_write_buffer()
345 struct usb_serial_port *port = urb->context; in klsi_105_process_read_urb() local
369 struct usb_serial_port *port, in klsi_105_set_termios()
490 struct usb_serial_port *port = tty->driver_data; in klsi_105_tiocmget() local
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 void symbol_port_remove(struct usb_serial_port *port) in symbol_port_remove()
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 …]
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
/Linux-v6.6/drivers/media/pci/smipcie/
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 …]
/Linux-v6.6/drivers/phy/tegra/
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 …]
/Linux-v6.6/drivers/net/ethernet/mscc/
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 …]
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 …]
/Linux-v6.6/drivers/tty/serial/
Dpmac_zilog.c211 struct tty_port *port; in pmz_receive_chars() local
511 static unsigned int pmz_tx_empty(struct uart_port *port) in pmz_tx_empty()
527 static void pmz_set_mctrl(struct uart_port *port, unsigned int mctrl) in pmz_set_mctrl()
567 static unsigned int pmz_get_mctrl(struct uart_port *port) in pmz_get_mctrl()
591 static void pmz_stop_tx(struct uart_port *port) in pmz_stop_tx()
600 static void pmz_start_tx(struct uart_port *port) in pmz_start_tx()
642 static void pmz_stop_rx(struct uart_port *port) in pmz_stop_rx()
655 static void pmz_enable_ms(struct uart_port *port) in pmz_enable_ms()
675 static void pmz_break_ctl(struct uart_port *port, int break_state) in pmz_break_ctl()
887 static int pmz_startup(struct uart_port *port) in pmz_startup()
[all …]
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 …]
/Linux-v6.6/drivers/usb/typec/
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
852 struct typec_partner *typec_register_partner(struct typec_port *port, in typec_register_partner()
1111 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()
1172 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
1237 int typec_port_set_usb_power_delivery(struct typec_port *port, struct usb_power_delivery *pd) in typec_port_set_usb_power_delivery()
1262 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_store() local
1278 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_show() local
1309 struct typec_port *port = to_typec_port(kobj_to_dev(kobj)); in port_attr_is_visible() local
1362 struct typec_port *port = to_typec_port(dev); in preferred_role_store() local
[all …]
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
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 …]
/Linux-v6.6/drivers/net/dsa/xrs700x/
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 …]
/Linux-v6.6/drivers/net/dsa/microchip/
Dksz8795.c34 static void ksz_port_cfg(struct ksz_device *dev, int port, int offset, u8 bits, in ksz_port_cfg()
109 int ksz8_change_mtu(struct ksz_device *dev, int port, int mtu) in ksz8_change_mtu()
130 static void ksz8795_set_prio_queue(struct ksz_device *dev, int port, int queue) in ksz8795_set_prio_queue()
163 void ksz8_r_mib_cnt(struct ksz_device *dev, int port, u16 addr, u64 *cnt) in ksz8_r_mib_cnt()
198 static void ksz8795_r_mib_pkt(struct ksz_device *dev, int port, u16 addr, in ksz8795_r_mib_pkt()
250 static void ksz8863_r_mib_pkt(struct ksz_device *dev, int port, u16 addr, in ksz8863_r_mib_pkt()
283 void ksz8_r_mib_pkt(struct ksz_device *dev, int port, u16 addr, in ksz8_r_mib_pkt()
292 void ksz8_freeze_mib(struct ksz_device *dev, int port, bool freeze) in ksz8_freeze_mib()
307 void ksz8_port_init_cnt(struct ksz_device *dev, int port) in ksz8_port_init_cnt()
936 void ksz8_cfg_port_member(struct ksz_device *dev, int port, u8 member) in ksz8_cfg_port_member()
[all …]
/Linux-v6.6/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c70 struct prestera_port *port; member
141 struct prestera_port *port) in prestera_br_port_flags_reset()
150 struct prestera_port *port) in prestera_br_port_flags_set()
240 prestera_port_vlan_by_vid(struct prestera_port *port, u16 vid) in prestera_port_vlan_by_vid()
253 prestera_port_vlan_create(struct prestera_port *port, u16 vid, bool untagged) in prestera_port_vlan_create()
284 static int prestera_fdb_add(struct prestera_port *port, in prestera_fdb_add()
294 static int prestera_fdb_del(struct prestera_port *port, in prestera_fdb_del()
304 static int prestera_fdb_flush_port_vlan(struct prestera_port *port, u16 vid, in prestera_fdb_flush_port_vlan()
314 static int prestera_fdb_flush_port(struct prestera_port *port, u32 mode) in prestera_fdb_flush_port()
391 struct prestera_port *port = port_vlan->port; in prestera_port_vlan_bridge_leave() local
[all …]
/Linux-v6.6/drivers/net/ethernet/sun/
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

12345678910>>...89