Lines Matching refs:gids
594 ret = sscanf(path, "gids%n/", &pos);
688 union ibv_gid *gids = NULL;
726 gids = malloc(sizeof (union ibv_gid) * port_attr->gid_tbl_len);
727 if (!gids)
730 * set high bit of port_num to get all gids in one shot.
734 gids);
738 *gid_table = gids;
739 gids = NULL;
770 if (gids)
771 free(gids);
921 union ibv_gid *gids;
933 if (get_port_info(dev_name, port_num, &port_attr, &gids, NULL))
941 htonll(gids[gid_num].global.subnet_prefix);
943 htonll(gids[gid_num].global.interface_id);
955 if (gids)
956 free(gids);