Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1208 if (tp->protocol_shift >= 0) in select_ntuple()
1209 ntuple |= (uint64_t)IPPROTO_TCP << tp->protocol_shift; in select_ntuple()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c831 if (tp->protocol_shift >= 0 && fs->mask.proto) { in hashfilter_ntuple()
832 *ftuple |= (uint64_t)fs->val.proto << tp->protocol_shift; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h268 int8_t protocol_shift; member
H A Dt4_hw.c9704 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()