Searched refs:gve_notify_block (Results 1 – 4 of 4) sorted by relevance
161 struct gve_notify_block { struct187 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ argument418 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);
164 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 …]
13 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()
136 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()