| /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 = rte_cpu_to_le_64(idev->port_info_pa), in ionic_dev_cmd_port_init()
|
| H A D | ionic_if.h | 2693 struct ionic_port_init_cmd port_init; member 2728 struct ionic_port_init_comp port_init; member
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 29 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 193 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 29 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 204 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 119 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 334 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 55 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 384 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 114 port_init(uint16_t port, struct rte_mempool *mp) in port_init() function 168 err = port_init(p, default_params.mp); in init_ports() 176 err = port_init(p, default_params.mp); in init_ports()
|
| H A D | test_event_eth_rx_adapter.c | 136 port_init(uint16_t port, struct rte_mempool *mp) in port_init() function 206 retval = port_init(portid, default_params.mp); in init_ports()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 173 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 655 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 190 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 693 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_generic.c | 285 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 | 638 port_init(uint8_t port, struct rte_mempool *mbuf_pool) in port_init() function 749 if (port_init(portid, mp) != 0) in init_ports()
|
| /dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 172 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 780 if (port_init(portid, mbuf_pool) == 0) { in main()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 193 port_init(uint8_t port, struct rte_mempool *mbuf_pool) in port_init() function 812 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 108 port_init(uint16_t port, struct rte_mempool *mbuf_pool) in port_init() function 764 if (port_init(portid, mbuf_pool) != 0) in main()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | rxtx_callbacks.rst | 65 The main difference is in the user defined ``port_init()`` function where the
|
| H A D | skeleton.rst | 74 ``port_init()`` function which is explained in the next section:
|
| H A D | ptpclient.rst | 125 ``port_init()`` function with portmask provided by user:
|
| H A D | flow_classify.rst | 111 ``port_init()`` function which is explained in the next section:
|
| H A D | dma.rst | 150 Each port is configured using ``port_init()`` function. The Ethernet
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 859 port_init(uint16_t portid, struct rte_mempool *mbuf_pool, uint16_t nb_queues) in port_init() function 1052 port_init(portid, dma_pktmbuf_pool, nb_queues); in main()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 383 port_init(uint16_t port) in port_init() function 1858 if (port_init(portid) != 0) in main()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2253 port_init(uint16_t portid, uint64_t req_rx_offloads, uint64_t req_tx_offloads) in port_init() function 3406 port_init(portid, req_rx_offloads[portid], in main()
|