Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c682 struct pipeline_msg_req_port_in_stats_read port_in_stats_read; member
739 struct pipeline_msg_rsp_port_in_stats_read port_in_stats_read; member
830 req->port_in_stats_read.clear = clear; in softnic_pipeline_port_in_stats_read()
838 memcpy(stats, &rsp->port_in_stats_read.stats, sizeof(*stats)); in softnic_pipeline_port_in_stats_read()
2085 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read()
2089 &rsp->port_in_stats_read.stats, in pipeline_msg_handle_port_in_stats_read()
/dpdk/examples/ip_pipeline/
H A Dthread.c655 struct pipeline_msg_req_port_in_stats_read port_in_stats_read; member
717 struct pipeline_msg_rsp_port_in_stats_read port_in_stats_read; member
808 req->port_in_stats_read.clear = clear; in pipeline_port_in_stats_read()
816 memcpy(stats, &rsp->port_in_stats_read.stats, sizeof(*stats)); in pipeline_port_in_stats_read()
2233 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read()
2237 &rsp->port_in_stats_read.stats, in pipeline_msg_handle_port_in_stats_read()