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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c485 uint16_t num_gids; local
494 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount;
496 (void) sprintf(gid_str, "%dL", 2 * num_gids);
499 sizeof (ib_gid_t) * num_gids,
501 sizeof (ib_gid_t) * num_gids);
872 uint16_t num_gids; local
876 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount;
878 (void) sprintf(gid_str, "l2c2s14c%dL", 2 * num_gids);
881 sizeof (sa_multipath_record_t) + sizeof (ib_gid_t) * num_gids,
883 IBMF_SAA_MULTIPATH_RECORD_SIZE + sizeof (ib_gid_t) * num_gids);
[all...]

Completed in 46 milliseconds