Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_filter.c453 CHECK_FIELD(F_TOS, tos_shift, M_FT_TOS, T4_FILTER_IP_TOS); in get_filter_mode()
744 if (tp->tos_shift >= 0 && fs->mask.tos) { in hashfilter_ntuple()
745 *ftuple |= (uint64_t)(fs->val.tos) << tp->tos_shift; in hashfilter_ntuple()
746 fmask |= M_FT_TOS << tp->tos_shift; in hashfilter_ntuple()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dcommon.h258 int8_t tos_shift; member
Dt4_hw.c9625 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()