Searched defs:eib_wqe_pool_s (Results 1 – 1 of 1) sorted by relevance
285 typedef struct eib_wqe_pool_s { struct286 struct eib_wqe_pool_s *wp_next; argument287 struct eib_s *wp_ss;288 ib_vaddr_t wp_vaddr;289 ib_memlen_t wp_memsz;290 ibt_mr_hdl_t wp_mr;291 ibt_lkey_t wp_lkey;292 uint_t wp_nfree_lwm;293 int wp_type;295 kmutex_t wp_lock;[all …]