Home
last modified time | relevance | path

Searched refs:table_stats_read (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c688 struct pipeline_msg_req_table_stats_read table_stats_read; member
745 struct pipeline_msg_rsp_table_stats_read table_stats_read; member
1034 req->table_stats_read.clear = clear; in softnic_pipeline_table_stats_read()
1042 memcpy(stats, &rsp->table_stats_read.stats, sizeof(*stats)); in softnic_pipeline_table_stats_read()
2147 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read()
2151 &rsp->table_stats_read.stats, in pipeline_msg_handle_table_stats_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c659 struct pipeline_msg_req_table_stats_read table_stats_read; member
721 struct pipeline_msg_rsp_table_stats_read table_stats_read; member
1006 req->table_stats_read.clear = clear; in pipeline_table_stats_read()
1014 memcpy(stats, &rsp->table_stats_read.stats, sizeof(*stats)); in pipeline_table_stats_read()
2293 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read()
2297 &rsp->table_stats_read.stats, in pipeline_msg_handle_table_stats_read()