Home
last modified time | relevance | path

Searched refs:num_ntfy_blks (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c481 int num_vecs_requested = priv->num_ntfy_blks + 1; in gve_alloc_notify_blocks()
507 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()
508 priv->mgmt_msix_idx = priv->num_ntfy_blks; in gve_alloc_notify_blocks()
534 priv->num_ntfy_blks * in gve_alloc_notify_blocks()
542 priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks * in gve_alloc_notify_blocks()
552 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_alloc_notify_blocks()
594 dma_free_coherent(&priv->pdev->dev, priv->num_ntfy_blks * in gve_alloc_notify_blocks()
616 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_free_notify_blocks()
628 dma_free_coherent(&priv->pdev->dev, priv->num_ntfy_blks * in gve_free_notify_blocks()
663 priv->num_ntfy_blks); in gve_setup_device_resources()
[all...]
H A Dgve_utils.c29 unsigned int active_cpus = min_t(int, priv->num_ntfy_blks / 2, in gve_tx_add_to_block()
H A Dgve_adminq.h630 u32 num_ntfy_blks);
H A Dgve_adminq.c664 u32 num_ntfy_blks) in gve_adminq_configure_device_resources() argument
675 .num_irq_dbs = cpu_to_be32(num_ntfy_blks), in gve_adminq_configure_device_resources()