Home
last modified time | relevance | path

Searched refs:wp_free_blks (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c882 wp->wp_free_blks = (EIB_BLKS_PER_POOL >= 64) ? (~0) : in eib_rsrc_init_wqe_pool()
943 if (wp->wp_free_blks != free_blks) { in eib_rsrc_ok_to_free_pool()
994 if (wp->wp_free_blks == 0) in eib_rsrc_grab_wqes()
1000 blk = EIB_FIND_LSB_SET(wp->wp_free_blks); in eib_rsrc_grab_wqes()
1015 wp->wp_free_blks &= (~((uint64_t)1 << blk)); in eib_rsrc_grab_wqes()
1081 wp->wp_free_blks |= ((uint64_t)1 << blk); in eib_rsrc_return_wqes()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h303 uint64_t wp_free_blks; member