Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 168) sorted by relevance

1234567

/dpdk/lib/lpm/
H A Drte_lpm.c594 .valid = VALID, in add_depth_small()
674 .valid = VALID, in add_depth_big()
691 .valid = VALID, in add_depth_big()
719 .valid = VALID, in add_depth_big()
733 .valid = VALID, in add_depth_big()
750 .valid = VALID, in add_depth_big()
774 .valid = VALID, in add_depth_big()
953 .valid = VALID, in delete_depth_small()
959 .valid = VALID, in delete_depth_small()
1086 .valid = VALID, in delete_depth_big()
[all …]
H A Drte_lpm6.c530 .valid = valid, in expand_rule()
531 .valid_group = valid, in expand_rule()
548 next_hop, valid); in expand_rule()
682 .valid = VALID, in add_step()
736 .valid = VALID, in add_step()
765 .valid = VALID, in add_step()
787 .valid = VALID, in add_step()
1263 .valid = VALID, in remove_tbl()
1273 .valid = INVALID, in remove_tbl()
1362 .valid = VALID, in rte_lpm6_delete()
[all …]
H A Drte_lpm.h85 uint32_t valid :1; /**< Validation flag. */ member
103 uint32_t valid :1; member
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h1059 uint8_t valid; member
1674 uint8_t valid; member
12992 uint8_t valid; member
13069 uint8_t valid; member
13142 uint8_t valid; member
13216 uint8_t valid; member
13512 uint8_t valid; member
14237 uint8_t valid; member
14889 uint8_t valid; member
15831 uint8_t valid; member
[all …]
H A Dbnxt_cpr.h142 bool expected, valid; in bnxt_cpr_cmp_valid() local
145 valid = !!(rte_le_to_cpu_32(c->info3_v) & CMPL_BASE_V); in bnxt_cpr_cmp_valid()
146 if (valid == expected) { in bnxt_cpr_cmp_valid()
H A Dbnxt_rxtx_vec_avx2.c33 uint64_t valid, desc_valid_mask = ~0ULL; in recv_burst_vec_avx2() local
261 valid = _mm_cvtsi128_si64(_mm256_extracti128_si256(info3_v, 1)); in recv_burst_vec_avx2()
262 valid = (valid << CHAR_BIT) | in recv_burst_vec_avx2()
264 num_valid = __builtin_popcountll(valid & desc_valid_mask); in recv_burst_vec_avx2()
/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c46 if (!sd_entry->valid) { in i40e_add_sd_table_entry()
142 if (!pd_entry->valid) { in i40e_add_pd_table_entry()
171 pd_entry->valid = true; in i40e_add_pd_table_entry()
227 pd_entry->valid = false; in i40e_remove_pd_bp()
266 sd_entry->valid = false; in i40e_prep_remove_sd_bp()
313 sd_entry->valid = false; in i40e_prep_remove_pd_page()
H A Di40e_hmc.h44 bool valid; member
58 bool valid; member
/dpdk/lib/kvargs/
H A Drte_kvargs.c118 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()
135 const char * const valid[]) in check_for_valid_keys() argument
142 ret = is_valid_key(valid, pair->key); in check_for_valid_keys()
/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.c11 ice_info(hw, "\tvalid = %d\n", key->valid); in _pg_cam_key_dump()
26 ice_info(hw, "\tvalid = %d\n", key->valid); in _pg_nm_cam_key_dump()
114 key->valid = (data & 0x1) != 0; in _pg_nm_cam_key_init()
143 key->valid = (d64 & 0x1) != 0; in _pg_cam_key_init()
303 if (!item->key.valid || in _pg_cam_match()
320 if (!item->key.valid || in _pg_nm_cam_match()
H A Dice_pg_cam.h14 bool valid; member
26 bool valid; member
/dpdk/drivers/net/qede/base/
H A Decore_dcbx_api.h113 bool valid; /* Indicate validity of params */ member
118 bool valid; /* Indicate validity of params */ member
124 bool valid; /* Indicate validity of params */ member
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c188 tdrop_profile->valid = 0; in ipn3ke_hw_tm_init()
298 if (tdrop_profile->valid) in ipn3ke_hw_tm_tdrop_profile_search()
759 if (!sp || (sp && sp->valid)) in ipn3ke_tm_shaper_profile_add()
816 sp->valid = 1; in ipn3ke_tm_shaper_profile_add()
843 sp->valid = 0; in ipn3ke_tm_shaper_profile_delete()
902 if (tp->valid) { in ipn3ke_hw_tm_tdrop_wr()
956 tp->valid = 1; in ipn3ke_tm_tdrop_profile_add()
1001 tp->valid = 0; in ipn3ke_tm_tdrop_profile_delete()
1632 if (n->shaper_profile.valid) in ipn3ke_hw_tm_node_wr()
1663 if (n->shaper_profile.valid) in ipn3ke_hw_tm_node_wr()
[all …]
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_def_rules.c457 if (!info->valid) in bnxt_ulp_destroy_df_rules()
469 if (!info->valid) in bnxt_ulp_destroy_df_rules()
531 info->valid = true; in bnxt_ulp_create_df_rules()
579 if (info->valid) { in bnxt_ulp_create_vfr_default_rules()
601 info->valid = true; in bnxt_ulp_create_vfr_default_rules()
627 if (!info->valid) { in bnxt_ulp_delete_vfr_default_rules()
H A Dulp_fc_mgr.c289 if (!sw_acc_tbl_entry->valid) in ulp_bulk_get_flow_stats()
512 if (!ulp_fc_info->sw_acc_tbl[i][j].valid) in ulp_fc_mgr_alarm_cb()
620 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = true; in ulp_fc_mgr_cntr_set()
655 ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid = false; in ulp_fc_mgr_cntr_reset()
800 if (ulp_fc_info->sw_acc_tbl[dir][sw_cntr_idx].valid) { in ulp_fc_mgr_cntr_parent_flow_set()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c226 uint64_t valid; in tf_em_link_page_table() local
236 valid = PTU_PTE_NEXT_TO_LAST | PTU_PTE_VALID; in tf_em_link_page_table()
238 valid = PTU_PTE_LAST | PTU_PTE_VALID; in tf_em_link_page_table()
240 valid = PTU_PTE_VALID; in tf_em_link_page_table()
242 pg_va[j] = tfp_cpu_to_le_64(pg_pa[k] | valid); in tf_em_link_page_table()
/dpdk/doc/guides/prog_guide/
H A Dlpm_lib.rst78 * valid flag
86 The two flags are used to determine whether the entry is valid or not and
94 * valid
96 * valid group
101 The two flags show whether the entry and the table are valid respectively.
121 the valid flag to 1 (meaning this entry is in use),
131 the valid flag to 1 (meaning this entry is in use), and the external entry flag to 1
187 If it is valid and the external entry flag is set to 0, then the next hop is returned.
189 * If it is valid and the external entry flag is set to 1,
193 If it is valid then the next hop is returned.
H A Dreorder_lib.rst26 When inserting mbufs, the reorder library differentiates between valid, early
29 * valid: the sequence number is inside the window.
44 On an insert call, valid mbufs are inserted directly into the Order buffer and
48 (incrementing the minimum sequence number) so that the mbuf becomes a valid one.
H A Dlpm6_lib.rst96 * valid flag
98 * valid group flag
105 The flags are used to determine whether the entry/table is valid or not
128 the valid flag to 1 (meaning this entry is in use),
138 the valid flag to 1 (meaning this entry is in use),
169 If it is valid and the external entry flag is set to 0, then the next hop is returned.
171 * If it is valid and the external entry flag is set to 1, then we use the tbl8 index to find out …
174 If it is valid then check the external entry flag for a new tbl8 to be inspected.
176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
/dpdk/drivers/common/cnxk/
H A Dcnxk_security.c417 sa->w2.s.valid = 1; in cnxk_ot_ipsec_inb_sa_fill()
570 sa->w2.s.valid = 1; in cnxk_ot_ipsec_outb_sa_fill()
577 return !!sa->w2.s.valid; in cnxk_ot_ipsec_inb_sa_valid()
583 return !!sa->w2.s.valid; in cnxk_ot_ipsec_outb_sa_valid()
743 ctl->valid = 1; in cnxk_onf_ipsec_inb_sa_fill()
790 ctl->valid = 1; in cnxk_onf_ipsec_outb_sa_fill()
797 return !!sa->ctl.valid; in cnxk_onf_ipsec_inb_sa_valid()
803 return !!sa->ctl.valid; in cnxk_onf_ipsec_outb_sa_valid()
H A Droc_ie_on.h154 uint64_t valid : 1; member
266 uint64_t valid : 1; member
H A Droc_ie_ot.h205 uint64_t valid : 1; member
358 uint64_t valid : 1; member
481 uint64_t valid : 1; member
/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy.c121 bool valid = false; in ngbe_validate_phy_addr() local
131 valid = true; in ngbe_validate_phy_addr()
135 return valid; in ngbe_validate_phy_addr()
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev_sec.c209 if (inb_sa->ctl.valid) { in cn9k_eth_sec_session_create()
356 inb_sa->ctl.valid = 0; in cn9k_eth_sec_session_destroy()
363 outb_sa->ctl.valid = 0; in cn9k_eth_sec_session_destroy()
/dpdk/doc/guides/cryptodevs/
H A Dnull.rst15 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.

1234567