Home
last modified time | relevance | path

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

/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 = rte_cpu_to_le_64(idev->port_info_pa), in ionic_dev_cmd_port_init()
H A Dionic_if.h2693 struct ionic_port_init_cmd port_init; member
2728 struct ionic_port_init_comp port_init; member
/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c29 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 Dbasicfwd.c29 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 Dmain.c119 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 Dmain.c55 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 Dtest_event_eth_tx_adapter.c114 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 Dtest_event_eth_rx_adapter.c136 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 Dmain.c173 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 Dmain.c190 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 Dpipeline_worker_generic.c285 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.c638 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 Dptpclient.c172 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 Dflow_classify.c193 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 Dmain.c108 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 Drxtx_callbacks.rst65 The main difference is in the user defined ``port_init()`` function where the
H A Dskeleton.rst74 ``port_init()`` function which is explained in the next section:
H A Dptpclient.rst125 ``port_init()`` function with portmask provided by user:
H A Dflow_classify.rst111 ``port_init()`` function which is explained in the next section:
H A Ddma.rst150 Each port is configured using ``port_init()`` function. The Ethernet
/dpdk/examples/dma/
H A Ddmafwd.c859 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 Dmain.c383 port_init(uint16_t port) in port_init() function
1858 if (port_init(portid) != 0) in main()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2253 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()