Home
last modified time | relevance | path

Searched refs:gve_queue_config (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve.h628 struct gve_queue_config { struct
654 struct gve_queue_config *qcfg;
668 struct gve_queue_config *qcfg;
669 struct gve_queue_config *qcfg_tx;
755 struct gve_queue_config tx_cfg;
756 struct gve_queue_config rx_cfg;
1027 static inline u32 gve_num_tx_qpls(const struct gve_queue_config *tx_cfg, in gve_num_tx_qpls()
1047 static inline u32 gve_num_rx_qpls(const struct gve_queue_config *rx_cfg, in gve_num_rx_qpls()
1065 static inline u32 gve_get_rx_qpl_id(const struct gve_queue_config *tx_cfg, int rx_qid) in gve_get_rx_qpl_id()
1075 static inline u32 gve_rx_start_qpl_id(const struct gve_queue_config *tx_cfg) in gve_rx_start_qpl_id()
[all …]
H A Dgve_ethtool.c480 struct gve_queue_config new_tx_cfg = priv->tx_cfg; in gve_set_channels()
481 struct gve_queue_config new_rx_cfg = priv->rx_cfg; in gve_set_channels()
H A Dgve_main.c1836 struct gve_queue_config new_rx_config, in gve_adjust_queues()
1837 struct gve_queue_config new_tx_config) in gve_adjust_queues()