Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/google/gve/
Dgve.h159 struct gve_notify_block { struct
185 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ argument
416 struct gve_notify_block *block) in gve_irq_doorbell()
517 bool gve_tx_poll(struct gve_notify_block *block, int budget);
524 bool gve_rx_poll(struct gve_notify_block *block, int budget);
Dgve_main.c150 struct gve_notify_block *block = arg; in gve_intr()
160 struct gve_notify_block *block; in gve_napi_poll()
165 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
259 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
278 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
305 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
394 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()
402 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
885 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
891 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
[all …]
Dgve_rx.c13 struct gve_notify_block *block = in gve_rx_remove_from_block()
90 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
446 bool gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()
Dgve_tx.c136 struct gve_notify_block *block = in gve_tx_remove_from_block()
178 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
574 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()