Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve.h627 GVE_GQI_QPL_FORMAT = 0x2, enumerator
910 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
928 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_xdp_qpls()
1015 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
H A Dgve_main.c1118 page_count = priv->queue_format == GVE_GQI_QPL_FORMAT ? in gve_alloc_qpls()
1649 if (priv->queue_format != GVE_GQI_QPL_FORMAT) { in verify_xdp_configuration()
2011 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()
H A Dgve_adminq.c827 priv->queue_format = GVE_GQI_QPL_FORMAT; in gve_adminq_describe_device()