Lines Matching refs:tcam
483 return marker_ptype->tcam + index; in ice_marker_ptype_tcam_handler()
627 return boost->tcam + index; in ice_boost_tcam_handler()
643 struct ice_boost_tcam_entry *tcam; in ice_find_boost_entry() local
652 tcam = ice_pkg_enum_entry(ice_seg, &state, in ice_find_boost_entry()
655 if (tcam && le16_to_cpu(tcam->addr) == addr) { in ice_find_boost_entry()
656 *entry = tcam; in ice_find_boost_entry()
661 } while (tcam); in ice_find_boost_entry()
2153 struct ice_marker_ptype_tcam_entry *tcam; in ice_fill_hw_ptype() local
2164 tcam = ice_pkg_enum_entry(seg, &state, in ice_fill_hw_ptype()
2167 if (tcam && in ice_fill_hw_ptype()
2168 le16_to_cpu(tcam->addr) < ICE_MARKER_PTYPE_TCAM_ADDR_MAX && in ice_fill_hw_ptype()
2169 le16_to_cpu(tcam->ptype) < ICE_FLOW_PTYPE_MAX) in ice_fill_hw_ptype()
2170 set_bit(le16_to_cpu(tcam->ptype), hw->hw_ptype); in ice_fill_hw_ptype()
2173 } while (tcam); in ice_fill_hw_ptype()