Searched refs:queue_format (Results 1 – 8 of 8) sorted by relevance
66 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 …]
728 enum gve_queue_format queue_format; member910 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()
262 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()
1118 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()
212 u8 queue_format; member
261 tx->raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_tx_alloc_ring()
228 rx->data.raw_addressing = priv->queue_format == GVE_GQI_RDA_FORMAT; in gve_rx_alloc_ring()
272 tx->dqo.complq_mask = priv->queue_format == GVE_DQO_RDA_FORMAT ? in gve_tx_alloc_ring_dqo()