Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c680 ibd_state_t::id_ah_op)) in _NOTE()
1536 state->id_ah_op = IBD_OP_ONGOING; in ibd_acache_lookup()
1546 if (state->id_ah_op == IBD_OP_ERRORED) { in ibd_acache_lookup()
1563 state->id_ah_op = IBD_OP_NOTSTARTED; in ibd_acache_lookup()
1571 state->id_ah_op = IBD_OP_NOTSTARTED; in ibd_acache_lookup()
1792 state->id_ah_op = IBD_OP_ERRORED; in ibd_async_acache()
1816 state->id_ah_op = IBD_OP_ROUTERED; in ibd_async_acache()
1843 state->id_ah_op = IBD_OP_NOTSTARTED; in ibd_async_acache()
1911 state->id_ah_op = ret; in ibd_async_acache()
1921 state->id_ah_op = IBD_OP_ERRORED; in ibd_async_acache()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h873 char id_ah_op; member