Searched defs:eib_lsobkt_s (Results 1 – 1 of 1) sorted by relevance
132 typedef struct eib_lsobkt_s { struct133 kmutex_t bk_lock;134 kcondvar_t bk_cv;135 uint_t bk_status;136 uint8_t *bk_mem;137 eib_lsobuf_t *bk_bufl;138 eib_lsobuf_t *bk_free_head;139 ibt_mr_hdl_t bk_mr_hdl;140 ibt_lkey_t bk_lkey;141 uint_t bk_nelem;[all …]