Searched refs:port_shift (Results 1 – 4 of 4) sorted by relevance
158 int port_shift; member
5302 adap->params.tp.port_shift = t4_filter_field_shift(adap, F_PORT); in t4_init_tp_params()
150 if (tp->port_shift >= 0) in cxgbe_fill_filter_region()151 ntuple_mask |= (u64)fs->mask.iport << tp->port_shift; in cxgbe_fill_filter_region()
329 if (tp->port_shift >= 0 && f->fs.mask.iport) in hash_filter_ntuple()330 ntuple |= (u64)f->fs.val.iport << tp->port_shift; in hash_filter_ntuple()