Searched refs:tos_shift (Results 1 – 4 of 4) sorted by relevance
162 int tos_shift; member
5309 adap->params.tp.tos_shift = t4_filter_field_shift(adap, F_TOS); in t4_init_tp_params()
166 if (tp->tos_shift >= 0) in cxgbe_fill_filter_region()167 ntuple_mask |= (u64)fs->mask.tos << tp->tos_shift; in cxgbe_fill_filter_region()
357 if (tp->tos_shift >= 0 && f->fs.mask.tos) in hash_filter_ntuple()358 ntuple |= (u64)f->fs.val.tos << tp->tos_shift; in hash_filter_ntuple()