Searched refs:IBD_DRV_RC_SRQ_ALLOCD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h102 #define IBD_DRV_RC_SRQ_ALLOCD 0x100000 macro
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2569 if (progress & IBD_DRV_RC_SRQ_ALLOCD) {
2572 state->id_mac_state &= (~IBD_DRV_RC_SRQ_ALLOCD);
5626 if (progress & IBD_DRV_RC_SRQ_ALLOCD) {
5644 (~IBD_DRV_RC_SRQ_ALLOCD);
5648 state->id_mac_state &= (~IBD_DRV_RC_SRQ_ALLOCD);
6077 if (state->id_mac_state & IBD_DRV_RC_SRQ_ALLOCD) {
6090 state->id_mac_state |= IBD_DRV_RC_SRQ_ALLOCD;

Completed in 79 milliseconds