Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 40) sorted by relevance

12

/dpdk/devtools/cocci/
H A Dnamespace_ethdev.cocci2 identifier I =~ "^(RTE_FC_|ETH_MQ_|ETH_RSS|DEV_RX_|DEV_TX_|ETH_LINK|RTE_RETA|
25 @ identifier@
26 identifier rule1.I;
27 identifier p.J;
34 identifier A =~ "rte_fdir_conf|rte_intr_conf";
45 identifier rule2.A;
46 identifier p2.B;
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst165 flags for handling received packets, event queue identifier, scheduler type,
166 event priority, polling frequency of the receive queue and flow identifier
233 port and queue identifier in the ``rte_event_vector::port`` and
272 The 20-bit event flow identifier is set to 12-bits of Rx queue identifier
273 and 8-bits of ethernet device identifier.
274 Flow identifier is formatted as follows:
H A Drawdev.rst91 driver. Thus, a generic device needs to have an identifier and a driver
92 capable of identifying it through this identifier.
H A Dregexdev.rst31 their PCI device identifier, each unique PCI BDF (bus/bridge, device,
161 The burst enqueue API uses a RegEx device identifier and a queue pair
162 identifier to specify the device queue pair to schedule the processing on.
H A Drte_flow.rst1057 - ``vni``: VXLAN network identifier.
1196 - ``teid``: tunnel endpoint identifier.
1215 - ``vni``: virtual network identifier.
1227 - ``vni``: VXLAN network identifier.
1367 - ``qfi``: QoS flow identifier.
1377 - ``session_id``: session identifier.
1383 Matches a PPPoE session protocol identifier.
1385 - ``proto_id``: PPP protocol identifier.
1401 - ``spi``: service path identifier (3 bytes).
1454 - ``seid``: session endpoint identifier.
[all …]
H A Devent_ethernet_tx_adapter.rst80 adapter and retrieve its service identifier using the
H A Dcompressdev.rst19 which is executed at DPDK initialization, based on their unique device identifier.
614 The burst enqueue API uses a compression device identifier and a queue pair
615 identifier to specify the compression device queue pair to schedule the processing on.
H A Deventdev.rst44 * ``flow_id`` - The targeted flow identifier for the enq/deq operation.
54 * ``queue_id`` - The identifier for the event queue that the event is sent to.
H A Dpoll_mode_drv.rst140 Based on their PCI identifier, NIC ports are assigned two other identifiers:
184 This includes the PCI vendor identifier, the PCI device identifier, the mapping address of the PCI …
203 * The socket identifier used to identify the appropriate DMA memory zone from which to allocate t…
H A Dcryptodev_lib.rst33 their PCI device identifier, each unique PCI BDF (bus/bridge, device,
200 transform identifier and then the particulars of the transform. For the full
389 The burst enqueue API uses a Crypto device identifier and a queue pair
390 identifier to specify the Crypto device queue pair to schedule the processing on.
H A Devent_timer_adapter.rst132 configuration, determine the next available port identifier number, and create
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c1263 u8 identifier = 0; in ixgbe_identify_sfp_module_generic() local
1299 &identifier); in ixgbe_identify_sfp_module_generic()
1301 DEBUGOUT("status %d, SFF identifier 0x%x\n", status, identifier); in ixgbe_identify_sfp_module_generic()
1303 identifier == IXGBE_SFF_IDENTIFIER_SFP) in ixgbe_identify_sfp_module_generic()
1310 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) { in ixgbe_identify_sfp_module_generic()
1438 hw->phy.id = identifier; in ixgbe_identify_sfp_module_generic()
1641 u8 identifier = 0; in ixgbe_identify_qsfp_module_generic() local
1663 &identifier); in ixgbe_identify_qsfp_module_generic()
1668 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in ixgbe_identify_qsfp_module_generic()
1674 hw->phy.id = identifier; in ixgbe_identify_qsfp_module_generic()
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst172 - VXLAN (exact match of VXLAN network identifier)
174 - GENEVE (exact match of virtual network identifier, only Ethernet (0x6558)
221 - VXLAN (exact match of VXLAN network identifier)
223 - GENEVE (exact match of virtual network identifier)
522 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst111 The identifier of the KEK, default value is 0 represents the operational
116 The identifier of the credential, default value is 0 represents the operational
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c778 u8 identifier = 0; in txgbe_identify_sfp_module() local
792 &identifier); in txgbe_identify_sfp_module()
803 if (identifier != TXGBE_SFF_IDENTIFIER_SFP) { in txgbe_identify_sfp_module()
891 hw->phy.id = identifier; in txgbe_identify_sfp_module()
984 u8 identifier = 0; in txgbe_identify_qsfp_module() local
1001 &identifier); in txgbe_identify_qsfp_module()
1009 if (identifier != TXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in txgbe_identify_qsfp_module()
1015 hw->phy.id = identifier; in txgbe_identify_qsfp_module()
/dpdk/app/test-pmd/
H A Dtestpmd.c3216 attach_port(char *identifier) in attach_port() argument
3223 if (identifier == NULL) { in attach_port()
3228 if (rte_dev_probe(identifier) < 0) { in attach_port()
3229 TESTPMD_LOG(ERR, "Failed to attach port %s\n", identifier); in attach_port()
3244 RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator) { in attach_port()
3342 detach_devargs(char *identifier) in detach_devargs() argument
3351 if (rte_devargs_parsef(&da, "%s", identifier)) { in detach_devargs()
3356 RTE_ETH_FOREACH_MATCHING_DEV(port_id, identifier, &iterator) { in detach_devargs()
3378 printf("Device %s is detached\n", identifier); in detach_devargs()
H A Dtestpmd.h875 void device_infos_display(const char *identifier);
1053 void attach_port(char *identifier);
1054 void detach_devargs(char *identifier);
/dpdk/doc/guides/vdpadevs/
H A Dsfc.rst101 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst43 a source port, a destination port and a protocol identifier.
54 * **Protocol identifier**
134 The protocol identifier is an 8-bit value and a mask separated by '/'.
/dpdk/license/
H A DREADME51 1. Mention the appropriate license identifier form SPDX. If the license is not
/dpdk/doc/guides/rawdevs/
H A Dcnxk_bphy.rst154 Use this identifier for further rawdev function calls.
H A Dcnxk_gpio.rst197 this identifier for further rawdev function calls.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst544 testpmd> show device info (<identifier>|all)
2054 testpmd> port attach (identifier)
2114 In this case, identifier is ``net_pcap0``.
2475 testpmd> device detach (identifier)
2503 In this case, identifier is ``net_pcap0``.
3966 - ``vid {unsigned}``: VLAN identifier.
4011 - ``vni {unsigned}``: VXLAN identifier.
4050 - ``vni {unsigned}``: virtual network identifier.
4063 - ``vni {unsigned}``: VXLAN-GPE identifier.
4111 - ``qfi {unsigned}``: QoS flow identifier.
[all …]
/dpdk/doc/guides/dmadevs/
H A Didxd.rst67 * name: identifier given to the WQ.
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst111 request a CVE identifier from a CNA.

12