Searched refs:gve_is_gqi (Results 1 – 4 of 4) sorted by relevance
37 if (gve_is_gqi(priv)) in gve_start_xmit()350 gve_is_gqi(priv) ? gve_intr : gve_intr_dqo, in gve_alloc_notify_blocks()595 if (gve_is_gqi(priv)) { in gve_create_rings()640 if (gve_is_gqi(priv)) { in gve_tx_free_rings()657 if (gve_is_gqi(priv)) in gve_alloc_rings()672 if (gve_is_gqi(priv)) in gve_alloc_rings()679 if (gve_is_gqi(priv)) in gve_alloc_rings()722 if (gve_is_gqi(priv)) in gve_rx_free_rings()939 if (!gve_is_gqi(priv)) { in gve_open()1097 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()557 if (gve_is_gqi(priv)) in gve_get_coalesce()575 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()
839 static inline bool gve_is_gqi(struct gve_priv *priv) in gve_is_gqi() function