Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c1001 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()
1002 *ftuple |= SFF(fs->val.matchtype, tp->matchtype_shift); in hashfilter_ntuple()
1071 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()
1072 *ftuple |= SFF(fs->val.matchtype, tp->matchtype_shift); in hashfilter_ntuple()
/src/sys/dev/cxgbe/common/
H A Dcommon.h303 int8_t matchtype_shift; member
H A Dt4_hw.c11603 tpp->matchtype_shift = t4_filter_field_shift(adap, F_T7_MPSHITTYPE); in read_filter_mode_and_ingress_config()
11618 tpp->matchtype_shift = t4_filter_field_shift(adap, F_MPSHITTYPE); in read_filter_mode_and_ingress_config()