Home
last modified time | relevance | path

Searched defs:port (Results 451 – 475 of 2623) sorted by relevance

1...<<11121314151617181920>>...105

/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c264 static unsigned long rp_readl(struct tegra_pcie_port *port, in rp_readl()
290 struct tegra_pcie_port *port; in tegra_pcie_conf_address() local
527 struct tegra_pcie_port *port; in tegra_pcie_parse_dt() local
727 struct tegra_pcie_port *port; local
892 void tegra_pcie_port_reset(struct tegra_pcie_port *port)
909 int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port)
919 static void tegra_pcie_port_enable(struct tegra_pcie_port *port)
951 static bool tegra_pcie_port_check_link(struct tegra_pcie_port *port)
994 static void tegra_pcie_port_disable(struct tegra_pcie_port *port)
1010 static void tegra_pcie_port_free(struct tegra_pcie_port *port)
[all …]
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c997 struct device_node *ports, *port; in qca8k_setup_mdio_bus() local
1148 int port, cpu_port_index = -1, ret; in qca8k_parse_port_config() local
1285 qca8k_phylink_mac_select_pcs(struct dsa_switch *ds, int port, in qca8k_phylink_mac_select_pcs()
1486 int port = pcs_to_qca8k_pcs(pcs)->port; in qca8k_pcs_get_state() local
1528 int cpu_port_index, ret, port; in qca8k_pcs_config() local
1622 int port) in qca8k_setup_pcs()
1640 u8 port; in qca8k_mib_autocast_handler() local
1718 static u32 qca8k_get_phy_flags(struct dsa_switch *ds, int port) in qca8k_get_phy_flags()
1735 qca8k_get_tag_protocol(struct dsa_switch *ds, int port, in qca8k_get_tag_protocol()
1926 u8 port = dp->index; in qca8k_setup() local
[all …]
H A Dar9331.c249 struct ar9331_sw_port port[AR9331_SW_PORTS]; member
392 static int ar9331_sw_setup_port(struct dsa_switch *ds, int port) in ar9331_sw_setup_port()
485 static void ar9331_sw_port_disable(struct dsa_switch *ds, int port) in ar9331_sw_port_disable()
497 int port, in ar9331_sw_get_tag_protocol()
503 static void ar9331_sw_phylink_get_caps(struct dsa_switch *ds, int port, in ar9331_sw_phylink_get_caps()
605 static void ar9331_read_stats(struct ar9331_sw_port *port) in ar9331_read_stats()
657 struct ar9331_sw_port *port = container_of(work, struct ar9331_sw_port, in ar9331_do_stats_poll() local
665 static void ar9331_get_stats64(struct dsa_switch *ds, int port, in ar9331_get_stats64()
676 static void ar9331_get_pause_stats(struct dsa_switch *ds, int port, in ar9331_get_pause_stats()
1065 struct ar9331_sw_port *port = &priv->port[i]; in ar9331_sw_probe() local
[all …]
/openbmc/linux/net/bridge/
H A Dbr_private_tunnel.h56 static inline int nbp_vlan_tunnel_info_delete(const struct net_bridge_port *port, in nbp_vlan_tunnel_info_delete()
62 static inline int nbp_vlan_tunnel_info_add(const struct net_bridge_port *port, in nbp_vlan_tunnel_info_add()
68 static inline void nbp_vlan_tunnel_info_flush(struct net_bridge_port *port) in nbp_vlan_tunnel_info_flush()
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c973 fst_rx_config(struct fst_port_info *port) in fst_rx_config()
1280 struct fst_port_info *port; in do_bottom_half_tx() local
1380 struct fst_port_info *port; in do_bottom_half_rx() local
1413 struct fst_port_info *port; in fst_intr() local
1914 struct fst_port_info *port; in fst_siocdevprivate() local
2025 struct fst_port_info *port; in fst_ioctl() local
2068 fst_openport(struct fst_port_info *port) in fst_openport()
2121 struct fst_port_info *port; in fst_open() local
2143 struct fst_port_info *port; in fst_close() local
2180 struct fst_port_info *port; in fst_tx_timeout() local
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c788 unsigned port = sky2->port; in sky2_enable_rx_tx() local
809 unsigned port = sky2->port; in sky2_wol_init() local
1406 u16 port = sky2->port; in sky2_vlan_mode() local
1649 unsigned port = sky2->port; in sky2_hw_up() local
1738 unsigned port = sky2->port; in sky2_open() local
2066 unsigned port = sky2->port; in sky2_hw_down() local
2174 unsigned port = sky2->port; in sky2_link_up() local
2206 unsigned port = sky2->port; in sky2_link_down() local
2236 unsigned port = sky2->port; in sky2_autoneg_done() local
2715 unsigned port; in sky2_status_intr() local
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dtb.h276 u8 port; member
304 struct tb_port *port; member
330 struct tb_port *port; member
565 u8 port; in tb_port_at() local
591 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null()
596 static inline bool tb_port_is_nhi(const struct tb_port *port) in tb_port_is_nhi()
710 #define tb_port_WARN(port, fmt, arg...) \ argument
712 #define tb_port_warn(port, fmt, arg...) \ argument
714 #define tb_port_info(port, fmt, arg...) \ argument
716 #define tb_port_dbg(port, fmt, arg...) \ argument
[all …]
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.h136 int port, struct ifreq *ifr) in mv88e6xxx_port_hwtstamp_set()
142 int port, struct ifreq *ifr) in mv88e6xxx_port_hwtstamp_get()
147 static inline bool mv88e6xxx_port_rxtstamp(struct dsa_switch *ds, int port, in mv88e6xxx_port_rxtstamp()
154 static inline void mv88e6xxx_port_txtstamp(struct dsa_switch *ds, int port, in mv88e6xxx_port_txtstamp()
159 static inline int mv88e6xxx_get_ts_info(struct dsa_switch *ds, int port, in mv88e6xxx_get_ts_info()
/openbmc/linux/drivers/net/dsa/
H A Dmv88e6060.c46 int port, in mv88e6060_get_tag_protocol()
218 static int mv88e6060_port_to_phy_addr(int port) in mv88e6060_port_to_phy_addr()
225 static int mv88e6060_phy_read(struct dsa_switch *ds, int port, int regnum) in mv88e6060_phy_read()
238 mv88e6060_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val) in mv88e6060_phy_write()
250 static void mv88e6060_phylink_get_caps(struct dsa_switch *ds, int port, in mv88e6060_phylink_get_caps()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8255.c42 int dir, int port, int data, unsigned long regbase) in subdev_8255_io()
52 int dir, int port, int data, unsigned long regbase) in subdev_8255_mmio()
144 int dir, int port, int data, in __subdev_8255_init()
203 int (*io)(struct comedi_device *dev, int dir, int port, in subdev_8255_init()
238 int (*io)(struct comedi_device *dev, int dir, int port, in subdev_8255_mm_init()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c80 static void bnx2fc_offload_session(struct fcoe_port *port, in bnx2fc_offload_session()
291 static void bnx2fc_upload_session(struct fcoe_port *port, in bnx2fc_upload_session()
351 struct fcoe_port *port, in bnx2fc_init_tgt()
443 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler() local
578 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port, in bnx2fc_tgt_lookup()
/openbmc/linux/drivers/rapidio/
H A Drio.c72 u16 rio_local_get_device_id(struct rio_mport *port) in rio_local_get_device_id()
90 int rio_query_mport(struct rio_mport *port, in rio_query_mport()
780 rio_mport_get_physefb(struct rio_mport *port, int local, in rio_mport_get_physefb()
898 int rio_enable_rx_tx_port(struct rio_mport *port, in rio_enable_rx_tx_port()
1873 struct rio_mport *port; in rio_find_mport() local
1902 struct rio_mport *port; in rio_register_scan() local
1977 struct rio_mport *port; in rio_unregister_scan() local
2012 struct rio_mport *port = NULL; in rio_mport_scan() local
2066 struct rio_mport *port; in rio_init_mports() local
2161 int rio_register_mport(struct rio_mport *port) in rio_register_mport()
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_sgmii.c47 int netcp_sgmii_reset(void __iomem *sgmii_ofs, int port) in netcp_sgmii_reset()
61 bool netcp_sgmii_rtreset(void __iomem *sgmii_ofs, int port, bool set) in netcp_sgmii_rtreset()
79 int netcp_sgmii_get_port_link(void __iomem *sgmii_ofs, int port) in netcp_sgmii_get_port_link()
89 int netcp_sgmii_config(void __iomem *sgmii_ofs, int port, u32 interface) in netcp_sgmii_config()
/openbmc/qemu/hw/usb/
H A Dxen-usb.c72 USBPort port; member
98 unsigned port; member
684 static void usbback_hotplug_enq(struct usbback_info *usbif, unsigned port) in usbback_hotplug_enq()
694 static void usbback_portid_drain(struct usbback_info *usbif, unsigned port) in usbback_portid_drain()
709 static void usbback_portid_detach(struct usbback_info *usbif, unsigned port) in usbback_portid_detach()
734 static void usbback_portid_add(struct usbback_info *usbif, unsigned port, in usbback_portid_add()
810 static void usbback_process_port(struct usbback_info *usbif, unsigned port) in usbback_process_port()
963 static void xen_bus_attach(USBPort *port) in xen_bus_attach()
973 static void xen_bus_detach(USBPort *port) in xen_bus_detach()
982 static void xen_bus_child_detach(USBPort *port, USBDevice *child) in xen_bus_child_detach()
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dioperm.c55 static bool try_outb(unsigned short port) in try_outb()
68 static void expect_ok(unsigned short port) in expect_ok()
78 static void expect_gp(unsigned short port) in expect_gp()
/openbmc/linux/net/hsr/
H A Dhsr_main.c23 struct hsr_port *port; in hsr_slave_empty() local
34 struct hsr_port *port, *master; in hsr_netdev_notify() local
126 struct hsr_port *port; in hsr_port_get_hsr() local
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c276 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_keyset_name() local
311 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_ingress_range_port_mask() local
327 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_wide_port_mask() local
342 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_egress_range_port_mask() local
426 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_is0_get_port_keysets() local
480 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_is2_get_port_keysets() local
609 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_es0_get_port_keysets() local
699 struct sparx5_port *port; in sparx5_vcap_get_port_keyset() local
768 struct sparx5_port *port; in sparx5_vcap_validate_keyset() local
888 struct sparx5_port *port; in sparx5_vcap_add_default_fields() local
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dimx.c200 struct uart_port port; member
384 static void imx_uart_start_rx(struct uart_port *port) in imx_uart_start_rx()
408 static void imx_uart_stop_tx(struct uart_port *port) in imx_uart_stop_tx()
508 static void imx_uart_stop_rx(struct uart_port *port) in imx_uart_stop_rx()
518 static void imx_uart_enable_ms(struct uart_port *port) in imx_uart_enable_ms()
679 static void imx_uart_start_tx(struct uart_port *port) in imx_uart_start_tx()
868 struct tty_port *port = &sport->port.state->port; in __imx_uart_rxint() local
1192 struct tty_port *port = &sport->port.state->port; in imx_uart_dma_rx_callback() local
1306 struct tty_port *port = &sport->port.state->port; in imx_uart_clear_rx_errors() local
1460 static int imx_uart_startup(struct uart_port *port) in imx_uart_startup()
[all …]
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8366rb.c120 #define RTL8366RB_STP_STATE(port, state) \ argument
122 #define RTL8366RB_STP_STATE_MASK(port) \ argument
410 int port, in rtl8366rb_get_mib_counter()
1047 int port, in rtl8366_get_tag_protocol()
1140 rtl8366rb_port_enable(struct dsa_switch *ds, int port, in rtl8366rb_port_enable()
1156 rtl8366rb_port_disable(struct dsa_switch *ds, int port) in rtl8366rb_port_disable()
1169 rtl8366rb_port_bridge_join(struct dsa_switch *ds, int port, in rtl8366rb_port_bridge_join()
1203 rtl8366rb_port_bridge_leave(struct dsa_switch *ds, int port, in rtl8366rb_port_bridge_leave()
1291 rtl8366rb_port_bridge_flags(struct dsa_switch *ds, int port, in rtl8366rb_port_bridge_flags()
1344 rtl8366rb_port_fast_age(struct dsa_switch *ds, int port) in rtl8366rb_port_fast_age()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c461 u16 port) in xhci_find_slot_id_by_port()
713 struct xhci_port *port; in xhci_port_set_test_mode() local
787 void xhci_set_link_state(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_set_link_state()
805 struct xhci_port *port, u16 wake_mask) in xhci_set_remote_wake_mask()
831 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_test_and_clear_bit()
926 static int xhci_handle_usb2_port_link_resume(struct xhci_port *port, in xhci_handle_usb2_port_link_resume()
1033 static void xhci_get_usb3_port_status(struct xhci_port *port, u32 *status, in xhci_get_usb3_port_status()
1084 static void xhci_get_usb2_port_status(struct xhci_port *port, u32 *status, in xhci_get_usb2_port_status()
1157 struct xhci_port *port; in xhci_get_port_status() local
1213 struct xhci_port *port; in xhci_hub_control() local
[all …]
/openbmc/linux/drivers/pinctrl/actions/
H A Dpinctrl-owl.c537 const struct owl_gpio_port *port; in owl_gpio_request() local
561 const struct owl_gpio_port *port; in owl_gpio_free() local
583 const struct owl_gpio_port *port; in owl_gpio_get() local
604 const struct owl_gpio_port *port; in owl_gpio_set() local
622 const struct owl_gpio_port *port; in owl_gpio_direction_input() local
644 const struct owl_gpio_port *port; in owl_gpio_direction_output() local
665 const struct owl_gpio_port *port; in irq_set_type() local
726 const struct owl_gpio_port *port; in owl_gpio_irq_mask() local
758 const struct owl_gpio_port *port; in owl_gpio_irq_unmask() local
790 const struct owl_gpio_port *port; in owl_gpio_irq_ack() local
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c235 struct nfp_port *port; in nfp_net_nway_reset() local
488 struct nfp_port *port; in nfp_net_get_link_ksettings() local
551 struct nfp_port *port; in nfp_net_set_link_ksettings() local
1043 struct nfp_port *port; in nfp_mac_get_stats_count() local
1054 struct nfp_port *port; in nfp_mac_get_stats_strings() local
1069 struct nfp_port *port; in nfp_mac_get_stats() local
1233 struct nfp_port *port; in nfp_port_get_fecparam() local
1257 struct nfp_port *port; in nfp_port_set_fecparam() local
1627 struct nfp_port *port; in nfp_port_get_module_info() local
1708 struct nfp_port *port; in nfp_port_get_module_eeprom() local
[all …]
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c593 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac() local
609 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac() local
706 struct fcoe_port *port; in fcoe_netdev_config() local
809 struct fcoe_port *port; in fcoe_fdmi_info() local
922 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config() local
1128 struct fcoe_port *port; in fcoe_if_create() local
2055 struct fcoe_port *port; in fcoe_destroy() local
2084 struct fcoe_port *port; in fcoe_destroy_work() local
2408 struct fcoe_port *port; in fcoe_hostlist_add() local
2430 struct fcoe_port *port; in fcoe_hostlist_del() local
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c80 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_adrfam_store() local
112 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_portid_store() local
132 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_show() local
140 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_store() local
181 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_treq_store() local
207 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_show() local
215 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_store() local
234 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_inline_data_size_show() local
242 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_inline_data_size_store() local
1599 struct nvmet_port *port; in nvmet_referral_make() local
[all …]
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h8 #define __swizzle_addr_b(port) (port) argument
9 #define __swizzle_addr_w(port) (port) argument
10 #define __swizzle_addr_l(port) (port) argument
11 #define __swizzle_addr_q(port) (port) argument

1...<<11121314151617181920>>...105