Searched refs:addr_hash (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | gtp.c | 75 struct hlist_head *addr_hash; member 142 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 642 kfree(gtp->addr_hash); in gtp_destructor() 692 kfree(gtp->addr_hash); in gtp_newlink() 762 gtp->addr_hash = kmalloc_array(hsize, sizeof(struct hlist_head), in gtp_hashtable_new() 764 if (gtp->addr_hash == NULL) in gtp_hashtable_new() 775 INIT_HLIST_HEAD(>p->addr_hash[i]); in gtp_hashtable_new() 780 kfree(gtp->addr_hash); in gtp_hashtable_new() 998 hlist_add_head_rcu(&pctx->hlist_addr, >p->addr_hash[hash_ms]); in gtp_pdp_add()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/package/iftop/ |
| H A D | 0002-Rename-pcap_filter-to-iftop_pcap_filter.patch | 9 …EFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -o iftop addr_hash.o edline.o hash.…
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_ddr_sdram.h | 347 unsigned int addr_hash; member
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | options.c | 1286 popts->addr_hash = 0; in populate_memctl_options() 1289 popts->addr_hash = 1; in populate_memctl_options()
|
| H A D | ctrl_regs.c | 2258 if (popts->addr_hash) { in set_ddr_eor()
|
| /OK3568_Linux_fs/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
|