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