Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_filter.c451 CHECK_FIELD(F_ETHERTYPE, ethertype_shift, M_FT_ETHERTYPE, T4_FILTER_ETH_TYPE); in get_filter_mode()
765 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) { in hashfilter_ntuple()
766 *ftuple |= (uint64_t)(fs->val.ethtype) << tp->ethertype_shift; in hashfilter_ntuple()
767 fmask |= M_FT_ETHERTYPE << tp->ethertype_shift; in hashfilter_ntuple()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h247 int8_t ethertype_shift; member
H A Dt4_hw.c9280 tpp->ethertype_shift = t4_filter_field_shift(adap, F_ETHERTYPE); in read_filter_mode_and_ingress_config()