Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/google/gve/
Dgve_main.c248 priv->ntfy_blocks = in gve_alloc_notify_blocks()
251 sizeof(*priv->ntfy_blocks), in gve_alloc_notify_blocks()
253 if (!priv->ntfy_blocks) { in gve_alloc_notify_blocks()
259 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
278 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
286 sizeof(*priv->ntfy_blocks), in gve_alloc_notify_blocks()
287 priv->ntfy_blocks, priv->ntfy_block_bus); in gve_alloc_notify_blocks()
288 priv->ntfy_blocks = NULL; in gve_alloc_notify_blocks()
305 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
313 priv->num_ntfy_blks * sizeof(*priv->ntfy_blocks), in gve_free_notify_blocks()
[all …]
Dgve_rx.c14 &priv->ntfy_blocks[gve_rx_idx_to_ntfy(priv, queue_idx)]; in gve_rx_remove_from_block()
90 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
286 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx()
Dgve_tx.c137 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_remove_from_block()
178 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
Dgve.h185 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ member
Dgve_adminq.c299 .irq_db_stride = cpu_to_be32(sizeof(priv->ntfy_blocks[0])), in gve_adminq_configure_device_resources()