Home
last modified time | relevance | path

Searched refs:GVE_DQO_RDA_FORMAT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/google/gve/
H A 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()
H A Dgve_adminq.c530 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_adminq_create_tx_queue()
592 if (priv->queue_format == GVE_DQO_RDA_FORMAT) { in gve_adminq_create_rx_queue()
808 priv->queue_format = GVE_DQO_RDA_FORMAT; in gve_adminq_describe_device()
H A Dgve.h628 GVE_DQO_RDA_FORMAT = 0x3, enumerator
H A Dgve_tx_dqo.c272 tx->dqo.complq_mask = priv->queue_format == GVE_DQO_RDA_FORMAT ? in gve_tx_alloc_ring_dqo()