Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c686 struct pipeline_msg_req_port_in_stats_read port_in_stats_read; member
743 struct pipeline_msg_rsp_port_in_stats_read port_in_stats_read; member
834 req->port_in_stats_read.clear = clear; in softnic_pipeline_port_in_stats_read()
842 memcpy(stats, &rsp->port_in_stats_read.stats, sizeof(*stats)); in softnic_pipeline_port_in_stats_read()
2089 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read()
2093 &rsp->port_in_stats_read.stats, in pipeline_msg_handle_port_in_stats_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c657 struct pipeline_msg_req_port_in_stats_read port_in_stats_read; member
719 struct pipeline_msg_rsp_port_in_stats_read port_in_stats_read; member
810 req->port_in_stats_read.clear = clear; in pipeline_port_in_stats_read()
818 memcpy(stats, &rsp->port_in_stats_read.stats, sizeof(*stats)); in pipeline_port_in_stats_read()
2235 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read()
2239 &rsp->port_in_stats_read.stats, in pipeline_msg_handle_port_in_stats_read()