Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve.h143 struct gve_notify_block { struct
169 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ argument
335 struct gve_notify_block *block) in gve_irq_doorbell()
435 bool gve_tx_poll(struct gve_notify_block *block, int budget);
442 bool gve_rx_poll(struct gve_notify_block *block, int budget);
Dgve_main.c91 struct gve_notify_block *block = arg; in gve_intr()
101 struct gve_notify_block *block; in gve_napi_poll()
106 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
200 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
219 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
246 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
316 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()
324 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
804 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
810 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()
427 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()
580 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()