Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
A Dgve_utils.c13 struct gve_notify_block *block = in gve_tx_remove_from_block()
24 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
35 struct gve_notify_block *block = in gve_rx_remove_from_block()
44 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
A Dgve_dqo.h35 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean);
36 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget);
74 const struct gve_notify_block *block, u32 val) in gve_write_irq_doorbell_dqo()
A Dgve_main.c175 struct gve_notify_block *block = arg; in gve_intr()
185 struct gve_notify_block *block = arg; in gve_intr_dqo()
194 struct gve_notify_block *block; in gve_napi_poll()
200 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
236 struct gve_notify_block *block = in gve_napi_poll_dqo()
237 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo()
348 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
368 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
398 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
513 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()
[all …]
A Dgve.h443 struct gve_notify_block { struct
494 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
734 struct gve_notify_block *block) in gve_irq_doorbell()
838 bool gve_tx_poll(struct gve_notify_block *block, int budget);
846 int gve_rx_poll(struct gve_notify_block *block, int budget);
A Dgve_rx_dqo.c663 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
A Dgve_tx.c690 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()
A Dgve_rx.c773 int gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()
A Dgve_tx_dqo.c999 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo()

Completed in 18 milliseconds