Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1209 if (tp->vlan_shift >= 0) in is_filter_exact_match()
1210 ntuple_mask |= (u64)fs->mask.ivlan << tp->vlan_shift; in is_filter_exact_match()
1246 if (tp->vlan_shift >= 0 && fs->mask.ivlan) in hash_filter_ntuple()
1248 fs->val.ivlan) << tp->vlan_shift; in hash_filter_ntuple()
H A Dcxgb4.h380 int vlan_shift; member
H A Dt4_hw.c9482 adap->params.tp.vlan_shift = t4_filter_field_shift(adap, VLAN_F); in t4_init_tp_params()