Searched refs:queue_format (Results 1 – 7 of 7) sorted by relevance
72 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()737 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_get_create_rx_queue_cmd()750 if (priv->queue_format == GVE_DQO_RDA_FORMAT) in gve_adminq_get_create_rx_queue_cmd()939 if (priv->queue_format != GVE_DQO_QPL_FORMAT) { in gve_enable_supported_features()1025 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()1031 priv->queue_format = GVE_DQO_QPL_FORMAT; in gve_adminq_describe_device()1035 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()[all …]
823 enum gve_queue_format queue_format; member1016 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()1017 priv->queue_format == GVE_DQO_QPL_FORMAT; in gve_is_qpl()1034 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_xdp_qpls()1094 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()1095 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
1744 if (priv->queue_format != GVE_GQI_QPL_FORMAT) { in verify_xdp_configuration()1746 priv->queue_format); in verify_xdp_configuration()2018 return priv->header_buf_size && priv->queue_format == GVE_DQO_RDA_FORMAT; in gve_header_split_supported()2218 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()2253 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()2654 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
285 u8 queue_format; member
329 int doorbell_off, u32 *queue_format);
275 u32 queue_format; in kfd_get_cu_occupancy() local310 &queue_format)) { in kfd_get_cu_occupancy()311 if (unlikely(queue_format == KFD_QUEUE_FORMAT_PM4)) in kfd_get_cu_occupancy()
3545 int doorbell_off, u32 *queue_format) in kfd_dqm_is_queue_in_process() argument3550 if (!queue_format) in kfd_dqm_is_queue_in_process()3557 *queue_format = q->properties.format; in kfd_dqm_is_queue_in_process()