Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c836 if (tp->tos_shift >= 0 && fs->mask.tos) { in hashfilter_ntuple()
837 *ftuple |= (uint64_t)(fs->val.tos) << tp->tos_shift; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h267 int8_t tos_shift; member
H A Dt4_hw.c9703 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()