Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c940 if (tp->matchtype_shift >= 0) in is_filter_exact_match()
941 ntuple_mask |= (u64)fs->mask.matchtype << tp->matchtype_shift; in is_filter_exact_match()
999 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) in hash_filter_ntuple()
1000 ntuple |= (u64)(fs->val.matchtype) << tp->matchtype_shift; in hash_filter_ntuple()
Dcxgb4.h310 int matchtype_shift; member
Dt4_hw.c9478 adap->params.tp.matchtype_shift = t4_filter_field_shift(adap, in t4_init_tp_params()