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

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c718 uint64_t *ftuple)
723 *ftuple = fmask = 0;
730 *ftuple |= (F_FT_VLAN_VLD | fs->val.vlan) << tp->vlan_shift;
735 *ftuple |= (uint64_t)fs->val.iport << tp->port_shift;
740 *ftuple |= (uint64_t)fs->val.proto << tp->protocol_shift;
745 *ftuple |= (uint64_t)(fs->val.tos) << tp->tos_shift;
756 *ftuple |= ((1ULL << 16) | fs->val.vnic) << tp->vnic_shift;
761 *ftuple |= (uint64_t)(fs->val.macidx) << tp->macmatch_shift;
766 *ftuple |= (uint64_t)(fs->val.ethtype) << tp->ethertype_shift;
771 *ftuple |
717 hashfilter_ntuple(struct adapter *sc, const struct t4_filter_specification *fs, uint64_t *ftuple) argument
817 uint64_t ftuple; local
1412 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, uint64_t ftuple, struct cpl_act_open_req6 *cpl) argument
1456 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, uint64_t ftuple, struct cpl_act_open_req *cpl) argument
1525 set_hashfilter(struct adapter *sc, struct t4_filter *t, uint64_t ftuple, struct l2t_entry *l2te, struct smt_entry *smt) argument
[all...]

Completed in 48 milliseconds