Searched refs:ree (Results 1 – 3 of 3) sorted by relevance
8 struct ree { struct12 static inline struct ree * argument15 return (struct ree *)&roc_ree->reserved[0]; in roc_ree_to_ree_priv()
566 struct ree *ree; in roc_ree_dev_init() local575 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()
247 #define plt_ree_dbg(fmt, ...) plt_dbg(ree, fmt, ##__VA_ARGS__)