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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c557 uint64_t mgid_hash; local
605 &mgid_hash, TAVOR_SLEEPFLAG_FOR_CONTEXT());
626 * Walk through the array of MCG entries starting at "mgid_hash".
641 end_indx = tavor_mcg_walk_mgid_hash(state, mgid_hash, gid, NULL);
1000 uint64_t mgid_hash; local
1027 &mgid_hash, TAVOR_SLEEPFLAG_FOR_CONTEXT());
1046 * Walk through the array of MCG entries starting at "mgid_hash".
1054 end_indx = tavor_mcg_walk_mgid_hash(state, mgid_hash, gid, &prev_indx);
H A Dtavor_cmd.c2719 uint64_t mgid_l, uint64_t *mgid_hash, uint_t sleepflag)
2759 *mgid_hash = cmd.cp_outparm;
2718 tavor_mgid_hash_cmd_post(tavor_state_t *state, uint64_t mgid_h, uint64_t mgid_l, uint64_t *mgid_hash, uint_t sleepflag) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c727 uint64_t mgid_hash; local
766 &mgid_hash, HERMON_SLEEPFLAG_FOR_CONTEXT());
787 * Walk through the array of MCG entries starting at "mgid_hash".
802 end_indx = hermon_mcg_walk_mgid_hash(state, mgid_hash, gid, NULL);
1149 uint64_t mgid_hash; local
1172 &mgid_hash, HERMON_SLEEPFLAG_FOR_CONTEXT());
1191 * Walk through the array of MCG entries starting at "mgid_hash".
1199 end_indx = hermon_mcg_walk_mgid_hash(state, mgid_hash, gid, &prev_indx);
H A Dhermon_cmd.c3213 uint64_t mgid_l, uint64_t *mgid_hash, uint_t sleepflag)
3248 *mgid_hash = cmd.cp_outparm;
3212 hermon_mgid_hash_cmd_post(hermon_state_t *state, uint64_t mgid_h, uint64_t mgid_l, uint64_t *mgid_hash, uint_t sleepflag) argument

Completed in 85 milliseconds