Home
last modified time | relevance | path

Searched refs:port_shift (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h158 int port_shift; member
H A Dt4_hw.c5302 adap->params.tp.port_shift = t4_filter_field_shift(adap, F_PORT); in t4_init_tp_params()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c150 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()
H A Dcxgbe_filter.c329 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()