Home
last modified time | relevance | path

Searched refs:queue_format (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve.h829 enum gve_queue_format queue_format; member
1022 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
1023 priv->queue_format == GVE_DQO_QPL_FORMAT; in gve_is_qpl()
1040 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_xdp_qpls()
1100 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()
1101 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
1121 switch (priv->queue_format) { in gve_supports_xdp_xmit()
H A Dgve_main.c1745 if (priv->queue_format != GVE_GQI_QPL_FORMAT) { in verify_xdp_configuration()
1747 priv->queue_format); in verify_xdp_configuration()
2049 return priv->header_buf_size && priv->queue_format == GVE_DQO_RDA_FORMAT; in gve_header_split_supported()
2251 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()
2287 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()
2737 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h329 int doorbell_off, u32 *queue_format);
H A Dkfd_process.c275 u32 queue_format; in kfd_get_cu_occupancy() local
312 &queue_format)) { in kfd_get_cu_occupancy()
313 if (unlikely(queue_format == KFD_QUEUE_FORMAT_PM4)) in kfd_get_cu_occupancy()