Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c494 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()
495 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
Dcxgb4_filter.c931 if (tp->protocol_shift >= 0) in is_filter_exact_match()
932 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()
968 if (tp->protocol_shift >= 0) { in hash_filter_ntuple()
970 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()
972 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
Dcxgb4.h307 int protocol_shift; member
Dt4_hw.c9472 adap->params.tp.protocol_shift = t4_filter_field_shift(adap, in t4_init_tp_params()