Searched refs:vlan_shift (Results 1 – 4 of 4) sorted by relevance
484 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()
1209 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()
380 int vlan_shift; member
9480 adap->params.tp.vlan_shift = t4_filter_field_shift(adap, VLAN_F); in t4_init_tp_params()