Home
last modified time | relevance | path

Searched refs:port_addr (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/
Dusb_init.c50 uint64_t port_addr; in nlm_usb_intr_en() local
52 port_addr = nlm_get_usb_regbase(node, port); in nlm_usb_intr_en()
53 val = nlm_read_usb_reg(port_addr, USB_INT_EN); in nlm_usb_intr_en()
56 nlm_write_usb_reg(port_addr, USB_INT_EN, val); in nlm_usb_intr_en()
62 uint64_t port_addr; in nlm_usb_hw_reset() local
66 port_addr = nlm_get_usb_regbase(node, port); in nlm_usb_hw_reset()
67 val = nlm_read_usb_reg(port_addr, USB_PHY_0); in nlm_usb_hw_reset()
69 nlm_write_usb_reg(port_addr, USB_PHY_0, val); in nlm_usb_hw_reset()
72 val = nlm_read_usb_reg(port_addr, USB_CTL_0); in nlm_usb_hw_reset()
75 nlm_write_usb_reg(port_addr, USB_CTL_0, val); in nlm_usb_hw_reset()
/freebsd-12-stable/sys/dev/advansys/
Dadv_isa.c155 u_int16_t port_addr = adv_isa_ioports[port_index]; in adv_isa_probe() local
162 if (port_addr == 0) in adv_isa_probe()
166 if (bus_set_resource(dev, SYS_RES_IOPORT, 0, port_addr, 1)) in adv_isa_probe()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.c867 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port, in ecore_dcbx_read_local_lldp_mib()
885 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port, in ecore_dcbx_read_remote_lldp_mib()
903 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_read_operational_mib()
921 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_read_remote_mib()
937 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_read_local_mib()
952 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_read_dscp_mib()
1417 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_config_params()
1427 data.addr = p_hwfn->mcp_info->port_addr + in ecore_dcbx_config_params()
1539 data.addr = p_hwfn->mcp_info->port_addr + in ecore_lldp_mib_update_event()
1586 addr = p_hwfn->mcp_info->port_addr + in ecore_lldp_get_params()
[all …]
Decore_mcp.c103 p_hwfn->mcp_info->port_addr = SECTION_ADDR(mfw_mb_offsize, in ecore_mcp_cmd_port_init()
107 p_hwfn->mcp_info->port_addr, MFW_PORT(p_hwfn)); in ecore_mcp_cmd_port_init()
1335 p_hwfn->mcp_info->port_addr + in ecore_mcp_handle_transceiver_change()
1341 transceiver_state, (u32)(p_hwfn->mcp_info->port_addr + in ecore_mcp_handle_transceiver_change()
1364 eee_status = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in ecore_mcp_read_eee_config()
1450 p_hwfn->mcp_info->port_addr + in ecore_mcp_handle_link_change()
1454 status, (u32)(p_hwfn->mcp_info->port_addr + in ecore_mcp_handle_link_change()
2091 port_cfg = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in ecore_mcp_read_ufp_config()
2364 p_hwfn->mcp_info->port_addr + in ecore_mcp_get_media_type()
2389 p_hwfn->mcp_info->port_addr + in ecore_mcp_get_transceiver_data()
[all …]
Decore_mcp.h77 u32 port_addr; member
Decore_l2.c1936 p_hwfn->mcp_info->port_addr + in __ecore_get_vport_port_stats()
2012 p_hwfn->mcp_info->port_addr + in __ecore_get_vport_port_stats()
Decore_dev.c5564 eee_status = ecore_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in ecore_mcp_get_eee_caps()
/freebsd-12-stable/sys/dev/mfi/
Dmfireg.h743 uint64_t port_addr[8]; member
755 uint64_t port_addr[8]; member
/freebsd-12-stable/sys/dev/iavf/
Diavf_type.h261 u8 port_addr[ETH_ALEN]; member
/freebsd-12-stable/sys/dev/ice/
Dice_type.h462 u8 port_addr[ETH_ALEN]; member
/freebsd-12-stable/sys/dev/ixl/
Di40e_type.h453 u8 port_addr[ETH_ALEN]; member
Dif_ixl.c623 i40e_get_port_mac_addr(hw, hw->mac.port_addr); in ixl_if_attach_pre()
/freebsd-12-stable/sys/dev/mrsas/
Dmrsas.h1957 u_int64_t port_addr[8]; member
1970 u_int64_t port_addr[8]; member
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
Dal_hal_eth_main.c2096 int read, uint32_t port_addr, uint32_t device, uint32_t reg, uint16_t *val) in al_eth_mdio_10g_mac_type45() argument
2111 mdio_cmd |= (0x1F & port_addr) << 5; in al_eth_mdio_10g_mac_type45()
2146 adapter->name, op, port_addr, device, reg); in al_eth_mdio_10g_mac_type45()