Home
last modified time | relevance | path

Searched refs:keyptr (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rss.c146 uint64_t *keyptr; in otx2_nix_rss_set_key() local
151 keyptr = (uint64_t *)(uintptr_t)default_key; in otx2_nix_rss_set_key()
156 keyptr = (uint64_t *)rss->key; in otx2_nix_rss_set_key()
160 val = rte_cpu_to_be_64(*keyptr); in otx2_nix_rss_set_key()
162 keyptr++; in otx2_nix_rss_set_key()
169 uint64_t *keyptr = (uint64_t *)key; in rss_get_key() local
175 *keyptr = rte_be_to_cpu_64(val); in rss_get_key()
176 keyptr++; in rss_get_key()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c741 uint64_t *keyptr = (uint64_t *)key; in nicvf_rss_set_key() local
745 val = nicvf_cpu_to_be_64(*keyptr); in nicvf_rss_set_key()
748 keyptr++; in nicvf_rss_set_key()
757 uint64_t *keyptr = (uint64_t *)key; in nicvf_rss_get_key() local
762 *keyptr = nicvf_be_to_cpu_64(val); in nicvf_rss_get_key()
764 keyptr++; in nicvf_rss_get_key()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c447 int pthread_key_create(pthread_key_t *keyptr, void (*dtor) (void *)) in pthread_key_create() argument
450 return lthread_key_create((unsigned int *)keyptr, dtor); in pthread_key_create()
451 return _sys_pthread_funcs.f_pthread_key_create(keyptr, dtor); in pthread_key_create()
/f-stack/app/redis-5.0.5/src/
H A Dserver.h560 #define moduleInitIOContext(iovar,mtype,rioptr,keyptr) do { \ argument
566 iovar.key = keyptr; \