Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/drivers/net/netvsc/
H A Dhn_rndis.c389 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 Ddpaa_bus.c71 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 Dfslmc_bus.c60 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 Dmlx5_vdpa_event.c142 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 Dcompat.h27 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 Didxd_common.c336 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 Dionic_main.c133 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 Dionic_dev.c77 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 Dionic_lif.c1341 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 Dionic.h76 union ionic_adminq_comp comp; member
H A Dionic_rx_filter.c64 f->filter_id = rte_le_to_cpu_32(ctx->comp.rx_filter_add.filter_id); in ionic_rx_filter_save()
H A Dionic_if.h2718 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 Drte_idxd_rawdev_fns.h331 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 Dzlib_pmd.c210 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 Dzlib_pmd_private.h53 comp_func_t comp; member
/dpdk/app/test-pmd/
H A Dcmdline_flow.c2434 .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 Deal_timer.c49 uint64_t comp; /**< RW Timer Comparator Value Register. */ member
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1286 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 Digb_rxtx.c2878 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 De1000_ethdev.h536 int igb_action_rss_same(const struct rte_flow_action_rss *comp,
/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h523 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 Dmlx5_rxtx_vec_sse.h522 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 Dena_com.c211 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 Dcomp_perf.rst85 …``--operation [comp/decomp/comp_and_decomp]``: perform test on compression, decompression or both …
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c5037 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()

12