Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c912 if (tp->ethertype_shift >= 0) in is_filter_exact_match()
913 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in is_filter_exact_match()
974 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) in hash_filter_ntuple()
975 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
Dcxgb4.h306 int ethertype_shift; member
Dt4_hw.c9247 adap->params.tp.ethertype_shift = t4_filter_field_shift(adap, in t4_init_tp_params()