Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwc/
H A Ddwc1000_core.c303 int nhash, i; in dwc1000_setup_rxfilter() local
312 nhash = sc->dma_ext_desc == false ? 2 : 8; in dwc1000_setup_rxfilter()
319 for (i = 0; i < nhash; i++) in dwc1000_setup_rxfilter()
323 for (i = 0; i < nhash; i++) in dwc1000_setup_rxfilter()
349 for (i = 0; i < nhash; i++) in dwc1000_setup_rxfilter()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt122 # Each entry in these categories takes 4 cells each. nhash will use the
128 nhash = 16384
H A Dt6fw_cfg_hashfilter.txt148 # Each entry in these categories takes 2 cells each. nhash will use the
153 nhash = 524288
H A Dt5fw_cfg.txt167 # Each entry in these categories takes 4 cells each. nhash will use the
173 nhash = 16384
H A Dt5fw_cfg_hashfilter.txt170 # Each entry in these categories takes 4 cells each. nhash will use the
176 nhash = 524288
H A Dt6fw_cfg.txt158 # Each entry in these categories takes 2 cells each. nhash will use the
163 nhash = 16384
H A Dt4fw_cfg_uwire.txt376 nhash = 12288 # number of hash region entries
400 nhash = 2048
421 nhash = 2048
H A Dt5fw_cfg_uwire.txt417 nhash = 12288 # number of hash region entries
442 nhash = 2048
464 nhash = 2048
H A Dt6fw_cfg_uwire.txt431 nhash = 12288 # number of hash region entries
459 nhash = 2048
482 nhash = 2048
H A Dt5fw_cfg_fpga.txt345 nhash = 2048 # number of hash region entries
370 nhash = 2048
H A Dt6fw_cfg_fpga.txt358 nhash = 2048 # number of hash region entries
385 nhash = 2048
/freebsd/sbin/routed/
H A Dif.c80 nhash(char *p) in nhash() function
118 hifp = nhash(ifp->int_name); in if_link()
178 for (ifp = *nhash(name); ifp != NULL; ifp = ifp->int_nhash) { in ifwithname()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1799 uint32_t nhash; in ta_modify_chash() local
1816 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1817 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
1837 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1838 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
3705 uint32_t nhash; in ta_modify_fhash() local
3717 nhash = hash_flow_ent(ent, mi->size); in ta_modify_fhash()
3718 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_fhash()