Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c944 uint64_t *ftuple) in hashfilter_ntuple() argument
954 *ftuple = fmask = 0; in hashfilter_ntuple()
957 *ftuple |= SFF(fs->val.ipsecidx, tp->ipsecidx_shift); in hashfilter_ntuple()
961 *ftuple |= SFF(fs->val.fcoe, tp->fcoe_shift); in hashfilter_ntuple()
965 *ftuple |= (uint64_t)fs->val.iport << tp->port_shift; in hashfilter_ntuple()
978 *ftuple |= SFF(F_FT_VNID_ID_VLD | fs->val.vnic, tp->vnic_shift); in hashfilter_ntuple()
982 *ftuple |= SFF(F_FT_VLAN_VLD | fs->val.vlan, tp->vlan_shift); in hashfilter_ntuple()
986 *ftuple |= SFF(fs->val.tos, tp->tos_shift); in hashfilter_ntuple()
990 *ftuple |= SFF(fs->val.proto, tp->protocol_shift); in hashfilter_ntuple()
994 *ftuple |= SFF(fs->val.ethtype, tp->ethertype_shift); in hashfilter_ntuple()
[all …]