Lines Matching refs:ntfy_blocks

389 	priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks *  in gve_alloc_notify_blocks()
390 sizeof(*priv->ntfy_blocks), GFP_KERNEL); in gve_alloc_notify_blocks()
391 if (!priv->ntfy_blocks) { in gve_alloc_notify_blocks()
398 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
419 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
426 kvfree(priv->ntfy_blocks); in gve_alloc_notify_blocks()
427 priv->ntfy_blocks = NULL; in gve_alloc_notify_blocks()
452 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
460 kvfree(priv->ntfy_blocks); in gve_free_notify_blocks()
461 priv->ntfy_blocks = NULL; in gve_free_notify_blocks()
569 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()
576 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
1196 napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_reg_xdp_info()
1530 napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_xsk_pool_enable()
1583 napi_rx = &priv->ntfy_blocks[priv->rx[qid].ntfy_id].napi; in gve_xsk_pool_disable()
1586 napi_tx = &priv->ntfy_blocks[priv->tx[tx_qid].ntfy_id].napi; in gve_xsk_pool_disable()
1619 &priv->ntfy_blocks[tx->ntfy_id].napi; in gve_xsk_wakeup()
1738 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
1744 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
1766 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turnup()
1778 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turnup()
1810 block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_timeout()