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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1460 ibd_acache_find(ibd_state_t *state, ipoib_mac_t *mac, boolean_t hold, int num) function
1509 if (((ptr = ibd_acache_find(state, mac, B_TRUE, numwqe)) != NULL)) {
1560 ptr = ibd_acache_find(state, &routermac, B_TRUE,
1642 if ((acactive = ibd_acache_find(state, acmac, B_FALSE, 0)) != NULL) {
1815 if (ibd_acache_find(state, mac, B_FALSE, 0) != NULL) {

Completed in 60 milliseconds