Searched refs:ntuple (Results 1 – 6 of 6) sorted by relevance
481 u64 ntuple = 0; in cxgb4_select_ntuple() local487 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift; in cxgb4_select_ntuple()490 ntuple |= (u64)l2t->lport << tp->port_shift; in cxgb4_select_ntuple()493 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()501 ntuple |= (u64)(FT_VNID_ID_VF_V(vf) | in cxgb4_select_ntuple()506 return ntuple; in cxgb4_select_ntuple()
935 u64 ntuple = 0; in hash_filter_ntuple() local941 ntuple |= (FT_VLAN_VLD_F | fs->val.ivlan) << tp->vlan_shift; in hash_filter_ntuple()944 ntuple |= (u64)fs->val.iport << tp->port_shift; in hash_filter_ntuple()948 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()950 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()954 ntuple |= (u64)(fs->val.tos) << tp->tos_shift; in hash_filter_ntuple()959 ntuple |= (u64)((fs->val.encap_vld << 16) | in hash_filter_ntuple()963 ntuple |= (u64)((fs->val.pfvf_vld << 16) | in hash_filter_ntuple()967 ntuple |= (u64)((fs->val.ovlan_vld << 16) | in hash_filter_ntuple()972 ntuple |= (u64)(fs->val.macidx) << tp->macmatch_shift; in hash_filter_ntuple()[all …]
67 Flow Director n-ntuple traffic filters (FDir)69 The driver utilizes the ethtool interface for configuring ntuple filters,
139 ethtool -K ethX ntuple on
46 be configured from ethtool (--config-ntuple).354 It also requires that ntuple filtering is enabled via ethtool. The map
45 Enables ethernet netdevice arfs support and ntuple filtering.