Home
last modified time | relevance | path

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

/drivers/net/ethernet/google/gve/
A Dgve_adminq.c73 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_parse_device_option()
679 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()
712 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue()
719 if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_adminq_create_tx_queue()
782 if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_adminq_get_create_rx_queue_cmd()
998 if (priv->queue_format != GVE_DQO_QPL_FORMAT) { in gve_enable_supported_features()
1094 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()
1100 priv->queue_format = GVE_DQO_QPL_FORMAT; in gve_adminq_describe_device()
1104 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()
1109 } else if (priv->queue_format == GVE_GQI_RDA_FORMAT) { in gve_adminq_describe_device()
[all …]
A Dgve.h895 enum gve_queue_format queue_format; member
1098 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
1099 priv->queue_format == GVE_DQO_QPL_FORMAT; in gve_is_qpl()
1166 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()
1167 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
1187 switch (priv->queue_format) { in gve_supports_xdp_xmit()
A Dgve_main.c1576 if (priv->queue_format == GVE_GQI_QPL_FORMAT) in gve_xdp_xmit()
1578 else if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_xdp_xmit()
1726 if (priv->queue_format == GVE_GQI_QPL_FORMAT) in verify_xdp_configuration()
2058 priv->queue_format == GVE_DQO_RDA_FORMAT && !priv->xdp_prog; in gve_header_split_supported()
2310 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()
2314 } else if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_set_netdev_xdp_features()
2350 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()
2822 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
A Dgve_adminq.h295 u8 queue_format; member
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device_queue_manager.h329 int doorbell_off, u32 *queue_format);
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()
A Dkfd_device_queue_manager.c3653 int doorbell_off, u32 *queue_format) in kfd_dqm_is_queue_in_process() argument
3658 if (!queue_format) in kfd_dqm_is_queue_in_process()
3665 *queue_format = q->properties.format; in kfd_dqm_is_queue_in_process()

Completed in 33 milliseconds