Lines Matching refs:tool_ctx

208 	struct tool_ctx *tc;
233 struct tool_ctx *tc;
239 struct tool_ctx *tc;
244 struct tool_ctx *tc;
256 struct tool_ctx { struct
291 struct tool_ctx *tc = ctx; in tool_link_event() argument
306 struct tool_ctx *tc = ctx; in tool_db_event()
320 struct tool_ctx *tc = ctx; in tool_msg_event()
341 static ssize_t tool_fn_read(struct tool_ctx *tc, char __user *ubuf, in tool_fn_read()
359 static ssize_t tool_fn_write(struct tool_ctx *tc, in tool_fn_write()
415 struct tool_ctx *tc = filep->private_data; in tool_port_read()
432 struct tool_ctx *tc = peer->tc; in tool_peer_port_read()
446 static int tool_init_peers(struct tool_ctx *tc) in tool_init_peers()
472 struct tool_ctx *tc = filep->private_data; in tool_link_write()
499 struct tool_ctx *tc = peer->tc; in tool_peer_link_read()
521 struct tool_ctx *tc = peer->tc; in tool_peer_link_event_write()
576 static int tool_setup_mw(struct tool_ctx *tc, int pidx, int widx, in tool_setup_mw()
626 static void tool_free_mw(struct tool_ctx *tc, int pidx, int widx) in tool_free_mw()
811 static int tool_setup_peer_mw(struct tool_ctx *tc, int pidx, int widx, in tool_setup_peer_mw()
854 static void tool_free_peer_mw(struct tool_ctx *tc, int widx) in tool_free_peer_mw()
965 static int tool_init_mws(struct tool_ctx *tc) in tool_init_mws()
1011 static void tool_clear_mws(struct tool_ctx *tc) in tool_clear_mws()
1033 struct tool_ctx *tc = filep->private_data; in tool_db_read()
1041 struct tool_ctx *tc = filep->private_data; in tool_db_write()
1054 struct tool_ctx *tc = filep->private_data; in tool_db_valid_mask_read()
1066 struct tool_ctx *tc = filep->private_data; in tool_db_mask_read()
1074 struct tool_ctx *tc = filep->private_data; in tool_db_mask_write()
1087 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
1095 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
1108 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_read()
1118 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_write()
1133 struct tool_ctx *tc = filep->private_data; in tool_db_event_write()
1238 static int tool_init_spads(struct tool_ctx *tc) in tool_init_spads()
1323 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_read()
1331 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_write()
1344 struct tool_ctx *tc = filep->private_data; in tool_msg_inbits_read()
1356 struct tool_ctx *tc = filep->private_data; in tool_msg_outbits_read()
1368 struct tool_ctx *tc = filep->private_data; in tool_msg_mask_write()
1383 struct tool_ctx *tc = filep->private_data; in tool_msg_event_write()
1402 static int tool_init_msgs(struct tool_ctx *tc) in tool_init_msgs()
1443 static struct tool_ctx *tool_create_data(struct ntb_dev *ntb) in tool_create_data()
1445 struct tool_ctx *tc; in tool_create_data()
1465 static void tool_clear_data(struct tool_ctx *tc) in tool_clear_data()
1472 static int tool_init_ntb(struct tool_ctx *tc) in tool_init_ntb()
1477 static void tool_clear_ntb(struct tool_ctx *tc) in tool_clear_ntb()
1483 static void tool_setup_dbgfs(struct tool_ctx *tc) in tool_setup_dbgfs()
1607 static void tool_clear_dbgfs(struct tool_ctx *tc) in tool_clear_dbgfs()
1614 struct tool_ctx *tc; in tool_probe()
1656 struct tool_ctx *tc = ntb->ctx; in tool_remove()