Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_filter.c449 CHECK_FIELD(F_MPSHITTYPE, matchtype_shift, M_FT_MPSHITTYPE, T4_FILTER_MPS_HIT_TYPE); in get_filter_mode()
770 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()
771 *ftuple |= (uint64_t)(fs->val.matchtype) << tp->matchtype_shift; in hashfilter_ntuple()
772 fmask |= M_FT_MPSHITTYPE << tp->matchtype_shift; in hashfilter_ntuple()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h249 int8_t matchtype_shift; member
H A Dt4_hw.c9282 tpp->matchtype_shift = t4_filter_field_shift(adap, F_MPSHITTYPE); in read_filter_mode_and_ingress_config()