Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_utils.c14 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_remove_from_block()
24 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
36 &priv->ntfy_blocks[gve_rx_idx_to_ntfy(priv, queue_idx)]; in gve_rx_remove_from_block()
44 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
A Dgve_main.c391 priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks * in gve_alloc_notify_blocks()
392 sizeof(*priv->ntfy_blocks), GFP_KERNEL); in gve_alloc_notify_blocks()
393 if (!priv->ntfy_blocks) { in gve_alloc_notify_blocks()
400 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
421 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
428 kvfree(priv->ntfy_blocks); in gve_alloc_notify_blocks()
429 priv->ntfy_blocks = NULL; in gve_alloc_notify_blocks()
454 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
462 kvfree(priv->ntfy_blocks); in gve_free_notify_blocks()
463 priv->ntfy_blocks = NULL; in gve_free_notify_blocks()
[all …]
A Dgve_ethtool.c583 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
593 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
A Dgve_rx.c609 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx()
802 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_clean_rx_done()
A Dgve.h513 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ member

Completed in 13 milliseconds