Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/
H A Dcompat.h130 static inline u32 in_be32(volatile void *__p) in in_be32() argument
132 volatile u32 *p = __p; in in_be32()
136 static inline void out_be32(volatile void *__p, u32 val) in out_be32() argument
138 volatile u32 *p = __p; in out_be32()
/dpdk/drivers/net/cnxk/
H A Dcn10k_rx.h433 const void *__p = (void *)((uintptr_t)mbuf + (uint16_t)data_off); in nix_sec_meta_to_mbuf_sc() local
434 const struct cpt_parse_hdr_s *hdr = (const struct cpt_parse_hdr_s *)__p; in nix_sec_meta_to_mbuf_sc()