Lines Matching defs:supported_gids
291 unsigned long supported_gids;
300 supported_gids = roce_gid_type_mask_support(cma_dev->device, port);
302 if (!(supported_gids & 1 << default_gid_type))
3105 unsigned long supported_gids,
3110 test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids))
3129 unsigned long supported_gids;
3140 supported_gids = roce_gid_type_mask_support(id_priv->id.device,
3143 supported_gids,
5328 unsigned long supported_gids = 0;
5357 supported_gids = roce_gid_type_mask_support(device, i);
5358 WARN_ON(!supported_gids);
5359 if (supported_gids & (1 << CMA_PREFERRED_ROCE_GID_TYPE))
5364 find_first_bit(&supported_gids, BITS_PER_LONG);