Home
last modified time | relevance | path

Searched refs:port_init (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c33 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
194 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c33 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
198 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_dev.c153 .port_init.opcode = IONIC_CMD_PORT_IDENTIFY, in ionic_dev_cmd_port_identify()
154 .port_init.index = 0, in ionic_dev_cmd_port_identify()
164 .port_init.opcode = IONIC_CMD_PORT_INIT, in ionic_dev_cmd_port_init()
165 .port_init.index = 0, in ionic_dev_cmd_port_init()
166 .port_init.info_pa = idev->port_info_pa, in ionic_dev_cmd_port_init()
H A Dionic_if.h2296 struct ionic_port_init_cmd port_init; member
2325 struct ionic_port_init_comp port_init; member
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h52 uint32_t port_init; member
64 uint32_t port_init; member
81 uint32_t port_init; member
H A Dal_hal_pcie.c1031 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1098 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1201 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1920 regs->app.global_ctrl.port_init, in al_pcie_link_start()
1941 regs->app.global_ctrl.port_init, in al_pcie_link_stop()
1953 uint32_t port_init = al_reg_read32(regs->app.global_ctrl.port_init); in al_pcie_is_link_started() local
1954 uint8_t ltssm_en = AL_REG_FIELD_GET(port_init, in al_pcie_is_link_started()
H A Dal_hal_pcie_regs.h348 uint32_t *port_init; member
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c119 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
331 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c62 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
392 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst80 ``port_init()`` function which is explained in the next section:
85 if (port_init(portid, mbuf_pool) != 0) {
114 port_init(uint16_t port, struct rte_mempool *mbuf_pool)
H A Drxtx_callbacks.rst65 The main difference is in the user defined ``port_init()`` function where the
78 port_init(uint16_t port, struct rte_mempool *mbuf_pool)
H A Dptpclient.rst127 ``port_init()`` function with portmask provided by user:
134 if (port_init(portid, mbuf_pool) == 0) {
H A Dflow_classify.rst186 ``port_init()`` function which is explained in the next section:
191 if (port_init(portid, mbuf_pool) != 0) {
274 port_init(uint16_t port, struct rte_mempool *mbuf_pool)
H A Dioat.rst150 port_init(portid, ioat_pktmbuf_pool);
153 Each port is configured using ``port_init()`` function. The Ethernet
/f-stack/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c107 port_init(uint16_t port, struct rte_mempool *mp) in port_init() function
161 err = port_init(p, default_params.mp); in init_ports()
169 err = port_init(p, default_params.mp); in init_ports()
H A Dtest_event_eth_rx_adapter.c120 port_init(uint16_t port, struct rte_mempool *mp) in port_init() function
190 retval = port_init(portid, default_params.mp); in init_ports()
/f-stack/dpdk/examples/vmdq/
H A Dmain.c162 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
651 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c188 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
698 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c281 port_init(uint8_t port, struct rte_mempool *mbuf_pool) in port_init() function
400 if (port_init(portid, mp) != 0) in init_ports()
H A Dpipeline_worker_tx.c612 port_init(uint8_t port, struct rte_mempool *mbuf_pool) in port_init() function
727 if (port_init(portid, mp) != 0) in init_ports()
/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c178 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
764 if (port_init(portid, mbuf_pool) == 0) { in main()
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c192 port_init(uint8_t port, struct rte_mempool *mbuf_pool) in port_init() function
801 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/distributor/
H A Dmain.c109 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function
768 if (port_init(portid, mbuf_pool) != 0) in main()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c797 port_init(uint16_t portid, struct rte_mempool *mbuf_pool, uint16_t nb_queues) in port_init() function
969 port_init(portid, ioat_pktmbuf_pool, nb_queues); in main()
/f-stack/dpdk/examples/vhost/
H A Dmain.c232 port_init(uint16_t port) in port_init() function
1571 if (port_init(portid) != 0) in main()

12