Searched refs:tcam (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c377 return boost->tcam + index;
394 struct ice_boost_tcam_entry *tcam; local
403 tcam = (struct ice_boost_tcam_entry *)
407 if (tcam && LE16_TO_CPU(tcam->addr) == addr) {
408 *entry = tcam;
413 } while (tcam);
2283 ice_struct_size(sect_rx, tcam, 1));
2290 ice_struct_size(sect_tx, tcam, 1));
2296 ice_memcpy(sect_rx->tcam, h
4206 u16 tcam = 0; local
4904 ice_prof_tcam_ena_dis(struct ice_hw *hw, enum ice_block blk, bool enable, u16 vsig, struct ice_tcam_inf *tcam, struct LIST_HEAD_TYPE *chg) argument
[all...]
H A Dice_flex_type.h432 struct ice_boost_tcam_entry tcam[STRUCT_HACK_VAR_LEN]; member in struct:ice_boost_tcam_section
436 ice_struct_size((struct ice_boost_tcam_section *)0, tcam, 1) - \
576 struct ice_tcam_inf tcam[ICE_MAX_TCAM_PER_PROFILE]; member in struct:ice_vsig_prof
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3514 struct cudbg_mps_tcam *tcam = NULL; local
3529 tcam = (struct cudbg_mps_tcam *)scratch_buff.data;
3552 tcam->lookup_type = G_DATALKPTYPE(data2);
3559 if (tcam->lookup_type &&
3560 (tcam->lookup_type != M_DATALKPTYPE)) {
3562 tcam->vniy = ((data2 & F_DATAVIDH2) << 23) |
3565 tcam->dip_hit = data2 & F_DATADIPHIT;
3567 tcam->vlan_vld = data2 & F_DATAVIDH2;
3568 tcam->ivlan = G_VIDL(val);
3571 tcam
[all...]

Completed in 97 milliseconds