Searched refs:vlan_shift (Results 1 – 4 of 4) sorted by relevance
486 if (tp->vlan_shift >= 0 && l2t->vlan != VLAN_NONE) in cxgb4_select_ntuple()487 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift; in cxgb4_select_ntuple()
903 if (tp->vlan_shift >= 0) in is_filter_exact_match()904 ntuple_mask |= (u64)fs->mask.ivlan << tp->vlan_shift; in is_filter_exact_match()940 if (tp->vlan_shift >= 0 && fs->mask.ivlan) in hash_filter_ntuple()941 ntuple |= (FT_VLAN_VLD_F | fs->val.ivlan) << tp->vlan_shift; in hash_filter_ntuple()
303 int vlan_shift; member
9243 adap->params.tp.vlan_shift = t4_filter_field_shift(adap, VLAN_F); in t4_init_tp_params()