Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c683 struct pipeline_msg_req_port_out_stats_read port_out_stats_read; member
740 struct pipeline_msg_rsp_port_out_stats_read port_out_stats_read; member
975 req->port_out_stats_read.clear = clear; in softnic_pipeline_port_out_stats_read()
983 memcpy(stats, &rsp->port_out_stats_read.stats, sizeof(*stats)); in softnic_pipeline_port_out_stats_read()
2127 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read()
2131 &rsp->port_out_stats_read.stats, in pipeline_msg_handle_port_out_stats_read()
/dpdk/examples/ip_pipeline/
H A Dthread.c656 struct pipeline_msg_req_port_out_stats_read port_out_stats_read; member
718 struct pipeline_msg_rsp_port_out_stats_read port_out_stats_read; member
950 req->port_out_stats_read.clear = clear; in pipeline_port_out_stats_read()
958 memcpy(stats, &rsp->port_out_stats_read.stats, sizeof(*stats)); in pipeline_port_out_stats_read()
2275 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read()
2279 &rsp->port_out_stats_read.stats, in pipeline_msg_handle_port_out_stats_read()