Home
last modified time | relevance | path

Searched refs: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.c483 uint16_t num_gids; in ibmf_saa_multipath_record_parse_buffer() local
492 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount; in ibmf_saa_multipath_record_parse_buffer()
494 (void) sprintf(gid_str, "%dL", 2 * num_gids); in ibmf_saa_multipath_record_parse_buffer()
497 sizeof (ib_gid_t) * num_gids, in ibmf_saa_multipath_record_parse_buffer()
499 sizeof (ib_gid_t) * num_gids); in ibmf_saa_multipath_record_parse_buffer()
870 uint16_t num_gids; in ibmf_saa_multipath_record_to_buf() local
874 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount; in ibmf_saa_multipath_record_to_buf()
876 (void) sprintf(gid_str, "l2c2s14c%dL", 2 * num_gids); in ibmf_saa_multipath_record_to_buf()
879 sizeof (sa_multipath_record_t) + sizeof (ib_gid_t) * num_gids, in ibmf_saa_multipath_record_to_buf()
881 IBMF_SAA_MULTIPATH_RECORD_SIZE + sizeof (ib_gid_t) * num_gids); in ibmf_saa_multipath_record_to_buf()