Searched refs:port_offset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-platform.cpp | 139 uint16_t port_offset = 0; in main_platform() local 181 if (!llvm::to_integer(optarg, port_offset)) { in main_platform() 186 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform() 190 port_offset, LOW_PORT, HIGH_PORT); in main_platform() 287 if (port_offset > 0) in main_platform() 288 platform.SetPortOffset(port_offset); in main_platform()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.h | 86 void SetPortOffset(uint16_t port_offset);
|
H A D | GDBRemoteCommunicationServerPlatform.cpp | 597 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset() argument 598 m_port_offset = port_offset; in SetPortOffset()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 797 int port_offset = port_offset_c_str ? ::atoi(port_offset_c_str) : 0; in MakeGdbServerUrl() local 802 port + port_offset, socket_name); in MakeGdbServerUrl()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev.c | 3173 int port_offset = port ? 0x800 : 0; in ecore_link_init_bb() local 3198 ecore_wr(p_hwfn, p_ptt, XMAC_REG_MODE_BB + port_offset, 0x20); in ecore_link_init_bb() 3201 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_MAX_SIZE_BB + port_offset, 0x2710); in ecore_link_init_bb() 3204 ecore_wr(p_hwfn, p_ptt, XMAC_REG_TX_CTRL_LO_BB + port_offset, 0xC800); in ecore_link_init_bb() 3207 ecore_wr(p_hwfn, p_ptt, XMAC_REG_CTRL_BB + port_offset, in ecore_link_init_bb() 3210 XMAC_REG_RX_CTRL_BB + port_offset); in ecore_link_init_bb() 3212 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_CTRL_BB + port_offset, xmac_rxctrl); in ecore_link_init_bb()
|