Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c72 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_parse_device_option()
653 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()
686 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue()
693 if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_adminq_create_tx_queue()
750 if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_adminq_get_create_rx_queue_cmd()
946 if (priv->queue_format != GVE_DQO_QPL_FORMAT) { in gve_enable_supported_features()
1036 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()
1042 priv->queue_format = GVE_DQO_QPL_FORMAT; in gve_adminq_describe_device()
1046 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()
1051 } else if (priv->queue_format == GVE_GQI_RDA_FORMAT) { in gve_adminq_describe_device()
[all …]
H A Dgve.h855 enum gve_queue_format queue_format; member
1050 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
1051 priv->queue_format == GVE_DQO_QPL_FORMAT; in gve_is_qpl()
1118 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()
1119 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
1139 switch (priv->queue_format) { in gve_supports_xdp_xmit()
H A Dgve_main.c1647 if (priv->queue_format != GVE_GQI_QPL_FORMAT) { in verify_xdp_configuration()
1649 priv->queue_format); in verify_xdp_configuration()
1654 if (priv->queue_format == GVE_GQI_QPL_FORMAT) in verify_xdp_configuration()
1976 return priv->header_buf_size && priv->queue_format == GVE_DQO_RDA_FORMAT; in gve_header_split_supported()
2180 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()
2216 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()
2667 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
H A Dgve_adminq.h285 u8 queue_format; member
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h329 int doorbell_off, u32 *queue_format);
H A Dkfd_process.c276 u32 queue_format; in kfd_get_cu_occupancy() local
313 &queue_format)) { in kfd_get_cu_occupancy()
314 if (unlikely(queue_format == KFD_QUEUE_FORMAT_PM4)) in kfd_get_cu_occupancy()
H A Dkfd_device_queue_manager.c3642 int doorbell_off, u32 *queue_format) in kfd_dqm_is_queue_in_process() argument
3647 if (!queue_format) in kfd_dqm_is_queue_in_process()
3654 *queue_format = q->properties.format; in kfd_dqm_is_queue_in_process()