Searched refs:registry (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 479 struct sfc_mae_counter_registry *registry = in sfc_mae_counter_service_unregister() local 484 rte_service_runstate_set(registry->polling.service.id, 0); in sfc_mae_counter_service_unregister() 485 rte_service_component_runstate_set(registry->polling.service.id, 0); in sfc_mae_counter_service_unregister() 492 if (rte_service_may_be_active(registry->polling.service.id) == 0) in sfc_mae_counter_service_unregister() 500 rte_service_map_lcore_set(registry->polling.service.id, in sfc_mae_counter_service_unregister() 501 registry->polling.service.core_id, 0); in sfc_mae_counter_service_unregister() 503 rte_service_component_unregister(registry->polling.service.id); in sfc_mae_counter_service_unregister() 517 registry->rx_pkt_burst = sa->eth_dev->rx_pkt_burst; in sfc_mae_counter_registry_prepare() 518 registry->rx_dp = sfc_counter_rxq_info_get(sa)->dp; in sfc_mae_counter_registry_prepare() 519 registry->pushed_n_buffers = 0; in sfc_mae_counter_registry_prepare() [all …]
|
| H A D | sfc_mae.c | 65 sfc_mae_counter_registry_init(struct sfc_mae_counter_registry *registry, in sfc_mae_counter_registry_init() argument 68 return sfc_mae_counters_init(®istry->counters, nb_counters_max); in sfc_mae_counter_registry_init() 72 sfc_mae_counter_registry_fini(struct sfc_mae_counter_registry *registry) in sfc_mae_counter_registry_fini() argument 74 sfc_mae_counters_fini(®istry->counters); in sfc_mae_counter_registry_fini()
|
| /dpdk/.github/workflows/ |
| H A D | build.yml | 185 docker pull registry.fedoraproject.org/${{ matrix.config.image }} 187 registry.fedoraproject.org/${{ matrix.config.image }} \
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 2355 if (o->registry.aprox_match.vec[i]) in ecore_mcast_get_next_bin() 2359 (o->registry.aprox_match.vec, cur_bit)) { in ecore_mcast_get_next_bin() 2424 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in ecore_mcast_set_one_rule_e2() 2815 elem = o->registry.aprox_match.vec[i]; in ecore_mcast_refresh_registry_e2() 2953 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bit); in ecore_mcast_hdl_add_e1h() 3001 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h() 3002 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h() 3019 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h() 3020 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h() 3030 return o->registry.aprox_match.num_bins_set; in ecore_mcast_get_registry_size_aprox() [all …]
|
| H A D | ecore_sp.h | 983 } registry; member
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 444 DevX for Windows must be enabled in the Windows registry.
|