Searched refs:ntfy_blocks (Results 1 – 6 of 6) sorted by relevance
14 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_was_added_to_block()22 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_remove_from_block()32 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()44 &priv->ntfy_blocks[gve_rx_idx_to_ntfy(priv, queue_idx)]; in gve_rx_was_added_to_block()52 &priv->ntfy_blocks[gve_rx_idx_to_ntfy(priv, queue_idx)]; in gve_rx_remove_from_block()60 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()111 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()119 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
523 priv->ntfy_blocks = kvzalloc(priv->num_ntfy_blks * in gve_alloc_notify_blocks()524 sizeof(*priv->ntfy_blocks), GFP_KERNEL); in gve_alloc_notify_blocks()525 if (!priv->ntfy_blocks) { in gve_alloc_notify_blocks()532 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()562 kvfree(priv->ntfy_blocks); in gve_alloc_notify_blocks()563 priv->ntfy_blocks = NULL; in gve_alloc_notify_blocks()597 kvfree(priv->ntfy_blocks); in gve_free_notify_blocks()598 priv->ntfy_blocks = NULL; in gve_free_notify_blocks()1146 napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_reg_xdp_info()1542 napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_xsk_pool_enable()[all …]
251 .napi = &priv->ntfy_blocks[ntfy_id].napi, in gve_rx_create_page_pool()
766 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()776 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
817 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx()1035 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_clean_rx_done()
757 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ member