Home
last modified time | relevance | path

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

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