Searched refs:tcam (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 395 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 D | ice_flex_type.h | 657 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 D | tf_tcam.c | 811 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 D | tf_core.h | 836 struct tf_tcam_resource_info tcam[TF_DIR_MAX]; member
|
| H A D | tf_core.c | 1781 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 D | hinic_pmd_ethdev.h | 360 struct hinic_tcam_info tcam; member
|
| H A D | hinic_pmd_ethdev.c | 3144 tcam_info = &nic_dev->tcam; in hinic_func_init()
|
| H A D | hinic_pmd_flow.c | 95 (&((struct hinic_nic_dev *)nic_dev)->tcam)
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_mapper.c | 3187 res_info = &sparms.session_info.tcam[dir].info[res]; in ulp_mapper_app_glb_resource_info_init()
|