| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | bitalloc.c | 136 clear); in ba_alloc_helper() 139 *clear = 1; in ba_alloc_helper() 143 if (*clear) { in ba_alloc_helper() 154 int clear = 0; in ba_alloc() local 192 int *clear) in ba_alloc_reverse_helper() argument 212 *clear = 1; in ba_alloc_reverse_helper() 216 if (*clear) { in ba_alloc_reverse_helper() 227 int clear = 0; in ba_alloc_reverse() local 250 clear); in ba_alloc_index_helper() 260 *clear = 1; in ba_alloc_index_helper() [all …]
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 830 req->port_in_stats_read.clear = clear; in softnic_pipeline_port_in_stats_read() 975 req->port_out_stats_read.clear = clear; in softnic_pipeline_port_out_stats_read() 1030 req->table_stats_read.clear = clear; in softnic_pipeline_table_stats_read() 1715 req->table_rule_stats_read.clear = clear; in softnic_pipeline_table_rule_stats_read() 1910 req->table_rule_mtr_read.clear = clear; in softnic_pipeline_table_rule_mtr_read() 2036 req->table_rule_ttl_read.clear = clear; in softnic_pipeline_table_rule_ttl_read() 2085 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read() local 2127 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read() local 2143 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read() local 2851 int clear = req->table_rule_mtr_read.clear; in pipeline_msg_handle_table_rule_mtr_read() local [all …]
|
| H A D | rte_eth_softnic_internals.h | 1007 int clear); 1024 int clear); 1031 int clear); 1074 int clear); 1096 int clear); 1111 int clear);
|
| /dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 808 req->port_in_stats_read.clear = clear; in pipeline_port_in_stats_read() 950 req->port_out_stats_read.clear = clear; in pipeline_port_out_stats_read() 1004 req->table_stats_read.clear = clear; in pipeline_table_stats_read() 1824 req->table_rule_stats_read.clear = clear; in pipeline_table_rule_stats_read() 1998 req->table_rule_mtr_read.clear = clear; in pipeline_table_rule_mtr_read() 2121 req->table_rule_ttl_read.clear = clear; in pipeline_table_rule_ttl_read() 2233 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read() local 2275 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read() local 2291 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read() local 2927 int clear = req->table_rule_mtr_read.clear; in pipeline_msg_handle_table_rule_mtr_read() local [all …]
|
| H A D | pipeline.h | 312 int clear); 326 int clear); 332 int clear); 366 int clear); 384 int clear); 397 int clear);
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_debug.c | 558 int clear, uint32_t command_type, in qbman_cgr_statistics_query() argument 572 query_verb = clear ? in qbman_cgr_statistics_query() 600 int qbman_cgr_reject_statistics(struct qbman_swp *s, uint32_t cgid, int clear, in qbman_cgr_reject_statistics() argument 603 return qbman_cgr_statistics_query(s, cgid, clear, 0xff, in qbman_cgr_reject_statistics() 607 int qbman_ccgr_reject_statistics(struct qbman_swp *s, uint32_t cgid, int clear, in qbman_ccgr_reject_statistics() argument 610 return qbman_cgr_statistics_query(s, cgid, clear, 1, in qbman_ccgr_reject_statistics() 614 int qbman_cq_dequeue_statistics(struct qbman_swp *s, uint32_t cgid, int clear, in qbman_cq_dequeue_statistics() argument 617 return qbman_cgr_statistics_query(s, cgid, clear, 0, in qbman_cq_dequeue_statistics()
|
| /dpdk/lib/port/ |
| H A D | rte_port_kni.c | 88 struct rte_port_in_stats *stats, int clear) in rte_port_kni_reader_stats_read() argument 96 if (clear) in rte_port_kni_reader_stats_read() 264 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_stats_read() argument 272 if (clear) in rte_port_kni_writer_stats_read() 474 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_nodrop_stats_read() argument 482 if (clear) in rte_port_kni_writer_nodrop_stats_read()
|
| H A D | rte_port_fd.c | 122 struct rte_port_in_stats *stats, int clear) in rte_port_fd_reader_stats_read() argument 130 if (clear) in rte_port_fd_reader_stats_read() 293 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_stats_read() argument 301 if (clear) in rte_port_fd_writer_stats_read() 478 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_nodrop_stats_read() argument 486 if (clear) in rte_port_fd_writer_nodrop_stats_read()
|
| H A D | rte_port_ethdev.c | 91 struct rte_port_in_stats *stats, int clear) in rte_port_ethdev_reader_stats_read() argument 99 if (clear) in rte_port_ethdev_reader_stats_read() 271 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_stats_read() argument 279 if (clear) in rte_port_ethdev_writer_stats_read() 484 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_nodrop_stats_read() argument 492 if (clear) in rte_port_ethdev_writer_nodrop_stats_read()
|
| H A D | rte_port_sched.c | 88 struct rte_port_in_stats *stats, int clear) in rte_port_sched_reader_stats_read() argument 96 if (clear) in rte_port_sched_reader_stats_read() 262 struct rte_port_out_stats *stats, int clear) in rte_port_sched_writer_stats_read() argument 270 if (clear) in rte_port_sched_writer_stats_read()
|
| H A D | rte_port_sym_crypto.c | 113 struct rte_port_in_stats *stats, int clear) in rte_port_sym_crypto_reader_stats_read() argument 121 if (clear) in rte_port_sym_crypto_reader_stats_read() 299 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_stats_read() argument 307 if (clear) in rte_port_sym_crypto_writer_stats_read() 511 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_nodrop_stats_read() argument 519 if (clear) in rte_port_sym_crypto_writer_nodrop_stats_read()
|
| H A D | rte_port.h | 116 int clear); 218 int clear);
|
| H A D | rte_port_eventdev.c | 98 struct rte_port_in_stats *stats, int clear) in rte_port_eventdev_reader_stats_read() argument 106 if (clear) in rte_port_eventdev_reader_stats_read() 304 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_stats_read() argument 312 if (clear) in rte_port_eventdev_writer_stats_read() 544 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_nodrop_stats_read() argument 552 if (clear) in rte_port_eventdev_writer_nodrop_stats_read()
|
| H A D | rte_port_ring.c | 121 struct rte_port_in_stats *stats, int clear) in rte_port_ring_reader_stats_read() argument 129 if (clear) in rte_port_ring_reader_stats_read() 389 struct rte_port_out_stats *stats, int clear) in rte_port_ring_writer_stats_read() argument 397 if (clear) in rte_port_ring_writer_stats_read() 722 struct rte_port_out_stats *stats, int clear) in rte_port_ring_writer_nodrop_stats_read() argument 730 if (clear) in rte_port_ring_writer_nodrop_stats_read()
|
| H A D | rte_port_source_sink.c | 281 struct rte_port_in_stats *stats, int clear) in rte_port_source_stats_read() argument 289 if (clear) in rte_port_source_stats_read() 580 int clear) in rte_port_sink_stats_read() argument 588 if (clear) in rte_port_sink_stats_read()
|
| H A D | rte_port_frag.c | 246 struct rte_port_in_stats *stats, int clear) in rte_port_frag_reader_stats_read() argument 254 if (clear) in rte_port_frag_reader_stats_read()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_pipeline.h | 529 struct rte_pipeline_table_stats *stats, int clear); 661 struct rte_pipeline_port_in_stats *stats, int clear); 752 struct rte_pipeline_port_out_stats *stats, int clear);
|
| H A D | rte_table_action.h | 1047 int clear); 1073 int clear); 1099 int clear);
|
| H A D | rte_pipeline.c | 1501 struct rte_pipeline_port_in_stats *stats, int clear) in rte_pipeline_port_in_stats_read() argument 1522 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_in_stats_read() 1531 if (clear != 0) in rte_pipeline_port_in_stats_read() 1538 struct rte_pipeline_port_out_stats *stats, int clear) in rte_pipeline_port_out_stats_read() argument 1556 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_out_stats_read() 1565 if (clear != 0) in rte_pipeline_port_out_stats_read() 1572 struct rte_pipeline_table_stats *stats, int clear) in rte_pipeline_table_stats_read() argument 1591 retval = table->ops.f_stats(table->h_table, &stats->stats, clear); in rte_pipeline_table_stats_read() 1606 if (clear != 0) { in rte_pipeline_table_stats_read()
|
| /dpdk/lib/table/ |
| H A D | rte_table_stub.c | 69 rte_table_stub_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_stub_stats_read() argument 76 if (clear) in rte_table_stub_stats_read()
|
| H A D | rte_table_array.c | 183 rte_table_array_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_array_stats_read() argument 190 if (clear) in rte_table_array_stats_read()
|
| /dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 33 * ``-c driver, --clear`` 61 Short cut to clear, unmount, reserve and mount.
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 19 bool clear) in ixgbevf_hv_update_mc_addr_list_vf() argument 21 UNREFERENCED_5PARAMETER(hw, mc_addr_list, mc_addr_count, next, clear); in ixgbevf_hv_update_mc_addr_list_vf()
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_debug.h | 208 int qbman_cgr_reject_statistics(struct qbman_swp *s, uint32_t cgid, int clear, 210 int qbman_ccgr_reject_statistics(struct qbman_swp *s, uint32_t cgid, int clear, 212 int qbman_cq_dequeue_statistics(struct qbman_swp *s, uint32_t cgid, int clear,
|
| /dpdk/lib/ethdev/ |
| H A D | rte_mtr.c | 228 int clear, in rte_mtr_stats_read() argument 233 mtr_id, stats, stats_mask, clear, error); in rte_mtr_stats_read()
|