Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve_main.c137 int num_vecs_requested = priv->num_ntfy_blks + 1; in gve_alloc_notify_blocks()
163 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()
178 active_cpus = min_t(int, priv->num_ntfy_blks / 2, num_online_cpus()); in gve_alloc_notify_blocks()
191 priv->num_ntfy_blks * in gve_alloc_notify_blocks()
199 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_alloc_notify_blocks()
226 dma_free_coherent(&priv->pdev->dev, priv->num_ntfy_blks * in gve_alloc_notify_blocks()
245 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_free_notify_blocks()
254 priv->num_ntfy_blks * sizeof(*priv->ntfy_blocks), in gve_free_notify_blocks()
277 priv->num_ntfy_blks); in gve_setup_device_resources()
949 priv->num_ntfy_blks = (num_ntfy - 1) & ~0x1; in gve_init_priv()
[all …]
Dgve.h190 u32 num_ntfy_blks; /* spilt between TX and RX so must be even */ member
351 return (priv->num_ntfy_blks / 2) + queue_idx; in gve_rx_idx_to_ntfy()
Dgve_adminq.c163 u32 num_ntfy_blks) in gve_adminq_configure_device_resources() argument
174 .num_irq_dbs = cpu_to_be32(num_ntfy_blks), in gve_adminq_configure_device_resources()
Dgve_adminq.h207 u32 num_ntfy_blks);