Home
last modified time | relevance | path

Searched refs:macmatch_shift (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c855 if (tp->macmatch_shift >= 0 && fs->mask.macidx) { in hashfilter_ntuple()
856 *ftuple |= (uint64_t)(fs->val.macidx) << tp->macmatch_shift; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h270 int8_t macmatch_shift; member
H A Dt4_hw.c9706 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()