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()
408 struct tool_ctx *tc = filep->private_data; in tool_port_read()
425 struct tool_ctx *tc = peer->tc; in tool_peer_port_read()
439 static int tool_init_peers(struct tool_ctx *tc) in tool_init_peers()
465 struct tool_ctx *tc = filep->private_data; in tool_link_write()
492 struct tool_ctx *tc = peer->tc; in tool_peer_link_read()
514 struct tool_ctx *tc = peer->tc; in tool_peer_link_event_write()
569 static int tool_setup_mw(struct tool_ctx *tc, int pidx, int widx, in tool_setup_mw()
619 static void tool_free_mw(struct tool_ctx *tc, int pidx, int widx) in tool_free_mw()
804 static int tool_setup_peer_mw(struct tool_ctx *tc, int pidx, int widx, in tool_setup_peer_mw()
847 static void tool_free_peer_mw(struct tool_ctx *tc, int widx) in tool_free_peer_mw()
958 static int tool_init_mws(struct tool_ctx *tc) in tool_init_mws()
1006 static void tool_clear_mws(struct tool_ctx *tc) in tool_clear_mws()
1028 struct tool_ctx *tc = filep->private_data; in tool_db_read()
1036 struct tool_ctx *tc = filep->private_data; in tool_db_write()
1049 struct tool_ctx *tc = filep->private_data; in tool_db_valid_mask_read()
1061 struct tool_ctx *tc = filep->private_data; in tool_db_mask_read()
1069 struct tool_ctx *tc = filep->private_data; in tool_db_mask_write()
1082 struct tool_ctx *tc = filep->private_data; in tool_peer_db_read()
1090 struct tool_ctx *tc = filep->private_data; in tool_peer_db_write()
1103 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_read()
1113 struct tool_ctx *tc = filep->private_data; in tool_peer_db_mask_write()
1128 struct tool_ctx *tc = filep->private_data; in tool_db_event_write()
1233 static int tool_init_spads(struct tool_ctx *tc) in tool_init_spads()
1318 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_read()
1326 struct tool_ctx *tc = filep->private_data; in tool_msg_sts_write()
1339 struct tool_ctx *tc = filep->private_data; in tool_msg_inbits_read()
1351 struct tool_ctx *tc = filep->private_data; in tool_msg_outbits_read()
1363 struct tool_ctx *tc = filep->private_data; in tool_msg_mask_write()
1378 struct tool_ctx *tc = filep->private_data; in tool_msg_event_write()
1397 static int tool_init_msgs(struct tool_ctx *tc) in tool_init_msgs()
1438 static struct tool_ctx *tool_create_data(struct ntb_dev *ntb) in tool_create_data()
1440 struct tool_ctx *tc; in tool_create_data()
1460 static void tool_clear_data(struct tool_ctx *tc) in tool_clear_data()
1467 static int tool_init_ntb(struct tool_ctx *tc) in tool_init_ntb()
1472 static void tool_clear_ntb(struct tool_ctx *tc) in tool_clear_ntb()
1478 static void tool_setup_dbgfs(struct tool_ctx *tc) in tool_setup_dbgfs()
1600 static void tool_clear_dbgfs(struct tool_ctx *tc) in tool_clear_dbgfs()
1607 struct tool_ctx *tc; in tool_probe()
1649 struct tool_ctx *tc = ntb->ctx; in tool_remove()