Home
last modified time | relevance | path

Searched refs:idst (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv4/
Dip_tunnel.c72 static void __tunnel_dst_set(struct ip_tunnel_dst *idst, in __tunnel_dst_set() argument
78 old_dst = xchg((__force struct dst_entry **)&idst->dst, dst); in __tunnel_dst_set()
80 idst->saddr = saddr; in __tunnel_dst_set()
106 struct ip_tunnel_dst *idst; in tunnel_rtable_get() local
110 idst = raw_cpu_ptr(t->dst_cache); in tunnel_rtable_get()
111 dst = rcu_dereference(idst->dst); in tunnel_rtable_get()
116 *saddr = idst->saddr; in tunnel_rtable_get()
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c2608 int slot_cnt, slots_per_op, idst, dst_cnt; in ppc440spe_adma_prep_dma_pqzero_sum() local
2628 idst = dst_cnt = (pdest && qdest) ? 2 : 1; in ppc440spe_adma_prep_dma_pqzero_sum()
2710 idst = dst_cnt; in ppc440spe_adma_prep_dma_pqzero_sum()
2718 if (idst == DMA_DEST_MAX_NUM) { in ppc440spe_adma_prep_dma_pqzero_sum()
2719 if (idst == dst_cnt) { in ppc440spe_adma_prep_dma_pqzero_sum()