Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_main.c461 int num_vecs_requested = priv->num_ntfy_blks + 1; in gve_alloc_notify_blocks()
486 priv->num_ntfy_blks = new_num_ntfy_blks; in gve_alloc_notify_blocks()
487 priv->mgmt_msix_idx = priv->num_ntfy_blks; in gve_alloc_notify_blocks()
515 priv->num_ntfy_blks * in gve_alloc_notify_blocks()
523 priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks * in gve_alloc_notify_blocks()
531 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_alloc_notify_blocks()
587 for (i = 0; i < priv->num_ntfy_blks; i++) { in gve_free_notify_blocks()
631 priv->num_ntfy_blks); in gve_setup_device_resources()
1934 if (ntfy_idx >= priv->num_ntfy_blks) in gve_tx_timeout()
2246 priv->num_ntfy_blks = (num_ntfy - 1) & ~0x1; in gve_init_priv()
[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.h784 u32 num_ntfy_blks; /* spilt between TX and RX so must be even */ member
1045 return (priv->num_ntfy_blks / 2) + queue_idx; in gve_rx_idx_to_ntfy()
H A Dgve_adminq.h604 u32 num_ntfy_blks);
H A Dgve_adminq.c638 u32 num_ntfy_blks) in gve_adminq_configure_device_resources() argument
649 .num_irq_dbs = cpu_to_be32(num_ntfy_blks), in gve_adminq_configure_device_resources()