Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_adminq.c64 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()
Dgve.h561 enum gve_queue_format queue_format; member
741 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()
Dgve_main.c431 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()
Dgve_adminq.h142 u8 queue_format; member
Dgve_rx.c157 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()
Dgve_tx.c194 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()