Searched defs:ntb_transport_ctx (Results 1 – 1 of 1) sorted by relevance
201 struct ntb_transport_ctx { struct202 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;[all …]