Searched refs:num_gids (Results 1 – 1 of 1) sorted by relevance
485 uint16_t num_gids; in ibmf_saa_multipath_record_parse_buffer() local494 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount; in ibmf_saa_multipath_record_parse_buffer()496 (void) sprintf(gid_str, "%dL", 2 * num_gids); in ibmf_saa_multipath_record_parse_buffer()499 sizeof (ib_gid_t) * num_gids, in ibmf_saa_multipath_record_parse_buffer()501 sizeof (ib_gid_t) * num_gids); in ibmf_saa_multipath_record_parse_buffer()872 uint16_t num_gids; in ibmf_saa_multipath_record_to_buf() local876 num_gids = multipath_record->SGIDCount + multipath_record->DGIDCount; in ibmf_saa_multipath_record_to_buf()878 (void) sprintf(gid_str, "l2c2s14c%dL", 2 * num_gids); in ibmf_saa_multipath_record_to_buf()881 sizeof (sa_multipath_record_t) + sizeof (ib_gid_t) * num_gids, in ibmf_saa_multipath_record_to_buf()883 IBMF_SAA_MULTIPATH_RECORD_SIZE + sizeof (ib_gid_t) * num_gids); in ibmf_saa_multipath_record_to_buf()