Searched defs:hs_ibtfpriv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h171 * HERMON_ENABLE_IBTF_CALLB() initializes the "hs_ibtfpriv" field in the Hermon
172 * softstate. When "hs_ibtfpriv" is non-NULL, it is OK to forward asynch
181 * "hs_ibtfpriv" to NULL (thereby disabling any further IBTF callbacks)
187 (state)->hs_ibtfpriv = (tmp_ibtfpriv);
192 ibc_async_handler((state)->hs_ibtfpriv, (type), (event)); \
198 ibc_cq_handler((state)->hs_ibtfpriv, (cq)->cq_hdlrarg); \
205 state->hs_ibtfpriv = NULL; \
412 ibc_clnt_hdl_t hs_ibtfpriv; member in struct:hermon_state_s

Completed in 64 milliseconds