Searched refs:hash_f (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.c | 257 int bnxt_rte_to_hwrm_hash_level(struct bnxt *bp, uint64_t hash_f, uint32_t lvl) in bnxt_rte_to_hwrm_hash_level() argument 260 bool l3 = (hash_f & (ETH_RSS_IPV4 | ETH_RSS_IPV6)); in bnxt_rte_to_hwrm_hash_level() 261 bool l4 = (hash_f & (ETH_RSS_NONFRAG_IPV4_UDP | in bnxt_rte_to_hwrm_hash_level()
|
| H A D | bnxt_vnic.h | 75 int bnxt_rte_to_hwrm_hash_level(struct bnxt *bp, uint64_t hash_f, uint32_t lvl);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 100 objhash_hash_f *hash_f; member 4341 ni->hash_f = objhash_hash_name; in ipfw_objhash_create() 4359 ipfw_objhash_set_funcs(struct namedobj_instance *ni, objhash_hash_f *hash_f, in ipfw_objhash_set_funcs() argument 4363 ni->hash_f = hash_f; in ipfw_objhash_set_funcs() 4400 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name() 4499 hash = ni->hash_f(ni, name, set) % ni->nn_size; in ipfw_objhash_lookup_name_type() 4542 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_add() 4556 hash = ni->hash_f(ni, no->name, no->set) % ni->nn_size; in ipfw_objhash_del()
|
| H A D | ip_fw_private.h | 732 objhash_hash_f *hash_f, objhash_cmp_f *cmp_f);
|