Home
last modified time | relevance | path

Searched refs:IBT_MW_NOSLEEP (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h231 IBT_MW_NOSLEEP = (1 << 0), /* Can't block */ enumerator
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c922 sleep = (flags & IBT_MW_NOSLEEP) ? TAVOR_NOSLEEP : TAVOR_SLEEP; in tavor_mw_alloc()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1241 sleep = (flags & IBT_MW_NOSLEEP) ? HERMON_NOSLEEP : HERMON_SLEEP; in hermon_mw_alloc()
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5640 pd_rp->pd_hdl, IBT_MW_NOSLEEP, &mw_rp->mw_hdl, &mw_rkey); in daplka_mw_alloc()