Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/google/gve/
Dgve_adminq.c66 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_parse_device_option()
490 .queue_format = priv->queue_format, in gve_adminq_configure_device_resources()
522 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue()
530 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_adminq_create_tx_queue()
578 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_rx_queue()
592 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_adminq_create_rx_queue()
723 if (priv->queue_format == GVE_DQO_QPL_FORMAT) in gve_set_desc_cnt_dqo()
808 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()
814 priv->queue_format = GVE_DQO_QPL_FORMAT; in gve_adminq_describe_device()
818 priv->queue_format = GVE_GQI_RDA_FORMAT; in gve_adminq_describe_device()
[all …]
Dgve.h728 enum gve_queue_format queue_format; member
910 return priv->queue_format == GVE_GQI_QPL_FORMAT || in gve_is_qpl()
911 priv->queue_format == GVE_DQO_QPL_FORMAT; in gve_is_qpl()
928 if (priv->queue_format != GVE_GQI_QPL_FORMAT) in gve_num_xdp_qpls()
1014 return priv->queue_format == GVE_GQI_RDA_FORMAT || in gve_is_gqi()
1015 priv->queue_format == GVE_GQI_QPL_FORMAT; in gve_is_gqi()
Dgve_rx_dqo.c262 priv->queue_format == GVE_DQO_RDA_FORMAT ? in gve_rx_alloc_ring_dqo()
277 rx->dqo.num_buf_states = priv->queue_format == GVE_DQO_RDA_FORMAT ? in gve_rx_alloc_ring_dqo()
311 if (priv->queue_format != GVE_DQO_RDA_FORMAT) { in gve_rx_alloc_ring_dqo()
Dgve_main.c1118 page_count = priv->queue_format == GVE_GQI_QPL_FORMAT ? in gve_alloc_qpls()
1649 if (priv->queue_format != GVE_GQI_QPL_FORMAT) { in verify_xdp_configuration()
1651 priv->queue_format); in verify_xdp_configuration()
2011 if (priv->queue_format == GVE_GQI_QPL_FORMAT) { in gve_set_netdev_xdp_features()
2044 priv->queue_format = GVE_QUEUE_FORMAT_UNSPECIFIED; in gve_init_priv()
2309 dev_info(&pdev->dev, "GVE queue format %d\n", (int)priv->queue_format); in gve_probe()
Dgve_adminq.h212 u8 queue_format; member
Dgve_tx.c261 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()
Dgve_rx.c228 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()
Dgve_tx_dqo.c272 tx->dqo.complq_mask = priv->queue_format == GVE_DQO_RDA_FORMAT ? in gve_tx_alloc_ring_dqo()