Home
last modified time | relevance | path

Searched refs:ree (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_ree_priv.h8 struct ree { struct
12 static inline struct ree * argument
15 return (struct ree *)&roc_ree->reserved[0]; in roc_ree_to_ree_priv()
H A Droc_ree.c566 struct ree *ree; in roc_ree_dev_init() local
575 PLT_STATIC_ASSERT(sizeof(struct ree) <= ROC_REE_MEM_SZ); in roc_ree_dev_init()
577 ree = roc_ree_to_ree_priv(vf); in roc_ree_dev_init()
578 memset(ree, 0, sizeof(*ree)); in roc_ree_dev_init()
579 vf->dev = &ree->dev; in roc_ree_dev_init()
H A Droc_platform.h247 #define plt_ree_dbg(fmt, ...) plt_dbg(ree, fmt, ##__VA_ARGS__)