Lines Matching defs:pp_ctx
99 struct pp_ctx {
112 container_of(__timer, struct pp_ctx, timer)
116 static int pp_find_next_peer(struct pp_ctx *pp)
141 static void pp_setup(struct pp_ctx *pp)
161 static void pp_clear(struct pp_ctx *pp)
170 static void pp_ping(struct pp_ctx *pp)
188 static void pp_pong(struct pp_ctx *pp)
216 struct pp_ctx *pp = to_pp_timer(t);
225 struct pp_ctx *pp = ctx;
232 struct pp_ctx *pp = ctx;
276 static struct pp_ctx *pp_create_data(struct ntb_dev *ntb)
278 struct pp_ctx *pp;
293 static void pp_init_flds(struct pp_ctx *pp)
313 static int pp_mask_events(struct pp_ctx *pp)
331 static int pp_setup_ctx(struct pp_ctx *pp)
346 static void pp_clear_ctx(struct pp_ctx *pp)
353 static void pp_setup_dbgfs(struct pp_ctx *pp)
362 static void pp_clear_dbgfs(struct pp_ctx *pp)
369 struct pp_ctx *pp;
397 struct pp_ctx *pp = ntb->ctx;