Searched refs:queue_format (Results 1 – 6 of 6) sorted by relevance
64 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_parse_device_option()448 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()480 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue()524 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_rx_queue()700 if (priv->queue_format == GVE_GQI_RDA_FORMAT) { in gve_adminq_describe_device()704 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()708 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()712 priv->queue_format = GVE_GQI_QPL_FORMAT; in gve_adminq_describe_device()
561 enum gve_queue_format queue_format; member741 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_tx_qpls()751 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_rx_qpls()810 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()811 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
431 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_setup_device_resources()840 if (priv->queue_format == GVE_GQI_RDA_FORMAT) in gve_alloc_qpls()884 if (priv->queue_format == GVE_GQI_RDA_FORMAT) in gve_free_qpls()1315 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()1578 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
142 u8 queue_format; member
157 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()
194 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()