Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 86) sorted by relevance

1234

/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c329 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 Dbnx2x_vfpf.h325 union query_tlvs query[BNX2X_VF_MAX_QUEUES_PER_VF]; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c391 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 Dconfig.c1960 } 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 Dtf_device_p58.c666 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 Dtf_rm.c514 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 Dtf_msg.h171 struct tf_rm_resc_req_entry *query,
H A Dtf_device.h1101 int (*tf_dev_get_sram_resources)(void *query,
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h116 struct bm_mcc_query query; member
151 struct bm_pool_state query; member
/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst24 * Reta update/query for PF/VF
28 * Link status query for PF/VF
H A Drelease_20_11.rst62 * **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 Dfeatures_overview.rst82 Support the number of queues query.
100 Support virtio queue statistics query.
H A Dmlx5.rst110 to get error information, or query vdpa statistics counter to know error type
/dpdk/doc/guides/howto/
H A Dtelemetry.rst8 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 Devent_ethernet_tx_adapter.rst76 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 Dtraffic_management.rst19 * 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 Drte_flow_driver.h64 int (*query) member
/dpdk/buildtools/pkg-config/
H A Dmeson.build33 Use libdpdk.pc instead of this file to query DPDK compile/link arguments''',
/dpdk/drivers/net/sfc/
H A Dsfc_flow.c38 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 Dfailsafe_flow.c253 .query = fs_flow_query,
/dpdk/doc/guides/sample_app_ug/
H A Dethtool.rst9 its use to query and change Ethernet card parameters. The sample
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c243 .query = bond_flow_query,
/dpdk/doc/guides/platform/
H A Dmlx5.rst297 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 Denic_vf_representor.c365 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 Dbuild_dpdk.rst185 …-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 …

1234