Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A 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()
119 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
H A 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()
H A Dgve.h630 struct gve_notify_block { struct
757 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
1029 struct gve_notify_block *block) in gve_irq_doorbell()
1169 bool gve_tx_poll(struct gve_notify_block *block, int budget);
1170 bool gve_xdp_poll(struct gve_notify_block *block, int budget);
1171 int gve_xsk_tx_poll(struct gve_notify_block *block, int budget);
1183 int gve_rx_poll(struct gve_notify_block *block, int budget);
H A Dgve_main.c321 struct gve_notify_block *block = arg; in gve_intr()
331 struct gve_notify_block *block = arg; in gve_intr_dqo()
352 struct gve_notify_block *block; in gve_napi_poll()
358 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
410 struct gve_notify_block *block = in gve_napi_poll_dqo()
411 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo()
532 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
554 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
588 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
1807 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
[all …]
H A Dgve_tx.c973 int gve_xsk_tx_poll(struct gve_notify_block *rx_block, int budget) in gve_xsk_tx_poll()
994 bool gve_xdp_poll(struct gve_notify_block *block, int budget) in gve_xdp_poll()
1010 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()
H A Dgve_ethtool.c766 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
776 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
H A Dgve_rx_dqo.c787 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
H A Dgve_tx_dqo.c1299 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo()
H A Dgve_rx.c1086 int gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()