Searched refs:gve_notify_block (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/google/gve/ |
D | gve_utils.c | 13 struct gve_notify_block *block = in gve_tx_remove_from_block() 22 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block() 31 struct gve_notify_block *block = in gve_rx_remove_from_block() 40 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block()
|
D | gve_dqo.h | 35 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean); 36 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget); 74 const struct gve_notify_block *block, u32 val) in gve_write_irq_doorbell_dqo()
|
D | gve_main.c | 172 struct gve_notify_block *block = arg; in gve_intr() 182 struct gve_notify_block *block = arg; in gve_intr_dqo() 191 struct gve_notify_block *block; in gve_napi_poll() 196 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll() 227 struct gve_notify_block *block = in gve_napi_poll_dqo() 228 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo() 339 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks() 359 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks() 389 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks() 504 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi() [all …]
|
D | gve.h | 427 struct gve_notify_block { struct 478 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ 718 struct gve_notify_block *block) in gve_irq_doorbell() 822 bool gve_tx_poll(struct gve_notify_block *block, int budget); 829 bool gve_rx_poll(struct gve_notify_block *block, int budget);
|
D | gve_rx.c | 594 bool gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()
|
D | gve_rx_dqo.c | 663 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
|
D | gve_tx.c | 686 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()
|
D | gve_tx_dqo.c | 1007 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo()
|