Searched refs:nhash (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/dwc/ |
H A D | dwc1000_core.c | 303 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 D | t4fw_cfg.txt | 122 # Each entry in these categories takes 4 cells each. nhash will use the 128 nhash = 16384
|
H A D | t6fw_cfg_hashfilter.txt | 148 # Each entry in these categories takes 2 cells each. nhash will use the 153 nhash = 524288
|
H A D | t5fw_cfg.txt | 167 # Each entry in these categories takes 4 cells each. nhash will use the 173 nhash = 16384
|
H A D | t5fw_cfg_hashfilter.txt | 170 # Each entry in these categories takes 4 cells each. nhash will use the 176 nhash = 524288
|
H A D | t6fw_cfg.txt | 158 # Each entry in these categories takes 2 cells each. nhash will use the 163 nhash = 16384
|
H A D | t4fw_cfg_uwire.txt | 376 nhash = 12288 # number of hash region entries 400 nhash = 2048 421 nhash = 2048
|
H A D | t5fw_cfg_uwire.txt | 417 nhash = 12288 # number of hash region entries 442 nhash = 2048 464 nhash = 2048
|
H A D | t6fw_cfg_uwire.txt | 431 nhash = 12288 # number of hash region entries 459 nhash = 2048 482 nhash = 2048
|
H A D | t5fw_cfg_fpga.txt | 345 nhash = 2048 # number of hash region entries 370 nhash = 2048
|
H A D | t6fw_cfg_fpga.txt | 358 nhash = 2048 # number of hash region entries 385 nhash = 2048
|
/freebsd/sbin/routed/ |
H A D | if.c | 80 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 D | ip_fw_table_algo.c | 1799 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()
|