Searched defs:ntb_transport (Results 1 – 2 of 2) sorted by relevance
148 struct ntb_transport { struct153 struct ntb_transport_mw mw[NTB_NUM_MW]; argument154 struct ntb_transport_qp *qps; argument155 unsigned int max_qps;156 unsigned long qp_bitmap;157 bool transport_link;158 struct delayed_work link_work;159 struct work_struct link_cleanup;160 struct dentry *debugfs_dir;
117 struct ntb_transport *ntb_transport; member