Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c915 if (tp->macmatch_shift >= 0) in is_filter_exact_match()
916 ntuple_mask |= (u64)fs->mask.macidx << tp->macmatch_shift; in is_filter_exact_match()
971 if (tp->macmatch_shift >= 0 && fs->mask.macidx) in hash_filter_ntuple()
972 ntuple |= (u64)(fs->val.macidx) << tp->macmatch_shift; in hash_filter_ntuple()
Dcxgb4.h307 int macmatch_shift; member
Dt4_hw.c9249 adap->params.tp.macmatch_shift = t4_filter_field_shift(adap, in t4_init_tp_params()