Searched refs:addr_hash (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | gtp.c | 77 struct hlist_head *addr_hash; member 162 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 990 kfree(gtp->addr_hash); in gtp_destructor() 1109 kfree(gtp->addr_hash); in gtp_newlink() 1188 gtp->addr_hash = kmalloc_array(hsize, sizeof(struct hlist_head), in gtp_hashtable_new() 1190 if (gtp->addr_hash == NULL) in gtp_hashtable_new() 1201 INIT_HLIST_HEAD(>p->addr_hash[i]); in gtp_hashtable_new() 1206 kfree(gtp->addr_hash); in gtp_hashtable_new() 1420 hlist_add_head_rcu(&pctx->hlist_addr, >p->addr_hash[hash_ms]); in gtp_pdp_add()
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | ddr.c | 103 popts->addr_hash = 1; in fsl_ddr_board_options()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 104 static unsigned int addr_hash(struct l2t_data *d, const u32 *addr, in addr_hash() function 425 int hash = addr_hash(d, addr, addr_len, ifidx); in cxgb4_l2t_get() 518 hash = addr_hash(d, addr, addr_len, ifidx); in t4_l2t_update()
|
/openbmc/u-boot/include/ |
H A D | fsl_ddr_sdram.h | 347 unsigned int addr_hash; member
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | options.c | 1290 popts->addr_hash = 0; in populate_memctl_options() 1293 popts->addr_hash = 1; in populate_memctl_options()
|
H A D | ctrl_regs.c | 2309 if (popts->addr_hash) { in set_ddr_eor()
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-ddr | 116 hwconfig=fsl_ddr:addr_hash=true 152 hwconfig=fsl_ddr:addr_hash=true,ctlr_intlv=cacheline,bank_intlv=cs0_cs1_cs2_cs3,ecc=on
|