Lines Matching refs:ntb_transport

97 	struct ntb_transport *transport;
166 struct ntb_transport { struct
251 static int ntb_bus_init(struct ntb_transport *nt) in ntb_bus_init()
264 static void ntb_bus_remove(struct ntb_transport *nt) in ntb_bus_remove()
298 struct ntb_transport *nt; in ntb_unregister_client_dev()
319 struct ntb_transport *nt; in ntb_register_client_dev()
500 static void ntb_transport_setup_qp_mw(struct ntb_transport *nt, in ntb_transport_setup_qp_mw()
543 static void ntb_free_mw(struct ntb_transport *nt, int num_mw) in ntb_free_mw()
555 static int ntb_set_mw(struct ntb_transport *nt, int num_mw, unsigned int size) in ntb_set_mw()
600 struct ntb_transport *nt = qp->transport; in ntb_qp_link_cleanup()
620 struct ntb_transport *nt = qp->transport; in ntb_qp_link_cleanup_work()
634 static void ntb_transport_link_cleanup(struct ntb_transport *nt) in ntb_transport_link_cleanup()
658 struct ntb_transport *nt = container_of(work, struct ntb_transport, in ntb_transport_link_cleanup_work()
666 struct ntb_transport *nt = data; in ntb_transport_event_callback()
682 struct ntb_transport *nt = container_of(work, struct ntb_transport, in ntb_transport_link_work()
818 struct ntb_transport *nt = qp->transport; in ntb_qp_link_work()
853 static int ntb_transport_init_queue(struct ntb_transport *nt, in ntb_transport_init_queue()
922 struct ntb_transport *nt; in ntb_transport_init()
925 nt = kzalloc(sizeof(struct ntb_transport), GFP_KERNEL); in ntb_transport_init()
995 struct ntb_transport *nt = transport; in ntb_transport_free()
1430 struct ntb_transport *nt; in ntb_transport_create_queue()