Lines Matching defs:ntb_transport_ctx
201 struct ntb_transport_ctx { struct
202 device_t dev;
203 struct ntb_transport_child *child;
204 struct ntb_transport_mw *mw_vec;
205 struct ntb_transport_qp *qp_vec;
206 int compact;
207 unsigned mw_count;
208 unsigned qp_count;
209 uint64_t qp_bitmap;
210 volatile bool link_is_up;
211 enum ntb_speed link_speed;
212 enum ntb_width link_width;
213 struct callout link_work;
214 struct callout link_watchdog;
215 struct task link_cleanup;