Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c687 struct pipeline_msg_req_port_out_stats_read port_out_stats_read; member
744 struct pipeline_msg_rsp_port_out_stats_read port_out_stats_read; member
979 req->port_out_stats_read.clear = clear; in softnic_pipeline_port_out_stats_read()
987 memcpy(stats, &rsp->port_out_stats_read.stats, sizeof(*stats)); in softnic_pipeline_port_out_stats_read()
2131 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read()
2135 &rsp->port_out_stats_read.stats, in pipeline_msg_handle_port_out_stats_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c658 struct pipeline_msg_req_port_out_stats_read port_out_stats_read; member
720 struct pipeline_msg_rsp_port_out_stats_read port_out_stats_read; member
952 req->port_out_stats_read.clear = clear; in pipeline_port_out_stats_read()
960 memcpy(stats, &rsp->port_out_stats_read.stats, sizeof(*stats)); in pipeline_port_out_stats_read()
2277 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read()
2281 &rsp->port_out_stats_read.stats, in pipeline_msg_handle_port_out_stats_read()