Lines Matching refs:q_resources
16 struct gve_queue_resources *q_resources, in gve_tx_put_doorbell() argument
19 iowrite32be(val, &priv->db_bar2[be32_to_cpu(q_resources->db_index)]); in gve_tx_put_doorbell()
150 dma_free_coherent(hdev, sizeof(*tx->q_resources), in gve_tx_free_ring()
151 tx->q_resources, tx->q_resources_bus); in gve_tx_free_ring()
152 tx->q_resources = NULL; in gve_tx_free_ring()
206 tx->q_resources = in gve_tx_alloc_ring()
208 sizeof(*tx->q_resources), in gve_tx_alloc_ring()
211 if (!tx->q_resources) in gve_tx_alloc_ring()
624 gve_tx_put_doorbell(priv, tx->q_resources, tx->req); in gve_tx()
647 gve_tx_put_doorbell(priv, tx->q_resources, tx->req); in gve_tx()
717 u32 counter_index = be32_to_cpu(tx->q_resources->counter_index); in gve_tx_load_event_counter()