| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 33 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 D | basicfwd.c | 33 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 D | ionic_dev.c | 153 .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 D | ionic_if.h | 2296 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 D | al_hal_pcie_w_reg.h | 52 uint32_t port_init; member 64 uint32_t port_init; member 81 uint32_t port_init; member
|
| H A D | al_hal_pcie.c | 1031 pcie_port->regs->app.global_ctrl.port_init = ®s->app.global_ctrl.port_init; in al_pcie_port_handle_init() 1098 pcie_port->regs->app.global_ctrl.port_init = ®s->app.global_ctrl.port_init; in al_pcie_port_handle_init() 1201 pcie_port->regs->app.global_ctrl.port_init = ®s->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 D | al_hal_pcie_regs.h | 348 uint32_t *port_init; member
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 119 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 D | main.c | 62 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 D | skeleton.rst | 80 ``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 D | rxtx_callbacks.rst | 65 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 D | ptpclient.rst | 127 ``port_init()`` function with portmask provided by user: 134 if (port_init(portid, mbuf_pool) == 0) {
|
| H A D | flow_classify.rst | 186 ``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 D | ioat.rst | 150 port_init(portid, ioat_pktmbuf_pool); 153 Each port is configured using ``port_init()`` function. The Ethernet
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 107 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 D | test_event_eth_rx_adapter.c | 120 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 D | main.c | 162 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 D | main.c | 188 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 D | pipeline_worker_generic.c | 281 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 D | pipeline_worker_tx.c | 612 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 D | ptpclient.c | 178 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 D | flow_classify.c | 192 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 D | main.c | 109 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 D | ioatfwd.c | 797 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 D | main.c | 232 port_init(uint16_t port) in port_init() function 1571 if (port_init(portid) != 0) in main()
|