Searched refs:gve_notify_block (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_utils.c | 13 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() 120 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi()
|
| H A D | gve.h | 669 struct gve_notify_block { struct 804 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ 1088 struct gve_notify_block *block) in gve_irq_doorbell() 1236 bool gve_tx_poll(struct gve_notify_block *block, int budget); 1237 bool gve_xdp_poll(struct gve_notify_block *block, int budget); 1238 int gve_xsk_tx_poll(struct gve_notify_block *block, int budget); 1250 int gve_rx_poll(struct gve_notify_block *block, int budget);
|
| H A D | gve_main.c | 324 struct gve_notify_block *block = arg; in gve_intr() 334 struct gve_notify_block *block = arg; in gve_intr_dqo() 355 struct gve_notify_block *block; in gve_napi_poll() 361 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll() 413 struct gve_notify_block *block = in gve_napi_poll_dqo() 414 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo() 554 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks() 584 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks() 618 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks() 1937 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown() [all …]
|
| H A D | gve_tx_dqo.c | 1485 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo() 1510 bool gve_xsk_tx_poll_dqo(struct gve_notify_block *rx_block, int budget) in gve_xsk_tx_poll_dqo() 1523 bool gve_xdp_poll_dqo(struct gve_notify_block *block) in gve_xdp_poll_dqo()
|
| H A D | gve_ethtool.c | 798 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce() 808 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
|
| H A D | gve_rx_dqo.c | 25 struct gve_notify_block *block; in gve_rx_starvation_timer() 1085 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
|