Home
last modified time | relevance | path

Searched refs:port_table (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-pmd/
H A Dtestpmd.h181 struct port_table { struct
182 struct port_table *next; /**< Next table in list. */ argument
183 struct port_table *tmp; /**< Temporary linking. */ argument
272 struct port_table *table_list; /**< Flow tables. */
H A Dconfig.c1718 table_alloc(uint32_t id, struct port_table **table, in table_alloc()
1719 struct port_table **list) in table_alloc()
1721 struct port_table *lst = *list; in table_alloc()
1722 struct port_table **ppt; in table_alloc()
1723 struct port_table *pt = NULL; in table_alloc()
2404 struct port_table *pt; in port_flow_template_table_create()
2481 struct port_table **tmp; in port_flow_template_table_destroy()
2495 struct port_table *pt = *tmp; in port_flow_template_table_destroy()
2536 struct port_table *pt; in port_queue_flow_create()
H A Dcmdline_flow.c10125 struct port_table *pt; in comp_table_id()