Lines Matching refs:supported_gids
293 unsigned long supported_gids; in cma_set_default_gid_type() local
302 supported_gids = roce_gid_type_mask_support(cma_dev->device, port); in cma_set_default_gid_type()
304 if (!(supported_gids & 1 << default_gid_type)) in cma_set_default_gid_type()
2873 unsigned long supported_gids, in cma_route_gid_type() argument
2878 test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids)) in cma_route_gid_type()
2897 unsigned long supported_gids; in cma_iboe_set_path_rec_l2_fields() local
2908 supported_gids = roce_gid_type_mask_support(id_priv->id.device, in cma_iboe_set_path_rec_l2_fields()
2911 supported_gids, in cma_iboe_set_path_rec_l2_fields()
4991 unsigned long supported_gids = 0; in cma_add_one() local
5020 supported_gids = roce_gid_type_mask_support(device, i); in cma_add_one()
5021 WARN_ON(!supported_gids); in cma_add_one()
5022 if (supported_gids & (1 << CMA_PREFERRED_ROCE_GID_TYPE)) in cma_add_one()
5027 find_first_bit(&supported_gids, BITS_PER_LONG); in cma_add_one()