Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c985 if (tp->tos_shift >= 0 && fs->mask.tos) { in hashfilter_ntuple()
986 *ftuple |= SFF(fs->val.tos, tp->tos_shift); in hashfilter_ntuple()
1055 if (tp->tos_shift >= 0 && fs->mask.tos) { in hashfilter_ntuple()
1056 *ftuple |= SFF(fs->val.tos, tp->tos_shift); in hashfilter_ntuple()
/src/sys/dev/cxgbe/common/
H A Dcommon.h299 int8_t tos_shift; member
H A Dt4_hw.c11610 tpp->tos_shift = t4_filter_field_shift(adap, F_T7_TOS); in read_filter_mode_and_ingress_config()
11625 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()