Home
last modified time | relevance | path

Searched refs:get_port_id (Results 1 – 25 of 28) sorted by relevance

12

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/transport/
H A Dudp_dpdk_link.cpp83 return make(port->get_port_id(), remote_addr, remote_port, "0", params); in make()
184 int status = rte_eth_tx_prepare(_port->get_port_id(), _queue, &mbuf, 1); in release_send_buff()
188 status = rte_eth_tx_burst(_port->get_port_id(), _queue, &mbuf, 1); in release_send_buff()
190 status = rte_eth_tx_burst(_port->get_port_id(), _queue, &mbuf, 1); in release_send_buff()
H A Ddpdk_simple.cpp34 << _link->get_port()->get_port_id()); in dpdk_simple_impl()
40 _port_id = _link->get_port()->get_port_id(); in dpdk_simple_impl()
80 "~dpdk_simple_impl(), DPDK port index " << _link->get_port()->get_port_id()); in ~dpdk_simple_impl()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/transport/uhd-dpdk/
H A Ddpdk_io_service.cpp63 _tx_queues[port->get_port_id()] = std::list<dpdk_send_io*>(); in dpdk_io_service()
64 _recv_xport_map[port->get_port_id()] = std::list<dpdk_recv_io*>(); in dpdk_io_service()
121 arp_data.port = dpdk_link->get_port()->get_port_id(); in attach_send_link()
471 auto& xport_list = _recv_xport_map.at(port->get_port_id()); in _service_xport_connect()
477 auto& xport_list = _tx_queues.at(port->get_port_id()); in _service_xport_connect()
524 auto& xport_list = _recv_xport_map.at(port->get_port_id()); in _service_xport_disconnect()
540 auto& xport_list = _tx_queues.at(port->get_port_id()); in _service_xport_disconnect()
649 if (rte_eth_tx_burst(port->get_port_id(), queue, &mbuf, 1) != 1) { in _send_arp_request()
664 rte_eth_rx_burst(port->get_port_id(), queue, bufs, RX_BURST_SIZE); in _rx_burst()
814 auto& queues = _tx_queues.at(port->get_port_id()); in _tx_burst()
[all …]
H A Ddpdk_common.cpp493 auto portid = port.second->get_port_id(); in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dtedd.py132 def get_port_id(is_input, index): function
726 port_id = get_port_id(True, i)
741 port_id = get_port_id(False, i)
757 dst = stage["id"] + ":" + get_port_id(True, i)
760 src = stage["id"] + ":" + get_port_id(False, i)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/usrp/common/
H A Ddpdk_io_service_mgr.hpp56 port_id_t port_id = link->get_port()->get_port_id(); in _get_io_service()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Derl_child_setup.c127 static Eterm get_port_id(pid_t);
550 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
590 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Derl_child_setup.c134 static Eterm get_port_id(pid_t);
576 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
616 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c140 static Eterm get_port_id(pid_t);
582 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
622 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c140 static Eterm get_port_id(pid_t);
582 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
622 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c140 static Eterm get_port_id(pid_t);
582 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
622 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c140 static Eterm get_port_id(pid_t);
582 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
622 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Derl_child_setup.c127 static Eterm get_port_id(pid_t);
550 proto.u.sigchld.port_id = get_port_id((pid_t)(ibuff[0])); in main()
590 static Eterm get_port_id(pid_t os_pid) in get_port_id() function
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/
H A Dports.inc.php62 $port_id = get_port_id($ports_mapped, $snmp_data, $port_association_mode);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/transport/
H A Ddpdk_io_service_client.hpp82 dpdk::port_id_t nic_port = link->get_port()->get_port_id(); in dpdk_send_io()
201 dpdk::port_id_t nic_port = link->get_port()->get_port_id(); in dpdk_recv_io()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/transport/dpdk/
H A Dcommon.hpp170 inline port_id_t get_port_id() const in get_port_id() function in uhd::transport::dpdk::dpdk_port
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/bigbull/
H A Dmainwin.py27 def get_port_id(self, portData): member in LV2GraphParser
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dversion.c57 tmp = get_port_id(tmpbuf);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dversion.c57 tmp = get_port_id(tmpbuf);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dversion.c83 tmp = get_port_id(tmpbuf); in getversionstring()
/dports/games/xnethack/xNetHack-xnh6.1/sys/winnt/
H A Dwinnt.c465 get_port_id(char *buf) in get_port_id() function
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/winnt/
H A Dwinnt.c478 get_port_id(buf) in get_port_id() function
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/winnt/
H A Dwinnt.c478 get_port_id(buf) in get_port_id() function
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/
H A Dports.inc.php451 $port_id = get_port_id($ports_mapped, $port, $port_association_mode);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Dcommon.php822 function get_port_id($ports_mapped, $port, $port_association_mode) function

12