Home
last modified time | relevance | path

Searched refs:tcam (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c395 if (tcam && in ice_fill_hw_ptype()
401 } while (tcam); in ice_fill_hw_ptype()
465 if (tcam && LE16_TO_CPU(tcam->addr) == addr) { in ice_find_boost_entry()
466 *entry = tcam; in ice_find_boost_entry()
471 } while (tcam); in ice_find_boost_entry()
2334 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_upd_dvm_boost_entry()
2433 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_create_tunnel()
4604 u16 tcam = 0; in ice_upd_prof_hw() local
4618 tcam++; in ice_upd_prof_hw()
4650 if (tcam) { in ice_upd_prof_hw()
[all …]
H A Dice_flex_type.h657 struct ice_boost_tcam_entry tcam[STRUCT_HACK_VAR_LEN]; member
661 ice_struct_size((struct ice_boost_tcam_section *)0, tcam, 1) - \
676 struct ice_marker_ptype_tcam_entry tcam[STRUCT_HACK_VAR_LEN]; member
680 ice_struct_size((struct ice_marker_ptype_tcam_section *)0, tcam, 1) - \
837 struct ice_tcam_inf tcam[ICE_MAX_TCAM_PER_PROFILE]; member
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam.c811 struct tf_tcam_resource_info *tcam) in tf_tcam_get_resc_info() argument
820 TF_CHECK_PARMS2(tfp, tcam); in tf_tcam_get_resc_info()
837 dinfo = tcam[d].info; in tf_tcam_get_resc_info()
H A Dtf_core.h836 struct tf_tcam_resource_info tcam[TF_DIR_MAX]; member
H A Dtf_core.c1781 rc = dev->ops->tf_dev_get_tcam_resc_info(tfp, parms->session_info.tcam); in tf_get_session_info()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.h360 struct hinic_tcam_info tcam; member
H A Dhinic_pmd_ethdev.c3144 tcam_info = &nic_dev->tcam; in hinic_func_init()
H A Dhinic_pmd_flow.c95 (&((struct hinic_nic_dev *)nic_dev)->tcam)
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c3187 res_info = &sparms.session_info.tcam[dir].info[res]; in ulp_mapper_app_glb_resource_info_init()