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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c45 uint8_t num_dest; member in struct:ibcm_dinfo_s
660 uint8_t num_dest, i, j; local
707 num_dest = len + 1;
710 "%d, #dest %d", p_arg->attr.pa_num_dgids, dnum, num_dest);
721 num_dest = 0;
728 dinfo->num_dest = num_dest;
732 for (i = 0, j = 0; i < num_dest; i++) {
906 if ((dinfo->num_dest == 0) || (num_path == 0) || (sl == NULL)) {
917 num_path /= dinfo->num_dest;
3026 uint8_t num_dest; member in struct:ibcm_ip_dinfo_s
[all...]

Completed in 68 milliseconds