Searched refs:gve_notify_block (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/google/gve/ | 
| D | gve_dqo.h | 36 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean);37 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget);
 75 			   const struct gve_notify_block *block, u32 val)  in gve_write_irq_doorbell_dqo()
 87 			       struct gve_notify_block *block,  in gve_set_itr_coalesce_usecs_dqo()
 
 | 
| D | gve_utils.c | 13 	struct gve_notify_block *block =  in gve_tx_remove_from_block()24 	struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx];  in gve_tx_add_to_block()
 35 	struct gve_notify_block *block =  in gve_rx_remove_from_block()
 44 	struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx];  in gve_rx_add_to_block()
 
 | 
| D | gve.h | 581 struct gve_notify_block {  struct637 	struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
 889 					       struct gve_notify_block *block)  in gve_irq_doorbell()
 1046 bool gve_tx_poll(struct gve_notify_block *block, int budget);
 1047 bool gve_xdp_poll(struct gve_notify_block *block, int budget);
 1055 int gve_rx_poll(struct gve_notify_block *block, int budget);
 
 | 
| D | gve_main.c | 226 	struct gve_notify_block *block = arg;  in gve_intr()236 	struct gve_notify_block *block = arg;  in gve_intr_dqo()
 245 	struct gve_notify_block *block;  in gve_napi_poll()
 251 	block = container_of(napi, struct gve_notify_block, napi);  in gve_napi_poll()
 292 	struct gve_notify_block *block =  in gve_napi_poll_dqo()
 293 		container_of(napi, struct gve_notify_block, napi);  in gve_napi_poll_dqo()
 398 		struct gve_notify_block *block = &priv->ntfy_blocks[i];  in gve_alloc_notify_blocks()
 419 		struct gve_notify_block *block = &priv->ntfy_blocks[j];  in gve_alloc_notify_blocks()
 452 		struct gve_notify_block *block = &priv->ntfy_blocks[i];  in gve_free_notify_blocks()
 569 	struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx];  in gve_add_napi()
 [all …]
 
 | 
| D | gve_ethtool.c | 636 			struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx];  in gve_set_coalesce()646 			struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx];  in gve_set_coalesce()
 
 | 
| D | gve_tx.c | 920 bool gve_xdp_poll(struct gve_notify_block *block, int budget)  in gve_xdp_poll()953 bool gve_tx_poll(struct gve_notify_block *block, int budget)  in gve_tx_poll()
 
 | 
| D | gve_rx_dqo.c | 756 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget)  in gve_rx_poll_dqo()
 | 
| D | gve_rx.c | 1002 int gve_rx_poll(struct gve_notify_block *block, int budget)  in gve_rx_poll()
 | 
| D | gve_tx_dqo.c | 1251 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean)  in gve_tx_poll_dqo()
 |