| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rndis.c | 389 if (comp != NULL && in hn_rndis_exec1() 402 if (comp) { in hn_rndis_exec1() 483 if (!comp) { in hn_rndis_query() 514 if (comp->infobuflen == 0 || comp->infobufoffset == 0) { in hn_rndis_query() 526 if (ofs < sizeof(*comp) || ofs + comp->infobuflen > comp_len) { in hn_rndis_query() 528 comp->infobufoffset, comp->infobuflen); in hn_rndis_query() 542 rte_free(comp); in hn_rndis_query() 756 &comp, comp_len, in hn_rndis_set() 1055 &comp, comp_len, in hn_rndis_init() 1062 comp.status); in hn_rndis_init() [all …]
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 71 int comp = 0; in compare_dpaa_devices() local 75 comp = 1; in compare_dpaa_devices() 77 comp = -1; in compare_dpaa_devices() 79 comp = 0; in compare_dpaa_devices() 82 return comp; in compare_dpaa_devices() 85 comp = 1; in compare_dpaa_devices() 87 comp = -1; in compare_dpaa_devices() 91 comp = 1; in compare_dpaa_devices() 93 comp = -1; in compare_dpaa_devices() 95 comp = 0; in compare_dpaa_devices() [all …]
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 60 int comp; in compare_dpaa2_devname() local 63 comp = 1; in compare_dpaa2_devname() 65 comp = -1; in compare_dpaa2_devname() 69 comp = 1; in compare_dpaa2_devname() 71 comp = -1; in compare_dpaa2_devname() 73 comp = 0; /* Duplicate device name */ in compare_dpaa2_devname() 76 return comp; in compare_dpaa2_devname() 82 int comp, inserted = 0; in insert_in_device_list() local 87 comp = compare_dpaa2_devname(newdev, dev); in insert_in_device_list() 88 if (comp < 0) { in insert_in_device_list()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 142 uint16_t comp; in mlx5_vdpa_cq_poll() local 147 if (comp) { in mlx5_vdpa_cq_poll() 148 cq->cq_ci += comp; in mlx5_vdpa_cq_poll() 163 return comp; in mlx5_vdpa_cq_poll() 205 uint32_t comp = 0; in mlx5_vdpa_queue_complete() local 208 comp = mlx5_vdpa_cq_poll(cq); in mlx5_vdpa_queue_complete() 209 if (comp) { in mlx5_vdpa_queue_complete() 215 return comp; in mlx5_vdpa_queue_complete() 227 uint32_t comp = mlx5_vdpa_queue_complete(cq); in mlx5_vdpa_queues_complete() local 229 if (comp > max) in mlx5_vdpa_queues_complete() [all …]
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | compat.h | 27 struct xsk_ring_cons *comp, in create_shared_socket() argument 31 tx, fill, comp, config); in create_shared_socket() 42 struct xsk_ring_cons *comp __rte_unused, in create_shared_socket()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 336 struct idxd_completion *comp = &idxd->batch_comp_ring[idxd->batch_idx_read]; in batch_completed_status() local 337 comp->completed_size = 0; in batch_completed_status() 340 comp->status = IDXD_COMP_STATUS_SKIPPED; in batch_completed_status() 342 struct idxd_completion *comp = &idxd->batch_comp_ring[idxd->batch_idx_read]; in batch_completed_status() local 343 comp->completed_size -= ret; in batch_completed_status() 345 if (comp->completed_size == 1) { in batch_completed_status() 348 comp->status = c->status; in batch_completed_status() 350 if (comp->status == IDXD_COMP_STATUS_INCOMPLETE) in batch_completed_status() 351 comp->status = IDXD_COMP_STATUS_SUCCESS; in batch_completed_status() 362 comp->status = IDXD_COMP_STATUS_SUCCESS; in batch_completed_status()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_main.c | 133 if (ctx->comp.comp.status || timeout) { in ionic_adminq_check_err() 134 status = ionic_error_to_str(ctx->comp.comp.status); in ionic_adminq_check_err() 139 timeout ? -1 : ctx->comp.comp.status); in ionic_adminq_check_err() 171 memcpy(&ctx->comp, cq_desc, sizeof(*cq_desc)); in ionic_adminq_service()
|
| H A D | ionic_dev.c | 77 return ioread8(&idev->dev_cmd->comp.comp.status); in ionic_dev_cmd_status() 89 union ionic_dev_cmd_comp *comp = mem; in ionic_dev_cmd_comp() local 90 uint32_t comp_size = RTE_DIM(comp->words); in ionic_dev_cmd_comp() 94 comp->words[i] = ioread32(&idev->dev_cmd->comp.words[i]); in ionic_dev_cmd_comp()
|
| H A D | ionic_lif.c | 1341 struct ionic_q_init_comp comp; in ionic_lif_adminq_init() local 1349 ionic_dev_cmd_comp(idev, &comp); in ionic_lif_adminq_init() 1351 q->hw_type = comp.hw_type; in ionic_lif_adminq_init() 1352 q->hw_index = rte_le_to_cpu_32(comp.hw_index); in ionic_lif_adminq_init() 1397 q->hw_type = ctx.comp.q_init.hw_type; in ionic_lif_notifyq_init() 1431 ctx.comp.lif_setattr.features); in ionic_lif_set_features() 1506 q->hw_type = ctx.comp.q_init.hw_type; in ionic_lif_txq_init() 1554 q->hw_type = ctx.comp.q_init.hw_type; in ionic_lif_rxq_init() 1611 struct ionic_lif_init_comp comp; in ionic_lif_init() local 1621 ionic_dev_cmd_comp(idev, &comp); in ionic_lif_init() [all …]
|
| H A D | ionic.h | 76 union ionic_adminq_comp comp; member
|
| H A D | ionic_rx_filter.c | 64 f->filter_id = rte_le_to_cpu_32(ctx->comp.rx_filter_add.filter_id); in ionic_rx_filter_save()
|
| H A D | ionic_if.h | 2718 struct ionic_admin_comp comp; member 2791 union ionic_dev_cmd_comp comp; member 2829 struct ionic_admin_comp comp; member
|
| /dpdk/drivers/raw/ioat/ |
| H A D | rte_idxd_rawdev_fns.h | 331 volatile struct rte_idxd_completion *comp = in __idxd_completed_ops() local 333 if (comp->status != 0 && in __idxd_completed_ops() 336 idxd->hdl_ring_flags[idx] |= (comp->status << 8); in __idxd_completed_ops() 337 comp->status = 0; /* clear error for next time */ in __idxd_completed_ops()
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 210 stream->comp(op, &stream->strm); in process_zlib_op() 233 stream->comp = process_zlib_deflate; in zlib_set_stream_parameters() 293 stream->comp = process_zlib_inflate; in zlib_set_stream_parameters()
|
| H A D | zlib_pmd_private.h | 53 comp_func_t comp; member
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2434 .comp = comp_none, 2441 .comp = comp_none, 2448 .comp = comp_none, 2462 .comp = comp_none, 2475 .comp = comp_none, 2482 .comp = comp_none, 2489 .comp = comp_none, 2496 .comp = comp_none, 2510 .comp = comp_port, 2517 .comp = comp_none, [all …]
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_timer.c | 49 uint64_t comp; /**< RW Timer Comparator Value Register. */ member
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 1286 hns3_action_rss_same(const struct rte_flow_action_rss *comp, in hns3_action_rss_same() argument 1300 if (comp->func == RTE_ETH_HASH_FUNCTION_MAX) in hns3_action_rss_same() 1304 (comp->func == with->func) : true; in hns3_action_rss_same() 1309 rss_key_is_same = comp->key_len == with->key_len && in hns3_action_rss_same() 1310 !memcmp(comp->key, with->key, with->key_len); in hns3_action_rss_same() 1313 comp->types == (with->types & HNS3_ETH_RSS_SUPPORT) && in hns3_action_rss_same() 1314 comp->level == with->level && in hns3_action_rss_same() 1315 comp->queue_num == with->queue_num && in hns3_action_rss_same() 1316 !memcmp(comp->queue, with->queue, in hns3_action_rss_same()
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 2878 igb_action_rss_same(const struct rte_flow_action_rss *comp, in igb_action_rss_same() argument 2881 return (comp->func == with->func && in igb_action_rss_same() 2882 comp->level == with->level && in igb_action_rss_same() 2883 comp->types == with->types && in igb_action_rss_same() 2884 comp->key_len == with->key_len && in igb_action_rss_same() 2885 comp->queue_num == with->queue_num && in igb_action_rss_same() 2886 !memcmp(comp->key, with->key, with->key_len) && in igb_action_rss_same() 2887 !memcmp(comp->queue, with->queue, in igb_action_rss_same()
|
| H A D | e1000_ethdev.h | 536 int igb_action_rss_same(const struct rte_flow_action_rss *comp,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_neon.h | 523 uint16_t pkts_n, uint64_t *err, uint64_t *comp) in rxq_cq_process_v() argument 888 *comp = comp_idx; in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 522 uint16_t pkts_n, uint64_t *err, uint64_t *comp) in rxq_cq_process_v() argument 819 *comp = comp_idx; in rxq_cq_process_v()
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 211 struct ena_admin_acq_entry *comp, in __ena_com_submit_admin_cmd() argument 245 comp_ctx->user_cqe = comp; in __ena_com_submit_admin_cmd() 293 struct ena_admin_acq_entry *comp, in ena_com_submit_admin_cmd() argument 306 comp, in ena_com_submit_admin_cmd() 1367 struct ena_admin_acq_entry *comp, in ena_com_execute_admin_command() argument 1374 comp, comp_size); in ena_com_execute_admin_command()
|
| /dpdk/doc/guides/tools/ |
| H A D | comp_perf.rst | 85 …``--operation [comp/decomp/comp_and_decomp]``: perform test on compression, decompression or both …
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 5037 txgbe_action_rss_same(const struct rte_flow_action_rss *comp, in txgbe_action_rss_same() argument 5040 return (comp->func == with->func && in txgbe_action_rss_same() 5041 comp->level == with->level && in txgbe_action_rss_same() 5042 comp->types == with->types && in txgbe_action_rss_same() 5043 comp->key_len == with->key_len && in txgbe_action_rss_same() 5044 comp->queue_num == with->queue_num && in txgbe_action_rss_same() 5045 !memcmp(comp->key, with->key, with->key_len) && in txgbe_action_rss_same() 5046 !memcmp(comp->queue, with->queue, in txgbe_action_rss_same()
|