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.c666 * This mutex is actually supposed to protect id_ah_op as well,
667 * but this path of the code isn't clean (see update of id_ah_op
670 * declaring that id_ah_op is protected by some internal scheme
680 ibd_state_t::id_ah_op))
1522 * The async thread will update id_ah_op with an error indication
1528 if (state->id_ah_op == IBD_OP_NOTSTARTED) {
1536 state->id_ah_op = IBD_OP_ONGOING;
1540 } else if ((state->id_ah_op != IBD_OP_ONGOING) &&
1546 if (state->id_ah_op == IBD_OP_ERRORED) {
1563 state->id_ah_op
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h873 char id_ah_op; member in struct:ibd_state_s

Completed in 55 milliseconds