Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_utils.c13 struct gve_notify_block *block = in gve_tx_was_added_to_block()
21 struct gve_notify_block *block = in gve_tx_remove_from_block()
32 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block()
43 struct gve_notify_block *block = in gve_rx_was_added_to_block()
51 struct gve_notify_block *block = 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()
118 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
Dgve_dqo.h39 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean);
40 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget);
92 const struct gve_notify_block *block, u32 val) in gve_write_irq_doorbell_dqo()
104 struct gve_notify_block *block, in gve_set_itr_coalesce_usecs_dqo()
Dgve.h611 struct gve_notify_block { struct
723 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
995 struct gve_notify_block *block) in gve_irq_doorbell()
1135 bool gve_tx_poll(struct gve_notify_block *block, int budget);
1136 bool gve_xdp_poll(struct gve_notify_block *block, int budget);
1148 int gve_rx_poll(struct gve_notify_block *block, int budget);
Dgve_main.c284 struct gve_notify_block *block = arg; in gve_intr()
294 struct gve_notify_block *block = arg; in gve_intr_dqo()
315 struct gve_notify_block *block; in gve_napi_poll()
321 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
365 struct gve_notify_block *block = in gve_napi_poll_dqo()
366 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo()
487 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
509 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
543 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
1874 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
[all …]
Dgve_ethtool.c761 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
771 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
Dgve_tx.c978 bool gve_xdp_poll(struct gve_notify_block *block, int budget) in gve_xdp_poll()
1007 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()
Dgve_rx_dqo.c925 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
Dgve_rx.c1080 int gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()
Dgve_tx_dqo.c1308 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo()