Searched defs:eib_wqe_pool_s (Results 1 – 1 of 1) sorted by relevance
289 typedef struct eib_wqe_pool_s { struct290 struct eib_wqe_pool_s *wp_next; argument291 struct eib_s *wp_ss;292 ib_vaddr_t wp_vaddr;293 ib_memlen_t wp_memsz;294 ibt_mr_hdl_t wp_mr;295 ibt_lkey_t wp_lkey;296 uint_t wp_nfree_lwm;297 int wp_type;299 kmutex_t wp_lock;[all …]