Searched refs:tcam (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 379 if (tcam && LE16_TO_CPU(tcam->addr) == addr) { in ice_find_boost_entry() 380 *entry = tcam; in ice_find_boost_entry() 385 } while (tcam); in ice_find_boost_entry() 2116 ice_set_key((u8 *)§_rx->tcam[0].key, sizeof(sect_rx->tcam[0].key), in ice_create_tunnel() 2122 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_create_tunnel() 4292 u16 tcam = 0; in ice_upd_prof_hw() local 4306 tcam++; in ice_upd_prof_hw() 4338 if (tcam) { in ice_upd_prof_hw() 5274 tcam->in_use = 0; in ice_prof_tcam_ena_dis() 5297 tcam->ptg, vsig, 0, tcam->attr.flags, in ice_prof_tcam_ena_dis() [all …]
|
| H A D | ice_flex_type.h | 467 struct ice_boost_tcam_entry tcam[STRUCT_HACK_VAR_LEN]; member 471 ice_struct_size((struct ice_boost_tcam_section *)0, tcam, 1) - \ 613 struct ice_tcam_inf tcam[ICE_MAX_TCAM_PER_PROFILE]; member
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_ethdev.h | 344 struct hinic_tcam_info tcam; member
|
| H A D | hinic_pmd_ethdev.c | 3179 tcam_info = &nic_dev->tcam; in hinic_func_init()
|
| H A D | hinic_pmd_flow.c | 95 (&((struct hinic_nic_dev *)nic_dev)->tcam)
|