| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.c | 469 !(dev_info.dev_capa & RTE_DMA_CAPA_SILENT)) { in rte_dma_configure() 605 !(dev_info.dev_capa & RTE_DMA_CAPA_MEM_TO_MEM)) { in rte_dma_vchan_setup() 611 !(dev_info.dev_capa & RTE_DMA_CAPA_MEM_TO_DEV)) { in rte_dma_vchan_setup() 617 !(dev_info.dev_capa & RTE_DMA_CAPA_DEV_TO_MEM)) { in rte_dma_vchan_setup() 623 !(dev_info.dev_capa & RTE_DMA_CAPA_DEV_TO_DEV)) { in rte_dma_vchan_setup() 745 dma_dump_capability(FILE *f, uint64_t dev_capa) in dma_dump_capability() argument 749 (void)fprintf(f, " dev_capa: 0x%" PRIx64 " -", dev_capa); in dma_dump_capability() 750 while (dev_capa > 0) { in dma_dump_capability() 751 capa = 1ull << __builtin_ctzll(dev_capa); in dma_dump_capability() 753 dev_capa &= ~capa; in dma_dump_capability() [all …]
|
| H A D | rte_dmadev.h | 291 uint64_t dev_capa; member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_ethdev.c | 339 info->dev_capa = RTE_ETH_DEV_CAPA_FLOW_SHARED_OBJECT_KEEP; in mlx5_dev_infos_get() 350 info->dev_capa |= RTE_ETH_DEV_CAPA_RXQ_SHARE; in mlx5_dev_infos_get()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 460 .dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | RTE_DMA_CAPA_HANDLES_ERRORS | in idxd_info_get() 467 info->dev_capa |= RTE_DMA_CAPA_SVA; in idxd_info_get()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_common.c | 94 info->dev_capa = RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP | in hns3_dev_infos_get() 96 info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in hns3_dev_infos_get()
|
| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 628 * **[uses] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RXQ_SHARE``. 895 * **[provides] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP``. 905 * **[provides] rte_eth_dev_info**: ``dev_capa:RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP``.
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_dmadev.c | 189 info->dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | in ioat_dev_info_get() 193 info->dev_capa |= RTE_DMA_CAPA_HANDLES_ERRORS; in ioat_dev_info_get()
|
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 814 else if ((info.dev_capa & RTE_DMA_CAPA_HANDLES_ERRORS) == 0) in test_dmadev_instance() 821 if ((info.dev_capa & RTE_DMA_CAPA_OPS_FILL) == 0) in test_dmadev_instance()
|
| H A D | test_cryptodev_asym.c | 1008 const struct rte_cryptodev_capabilities *dev_capa; in test_capability() local 1025 dev_capa = &(dev_info.capabilities[i]); in test_capability() 1028 idx.type = dev_capa->asym.xform_capa.xform_type; in test_capability()
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 334 dev_info->dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | in hisi_dma_info_get() 337 dev_info->dev_capa |= RTE_DMA_CAPA_HANDLES_ERRORS; in hisi_dma_info_get()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 38 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in i40e_vf_representor_dev_infos_get()
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 30 dev_info->dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | in cnxk_dmadev_info_get()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 38 dev_info->dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | in skeldma_info_get()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 96 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in pmd_dev_infos_get()
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ops.c | 1227 infos->dev_capa = in fs_dev_infos_get() 1230 infos->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in fs_dev_infos_get()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 560 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in bnxt_rep_dev_info_get_op()
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 96 dev_info->dev_capa = in ipn3ke_rpst_dev_infos_get() 99 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in ipn3ke_rpst_dev_infos_get()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 829 printf("Device capabilities: 0x%"PRIx64"(", dev_info.dev_capa); in port_infos_display() 830 print_dev_capabilities(dev_info.dev_capa); in port_infos_display() 842 if ((dev_info.dev_capa & RTE_ETH_DEV_CAPA_RXQ_SHARE) != 0) in port_infos_display() 3875 if ((dev_info->dev_capa & RTE_ETH_DEV_CAPA_RXQ_SHARE) in fwd_stream_on_other_lcores() 3935 if ((dev_info->dev_capa & RTE_ETH_DEV_CAPA_RXQ_SHARE) in pkt_fwd_shared_rxq_check()
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 667 dev_info->dev_capa = RTE_DMA_CAPA_MEM_TO_MEM | in dpaa_info_get()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_ops.c | 69 devinfo->dev_capa = RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP | in cnxk_nix_info_get()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev_vf.c | 490 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in txgbevf_dev_info_get()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 472 device_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in enicpmd_dev_info_get()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 182 dev_info->dev_capa = RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP | in sfc_dev_infos_get() 184 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in sfc_dev_infos_get()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.c | 1814 !(dev_info.dev_capa & in rte_eth_rx_queue_setup() 1860 (dev_info.dev_capa & RTE_ETH_DEV_CAPA_RXQ_SHARE) == 0) { in rte_eth_rx_queue_setup() 2019 !(dev_info.dev_capa & in rte_eth_tx_queue_setup()
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 1104 dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP; in eth_em_infos_get()
|