Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c68 if (adap->params.tp.ethertype_shift < 0) { in cxgbe_tweak_filter_spec()
75 if (adap->params.tp.ethertype_shift < 0) { in cxgbe_tweak_filter_spec()
82 if (adap->params.tp.ethertype_shift < 0 && in cxgbe_tweak_filter_spec()
91 if (adap->params.tp.ethertype_shift < 0 && in cxgbe_tweak_filter_spec()
148 if (tp->ethertype_shift >= 0) in cxgbe_fill_filter_region()
149 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in cxgbe_fill_filter_region()
H A Dcxgbe_filter.c339 if (tp->ethertype_shift >= 0 && f->fs.mask.ethtype) in hash_filter_ntuple()
340 ntuple |= (u64)(f->fs.val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h160 int ethertype_shift; member
H A Dt4_hw.c5305 adap->params.tp.ethertype_shift = t4_filter_field_shift(adap, in t4_init_tp_params()