Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/google/gve/
Dgve_adminq.c65 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()
Dgve.h586 enum gve_queue_format queue_format; member
770 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()
Dgve_adminq.h156 u8 queue_format; member
Dgve_main.c454 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()
Dgve_tx.c195 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()
Dgve_rx.c175 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()