Searched refs:queue_format (Results 1 – 6 of 6) sorted by relevance
65 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_parse_device_option()468 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()500 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue()544 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_rx_queue()742 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()748 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()753 } else if (priv->queue_format == GVE_GQI_RDA_FORMAT) { in gve_adminq_describe_device()757 priv->queue_format = GVE_GQI_QPL_FORMAT; in gve_adminq_describe_device()
577 enum gve_queue_format queue_format; member757 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_tx_qpls()767 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_rx_qpls()826 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()827 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
440 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_setup_device_resources()848 if (priv->queue_format == GVE_GQI_RDA_FORMAT) in gve_alloc_qpls()892 if (priv->queue_format == GVE_GQI_RDA_FORMAT) in gve_free_qpls()1366 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()1621 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
156 u8 queue_format; member
195 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()
174 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()
Completed in 21 milliseconds