Home
last modified time | relevance | path

Searched refs:sys_port (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/bus/
H A Dhisi_lpc.c347 unsigned long sys_port; in hisi_lpc_acpi_xlat_io_res() local
350 sys_port = logic_pio_trans_hwaddr(acpi_fwnode_handle(host), res->start, len); in hisi_lpc_acpi_xlat_io_res()
351 if (sys_port == ~0UL) in hisi_lpc_acpi_xlat_io_res()
354 res->start = sys_port; in hisi_lpc_acpi_xlat_io_res()
355 res->end = sys_port + len; in hisi_lpc_acpi_xlat_io_res()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h240 u16 sys_port; member
H A Dpci.c779 rx_info.u.sys_port = mlxsw_pci_cqe_system_port_get(cqe); in mlxsw_pci_cqe_rdq_handle()
H A Dcore.c2962 local_port = rx_info->u.sys_port; in mlxsw_core_skb_receive()