Searched refs:gve_is_gqi (Results 1 – 4 of 4) sorted by relevance
37 if (gve_is_gqi(priv)) in gve_start_xmit()363 gve_is_gqi(priv) ? gve_intr : gve_intr_dqo, in gve_alloc_notify_blocks()609 if (gve_is_gqi(priv)) { in gve_create_rings()654 if (gve_is_gqi(priv)) { in gve_tx_free_rings()671 if (gve_is_gqi(priv)) in gve_alloc_rings()686 if (gve_is_gqi(priv)) in gve_alloc_rings()693 if (gve_is_gqi(priv)) in gve_alloc_rings()736 if (gve_is_gqi(priv)) in gve_rx_free_rings()953 if (!gve_is_gqi(priv)) { in gve_open()1111 if (gve_is_gqi(priv)) { in gve_turnup()[all …]
320 if (gve_is_gqi(priv)) { in gve_get_ethtool_stats()474 u32 max_copybreak = gve_is_gqi(priv) ? in gve_set_tunable()551 if (gve_is_gqi(priv)) in gve_get_coalesce()569 if (gve_is_gqi(priv)) in gve_set_coalesce()
499 if (gve_is_gqi(priv)) { in gve_adminq_create_tx_queue()543 if (gve_is_gqi(priv)) { in gve_adminq_create_rx_queue()764 if (gve_is_gqi(priv)) { in gve_adminq_describe_device()790 if (gve_is_gqi(priv) && priv->rx_data_slot_cnt < priv->rx_desc_cnt) { in gve_adminq_describe_device()
837 static inline bool gve_is_gqi(struct gve_priv *priv) in gve_is_gqi() function