| /dpdk/lib/lpm/ |
| H A D | rte_lpm.c | 509 .valid = INVALID, in _tbl8_alloc() 592 if (!i_lpm->lpm.tbl24[i].valid || (i_lpm->lpm.tbl24[i].valid_group == 0 && in add_depth_small() 597 .valid = VALID, in add_depth_small() 621 if (!i_lpm->lpm.tbl8[j].valid || in add_depth_small() 625 .valid = VALID, in add_depth_small() 660 if (!i_lpm->lpm.tbl24[tbl24_index].valid) { in add_depth_big() 677 .valid = VALID, in add_depth_big() 694 .valid = VALID, in add_depth_big() 722 .valid = VALID, in add_depth_big() 736 .valid = VALID, in add_depth_big() [all …]
|
| H A D | rte_lpm6.c | 44 /** Flags for setting an entry as valid/invalid. */ 63 uint32_t valid :1; /**< Validation flag. */ member 494 uint8_t new_depth, uint32_t next_hop, uint8_t valid) in rule_add() 501 .valid = valid, in rule_add() 502 .valid_group = valid, in rule_add() 509 if (!lpm->tbl8[j].valid || (lpm->tbl8[j].ext_entry == 0 in rule_add() 519 next_hop, valid); 590 if (tbl[entry_ind].valid == 0 || tbl[entry_ind].ext_entry == 0) { 647 if (!tbl[i].valid || (tb 525 expand_rule(struct rte_lpm6 * lpm,uint32_t tbl8_gindex,uint8_t old_depth,uint8_t new_depth,uint32_t next_hop,uint8_t valid) expand_rule() argument [all...] |
| H A D | rte_lpm.h | 59 /** @internal bitmask with valid and valid_group fields set */ 87 uint32_t valid :1; /**< Validation flag. */ member 105 uint32_t valid :1; member 234 * Next hop of the rule (valid only if it is found) 274 * Next hop of the most specific rule found for IP (valid on lookup hit only) 321 * Next hop of the most specific rule found for IP (valid on lookup hit only). 379 * Next hop of the most specific rule found for IP (valid on lookup hit only).
|
| /dpdk/lib/kvargs/ |
| H A D | rte_kvargs.c | 114 * Determine whether a key is valid or not by looking 115 * into a list of valid keys. 118 is_valid_key(const char * const valid[], const char *key_match) in is_valid_key() argument 122 for (valid_ptr = valid; *valid_ptr != NULL; valid_ptr++) { in is_valid_key() 130 * Determine whether all keys are valid or not by looking 131 * into a list of valid keys. 135 const char * const valid[]) in check_for_valid_keys() argument 142 ret = is_valid_key(valid, pair->key); in check_for_valid_keys() 255 * check if only valid keys were used. in rte_kvargs_parse()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx_api.h | 113 bool valid; /* Indicate validity of params */ member 118 bool valid; /* Indicate validity of params */ member 124 bool valid; /* Indicate validity of params */ member
|
| H A D | ecore_hsi_init_func.h | 78 u8 valid /* indicates if the mapping entry is valid */; member
|
| H A D | ecore_dcbx.c | 586 params->local.valid = true; in ecore_dcbx_get_local_params() 600 params->remote.valid = true; in ecore_dcbx_get_remote_params() 649 p_operational->valid = false; in ecore_dcbx_get_operational_params() 683 p_operational->valid = true; in ecore_dcbx_get_operational_params() 1281 if (p_hwfn->p_dcbx_info->set.config.valid) { in ecore_dcbx_get_config_params() 1316 p_hwfn->p_dcbx_info->set.config.valid = true; in ecore_dcbx_get_config_params()
|
| H A D | ecore_mcp.h | 347 u32 valid; member
|
| /dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_fw.h | 180 #define ICP_QAT_FW_COMN_HDR_FLAGS_BUILD(valid) \ argument 181 (((valid) & ICP_QAT_FW_COMN_VALID_FLAG_MASK) << \ 184 #define ICP_QAT_FW_COMN_HDR_FLAGS_BUILD_GEN_LCE(valid, desc_layout) \ argument 185 ((((valid) & ICP_QAT_FW_COMN_VALID_FLAG_MASK) << \
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_ml.c | 129 reg_fw_ctrl.s.valid = 1; in roc_ml_scratch_write_job() 142 if (reg_fw_ctrl.s.valid == 1) in roc_ml_scratch_is_valid_bit_set() 172 reg_fw_ctrl.s.valid = 1; in roc_ml_scratch_enqueue() 175 bool valid = roc_ml_scratch_is_valid_bit_set(roc_ml); in roc_ml_scratch_enqueue() local 178 if (valid == done) { in roc_ml_scratch_enqueue() 200 bool valid = roc_ml_scratch_is_valid_bit_set(roc_ml); in roc_ml_scratch_dequeue() local 203 if (valid && done) { in roc_ml_scratch_dequeue()
|
| /dpdk/doc/guides/bbdevs/features/ |
| H A D | default.ini | 4 ; This file defines the features that are valid for inclusion in
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 15 a dequeue call as long as the mbuf has a valid rte_mbuf_offload operation with 16 a valid rte_cryptodev_session or rte_crypto_xform chain of operations.
|
| H A D | mlx5.rst | 77 There are two possible import methods: wrapped or plaintext (valid for AES-XTS only). 165 This option is valid only for AES-XTS. 171 This option is valid only for AES-XTS. 177 This option is valid only for AES-XTS. 182 This option is valid only for AES-XTS. 190 Only valid in AES-GCM mode. Will be ignored in AES-XTS mode.
|
| /dpdk/doc/guides/gpus/features/ |
| H A D | default.ini | 4 ; This file defines the features that are valid for inclusion in
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_phy.c | 121 bool valid = false; in ngbe_validate_phy_addr() local 128 valid = true; in ngbe_validate_phy_addr() 132 return valid; in ngbe_validate_phy_addr()
|
| /dpdk/doc/guides/compressdevs/features/ |
| H A D | default.ini | 4 ; This file defines the features that are valid for inclusion in
|
| /dpdk/doc/guides/regexdevs/features/ |
| H A D | default.ini | 4 ; This file defines the features that are valid for inclusion in
|
| /dpdk/doc/guides/vdpadevs/features/ |
| H A D | default.ini | 4 ; This file defines the features that are valid for inclusion in
|
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.h | 29 bool valid; member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | ml.h | 161 uint64_t valid : 1; member
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 439 if (f->valid) { in cxgbe_del_hash_filter() 970 if (f->valid) { in cxgbe_del_filter() 1054 if (f->valid) in cxgbe_set_filter() 1189 f->valid = 1; in cxgbe_hash_filter_rpl() 1274 f->valid = 1; in cxgbe_filter_rpl() 1335 if (!f->valid) in cxgbe_get_filter_count() 1342 if (!f->valid) in cxgbe_get_filter_count() 1414 if (!f || !f->valid) in cxgbe_clear_filter_count()
|
| H A D | cxgbe_filter.h | 182 u32 valid:1; /* filter allocated and valid */ member
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_scheduler.c | 401 const uintptr_t valid = (rob_ptr != 0); in __pull_port_lb() local 402 needs_reorder = valid; in __pull_port_lb() 404 ((valid - 1) & (uintptr_t)&dummy_rob); in __pull_port_lb()
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_trace_points.c | 100 lib.cryptodev.is.valid.dev)
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 130 bool valid; in find_min_pagesz() local 139 valid = msl->socket_id == wa->socket_id; in find_min_pagesz() 140 valid |= wa->socket_id == SOCKET_ID_ANY && msl->external == 0; in find_min_pagesz() 142 if (valid && msl->page_sz < wa->min) in find_min_pagesz()
|