Home
last modified time | relevance | path

Searched refs:protocol_shift (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c1088 if (tp->protocol_shift >= 0) in select_ntuple()
1089 ntuple |= (uint64_t)IPPROTO_TCP << tp->protocol_shift; in select_ntuple()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_filter.c833 if (tp->protocol_shift >= 0 && fs->mask.proto) { in hashfilter_ntuple()
834 *ftuple |= (uint64_t)fs->val.proto << tp->protocol_shift; in hashfilter_ntuple()
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dcommon.h271 int8_t protocol_shift; member
H A Dt4_hw.c9766 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()