supported_gids    314 drivers/infiniband/core/cma.c 	unsigned long supported_gids;
supported_gids    319 drivers/infiniband/core/cma.c 	supported_gids = roce_gid_type_mask_support(cma_dev->device, port);
supported_gids    321 drivers/infiniband/core/cma.c 	if (!(supported_gids & 1 << default_gid_type))
supported_gids   2728 drivers/infiniband/core/cma.c 					   unsigned long supported_gids,
supported_gids   2733 drivers/infiniband/core/cma.c 	    test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids))
supported_gids   2752 drivers/infiniband/core/cma.c 	unsigned long supported_gids;
supported_gids   2763 drivers/infiniband/core/cma.c 	supported_gids = roce_gid_type_mask_support(id_priv->id.device,
supported_gids   2766 drivers/infiniband/core/cma.c 				      supported_gids,
supported_gids   4567 drivers/infiniband/core/cma.c 	unsigned long supported_gids = 0;
supported_gids   4587 drivers/infiniband/core/cma.c 		supported_gids = roce_gid_type_mask_support(device, i);
supported_gids   4588 drivers/infiniband/core/cma.c 		WARN_ON(!supported_gids);
supported_gids   4589 drivers/infiniband/core/cma.c 		if (supported_gids & (1 << CMA_PREFERRED_ROCE_GID_TYPE))
supported_gids   4594 drivers/infiniband/core/cma.c 				find_first_bit(&supported_gids, BITS_PER_LONG);