Searched refs:macmatch_shift (Results 1 – 4 of 4) sorted by relevance
161 int macmatch_shift; member
5307 adap->params.tp.macmatch_shift = t4_filter_field_shift(adap, in t4_init_tp_params()
152 if (tp->macmatch_shift >= 0) in cxgbe_fill_filter_region()153 ntuple_mask |= (u64)fs->mask.macidx << tp->macmatch_shift; in cxgbe_fill_filter_region()
341 if (tp->macmatch_shift >= 0 && f->fs.mask.macidx) in hash_filter_ntuple()342 ntuple |= (u64)(f->fs.val.macidx) << tp->macmatch_shift; in hash_filter_ntuple()