Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c492 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()
493 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
Dcxgb4_filter.c909 if (tp->protocol_shift >= 0) in is_filter_exact_match()
910 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()
946 if (tp->protocol_shift >= 0) { in hash_filter_ntuple()
948 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()
950 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
Dcxgb4.h305 int protocol_shift; member
Dt4_hw.c9245 adap->params.tp.protocol_shift = t4_filter_field_shift(adap, in t4_init_tp_params()