Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve.h161 struct gve_notify_block { struct
187 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ argument
418 struct gve_notify_block *block) in gve_irq_doorbell()
519 bool gve_tx_poll(struct gve_notify_block *block, int budget);
526 bool gve_rx_poll(struct gve_notify_block *block, int budget);
H A Dgve_main.c164 struct gve_notify_block *block = arg; in gve_intr()
174 struct gve_notify_block *block; in gve_napi_poll()
179 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll()
274 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks()
293 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks()
323 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks()
412 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi()
420 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
903 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
909 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown()
[all …]
H A 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()
H A 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()
578 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()