Home
last modified time | relevance | path

Searched refs:ntfy_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
A Dgve_utils.c23 int ntfy_idx = gve_tx_idx_to_ntfy(priv, queue_idx); in gve_tx_add_to_block() local
24 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
28 tx->ntfy_id = ntfy_idx; in gve_tx_add_to_block()
29 netif_set_xps_queue(priv->dev, get_cpu_mask(ntfy_idx % active_cpus), in gve_tx_add_to_block()
43 u32 ntfy_idx = gve_rx_idx_to_ntfy(priv, queue_idx); in gve_rx_add_to_block() local
44 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
48 rx->ntfy_id = ntfy_idx; in gve_rx_add_to_block()
A Dgve_main.c625 priv->tx[i].ntfy_id = ntfy_idx; in add_napi_init_sync_stats()
626 gve_add_napi(priv, ntfy_idx, napi_poll); in add_napi_init_sync_stats()
633 priv->rx[i].ntfy_id = ntfy_idx; in add_napi_init_sync_stats()
634 gve_add_napi(priv, ntfy_idx, napi_poll); in add_napi_init_sync_stats()
730 int ntfy_idx; in gve_free_rings() local
735 ntfy_idx = gve_tx_idx_to_ntfy(priv, i); in gve_free_rings()
736 gve_remove_napi(priv, ntfy_idx); in gve_free_rings()
745 gve_remove_napi(priv, ntfy_idx); in gve_free_rings()
1132 u32 ntfy_idx; in gve_tx_timeout() local
1140 if (ntfy_idx >= priv->num_ntfy_blks) in gve_tx_timeout()
[all …]

Completed in 6 milliseconds