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()
586 enum gve_queue_format queue_format; member770 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_tx_qpls()780 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_rx_qpls()839 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()840 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
156 u8 queue_format; member
454 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_setup_device_resources()1374 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()1634 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
195 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()
175 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()