Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_filter.c450 CHECK_FIELD(F_MACMATCH, macmatch_shift, M_FT_MACMATCH, T4_FILTER_MAC_IDX); in get_filter_mode()
760 if (tp->macmatch_shift >= 0 && fs->mask.macidx) { in hashfilter_ntuple()
761 *ftuple |= (uint64_t)(fs->val.macidx) << tp->macmatch_shift; in hashfilter_ntuple()
762 fmask |= M_FT_MACMATCH << tp->macmatch_shift; in hashfilter_ntuple()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h248 int8_t macmatch_shift; member
H A Dt4_hw.c9281 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()