Home
last modified time | relevance | path

Searched refs:softnic_tmgr_port (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h272 struct softnic_tmgr_port { struct
273 TAILQ_ENTRY(softnic_tmgr_port) node;
278 TAILQ_HEAD(softnic_tmgr_port_list, softnic_tmgr_port); argument
749 struct softnic_tmgr_port *
753 struct softnic_tmgr_port *
H A Drte_eth_softnic_tm.c30 struct softnic_tmgr_port *tmgr_port; in softnic_tmgr_free()
42 struct softnic_tmgr_port *
46 struct softnic_tmgr_port *tmgr_port; in softnic_tmgr_port_find()
58 struct softnic_tmgr_port *
62 struct softnic_tmgr_port *tmgr_port; in softnic_tmgr_port_create()
122 tmgr_port = calloc(1, sizeof(struct softnic_tmgr_port)); in softnic_tmgr_port_create()
141 struct softnic_tmgr_port *tmgr_port; in SCHED()
H A Drte_eth_softnic_pipeline.c310 struct softnic_tmgr_port *tmgr_port; in softnic_pipeline_port_in_create()
550 struct softnic_tmgr_port *tmgr_port; in softnic_pipeline_port_out_create()
H A Drte_eth_softnic_cli.c1437 struct softnic_tmgr_port *tmgr_port; in cmd_tmgr()