Searched refs:gve_notify_block (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_dqo.h | 39 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean); 40 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget); 92 const struct gve_notify_block *block, u32 val) in gve_write_irq_doorbell_dqo() 104 struct gve_notify_block *block, in gve_set_itr_coalesce_usecs_dqo()
|
H A D | gve.h | 617 struct gve_notify_block { struct 729 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ 1001 struct gve_notify_block *block) in gve_irq_doorbell() 1151 bool gve_tx_poll(struct gve_notify_block *block, int budget); 1152 bool gve_xdp_poll(struct gve_notify_block *block, int budget); 1153 int gve_xsk_tx_poll(struct gve_notify_block *block, int budget); 1165 int gve_rx_poll(struct gve_notify_block *block, int budget);
|
H A D | gve_main.c | 284 struct gve_notify_block *block = arg; in gve_intr() 294 struct gve_notify_block *block = arg; in gve_intr_dqo() 315 struct gve_notify_block *block; in gve_napi_poll() 321 block = container_of(napi, struct gve_notify_block, napi); in gve_napi_poll() 373 struct gve_notify_block *block = in gve_napi_poll_dqo() 374 container_of(napi, struct gve_notify_block, napi); in gve_napi_poll_dqo() 495 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_alloc_notify_blocks() 517 struct gve_notify_block *block = &priv->ntfy_blocks[j]; in gve_alloc_notify_blocks() 551 struct gve_notify_block *block = &priv->ntfy_blocks[i]; in gve_free_notify_blocks() 1880 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_turndown() [all …]
|
H A D | gve_tx.c | 984 int gve_xsk_tx_poll(struct gve_notify_block *rx_block, int budget) in gve_xsk_tx_poll() 1005 bool gve_xdp_poll(struct gve_notify_block *block, int budget) in gve_xdp_poll() 1021 bool gve_tx_poll(struct gve_notify_block *block, int budget) in gve_tx_poll()
|
H A D | gve_ethtool.c | 761 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce() 771 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_set_coalesce()
|
H A D | gve_rx_dqo.c | 705 int gve_rx_poll_dqo(struct gve_notify_block *block, int budget) in gve_rx_poll_dqo()
|
H A D | gve_rx.c | 1080 int gve_rx_poll(struct gve_notify_block *block, int budget) in gve_rx_poll()
|