| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.c | 329 query = &sc->vf2pf_mbox->query[0].release; in bnx2x_vf_close() 340 bnx2x_add_tlv(sc, query, query->first_tlv.tl.length, in bnx2x_vf_close() 362 query = &sc->vf2pf_mbox->query[0].init; in bnx2x_vf_init() 374 bnx2x_add_tlv(sc, query, query->first_tlv.tl.length, in bnx2x_vf_init() 408 query = &sc->vf2pf_mbox->query[0].close; in bnx2x_vf_unload() 419 bnx2x_add_tlv(sc, query, query->first_tlv.tl.length, in bnx2x_vf_unload() 495 query = &sc->vf2pf_mbox->query[0].setup_q; in bnx2x_vf_setup_queue() 559 query = &sc->vf2pf_mbox->query[0].set_q_filters; in bnx2x_vf_set_mac() 615 query = &sc->vf2pf_mbox->query[0].update_rss; in bnx2x_vf_config_rss() 655 query = &sc->vf2pf_mbox->query[0].set_q_filters; in bnx2x_vf_set_rx_mode() [all …]
|
| H A D | bnx2x_vfpf.h | 325 union query_tlvs query[BNX2X_VF_MAX_QUEUES_PER_VF]; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.c | 391 struct rte_flow_query_count *query = data; in cnxk_flow_query() local 406 rc = roc_npc_mcam_read_counter(npc, in_flow->ctr_id, &query->hits); in cnxk_flow_query() 412 query->hits_set = 1; in cnxk_flow_query() 413 query->bytes_set = 0; in cnxk_flow_query() 415 if (query->reset) in cnxk_flow_query() 475 .query = cnxk_flow_query,
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 1960 } query; in port_action_handle_query() local 1977 memset(&query, 0, sizeof(query)); in port_action_handle_query() 1986 query.age.aged, in port_action_handle_query() 2011 query.ct.enable, query.ct.live_connection, in port_action_handle_query() 2012 query.ct.selective_ack, query.ct.challenge_ack_passed, in port_action_handle_query() 2014 query.ct.liberal_mode, query.ct.state, in port_action_handle_query() 2015 query.ct.max_ack_window, query.ct.retransmission_limit, in port_action_handle_query() 2016 query.ct.last_index, query.ct.last_seq, in port_action_handle_query() 2017 query.ct.last_ack, query.ct.last_window, in port_action_handle_query() 3077 } query; in port_flow_query() local [all …]
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_device_p58.c | 666 struct tf_rm_resc_req_entry *query = q; in tf_dev_p58_get_sram_resources() local 669 switch (query[i].type) { in tf_dev_p58_get_sram_resources() 671 sram_bank_caps[0] = query[i].max; in tf_dev_p58_get_sram_resources() 674 sram_bank_caps[1] = query[i].max; in tf_dev_p58_get_sram_resources() 677 sram_bank_caps[2] = query[i].max; in tf_dev_p58_get_sram_resources() 680 sram_bank_caps[3] = query[i].max; in tf_dev_p58_get_sram_resources()
|
| H A D | tf_rm.c | 514 struct tf_rm_resc_req_entry *query; in tf_rm_create_db() local 546 query = (struct tf_rm_resc_req_entry *)cparms.mem_va; in tf_rm_create_db() 553 query, in tf_rm_create_db() 640 if (req_cnt[i] <= query[hcapi_type].max) { in tf_rm_create_db() 656 query[hcapi_type].max); in tf_rm_create_db()
|
| H A D | tf_msg.h | 171 struct tf_rm_resc_req_entry *query,
|
| H A D | tf_device.h | 1101 int (*tf_dev_get_sram_resources)(void *query,
|
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_bman.h | 116 struct bm_mcc_query query; member 151 struct bm_pool_state query; member
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_0.rst | 24 * Reta update/query for PF/VF 28 * Link status query for PF/VF
|
| H A D | release_20_11.rst | 62 * **Added the FEC API, for a generic FEC query and config.** 64 Added the FEC API which provides functions for query FEC capabilities and 92 * Added new flow APIs to create/update/destroy/query shared actions. 135 * **Added hns3 FEC PMD, for supporting query and config FEC mode.** 175 * Added support for Age action query. 488 * ethdev: Added capability to query age flow action.
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 82 Support the number of queues query. 100 Support virtio queue statistics query.
|
| H A D | mlx5.rst | 110 to get error information, or query vdpa statistics counter to know error type
|
| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 8 The Telemetry library provides users with the ability to query DPDK for 41 and query information using the telemetry client python script.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_tx_adapter.rst | 76 the application to query the adapter capabilities for an eventdev and ethdev 79 query this flag to determine if a service function is associated with the
|
| H A D | traffic_management.rst | 19 * Capability query API per port, per hierarchy level and per hierarchy node 46 Likewise, users can query the capability of the TM at the hierarchical level to 51 hierarchical level capability query.
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow_driver.h | 64 int (*query) member
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 33 Use libdpdk.pc instead of this file to query DPDK compile/link arguments''',
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 38 sfc_flow_query_cb_t *query; member 53 .query = NULL, 62 .query = sfc_mae_flow_query, 2725 if (ops == NULL || ops->query == NULL) { in sfc_flow_query() 2739 ret = ops->query(dev, flow, action, data, error); in sfc_flow_query() 2799 .query = sfc_flow_query,
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_flow.c | 253 .query = fs_flow_query,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ethtool.rst | 9 its use to query and change Ethernet card parameters. The sample
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_flow.c | 243 .query = bond_flow_query,
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 297 mlxconfig -d <mst device> query | grep LINK_TYPE 322 mlxconfig -d <mst device> query | grep SRIOV_EN 460 The command to query a value is:: 462 mlxconfig -d <device> query <key>
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_vf_representor.c | 365 return enic_fm_flow_ops.query(dev, flow, actions, data, error); in enic_vf_flow_query() 380 .query = enic_vf_flow_query,
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 185 …-wide, DPDK provides a pkg-config file ``libdpdk.pc`` for applications to query as part of their b… 189 An example of how to query and use the pkg-config file can be found in the ``Makefile`` of each of …
|