Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c486 priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks * in gve_alloc_notify_blocks()
487 sizeof(*priv->ntfy_blocks), GFP_KERNEL); in gve_alloc_notify_blocks()
488 if (!priv->ntfy_blocks) { in gve_alloc_notify_blocks()
495 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
517 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
525 kvfree(priv->ntfy_blocks); in gve_alloc_notify_blocks()
526 priv->ntfy_blocks = NULL; in gve_alloc_notify_blocks()
551 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
560 kvfree(priv->ntfy_blocks); in gve_free_notify_blocks()
561 priv->ntfy_blocks = NULL; in gve_free_notify_blocks()
[all …]
H A Dgve_ethtool.c761 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
771 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
H A Dgve_rx.c811 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx()
1029 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_clean_rx_done()
H A Dgve.h729 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ member