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