Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c484 if (tp->vlan_shift >= 0 && l2t->vlan != VLAN_NONE) in cxgb4_select_ntuple()
485 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift; in cxgb4_select_ntuple()
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()
1247 ntuple |= (FT_VLAN_VLD_F | fs->val.ivlan) << tp->vlan_shift; in hash_filter_ntuple()
Dcxgb4.h380 int vlan_shift; member
Dt4_hw.c9480 adap->params.tp.vlan_shift = t4_filter_field_shift(adap, VLAN_F); in t4_init_tp_params()