Searched refs:qpl_id (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_adminq.c | 712 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_create_tx_queue() local 715 cmd.create_tx_queue.queue_page_list_id = cpu_to_be32(qpl_id); in gve_adminq_create_tx_queue() 717 u32 qpl_id = 0; in gve_adminq_create_tx_queue() local 720 qpl_id = GVE_RAW_ADDRESSING_QPL_ID; in gve_adminq_create_tx_queue() 722 qpl_id = tx->dqo.qpl->id; in gve_adminq_create_tx_queue() 723 cmd.create_tx_queue.queue_page_list_id = cpu_to_be32(qpl_id); in gve_adminq_create_tx_queue() 770 u32 qpl_id = priv->queue_format == GVE_GQI_RDA_FORMAT ? in gve_adminq_get_create_rx_queue_cmd() local 778 cmd->create_rx_queue.queue_page_list_id = cpu_to_be32(qpl_id); in gve_adminq_get_create_rx_queue_cmd() 780 u32 qpl_id = 0; in gve_adminq_get_create_rx_queue_cmd() local 783 qpl_id = GVE_RAW_ADDRESSING_QPL_ID; in gve_adminq_get_create_rx_queue_cmd() [all …]
|
| H A D | gve_rx_dqo.c | 147 u32 qpl_id; in gve_rx_free_ring_dqo() local 173 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, rx->q_num); in gve_rx_free_ring_dqo() 174 gve_free_queue_page_list(priv, rx->dqo.qpl, qpl_id); in gve_rx_free_ring_dqo() 237 u32 qpl_id; in gve_rx_alloc_ring_dqo() local 297 qpl_id = gve_get_rx_qpl_id(cfg->qcfg_tx, rx->q_num); in gve_rx_alloc_ring_dqo() 299 rx->dqo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_rx_alloc_ring_dqo()
|
| H A D | gve_tx_dqo.c | 233 u32 qpl_id; in gve_tx_free_ring_dqo() local 265 qpl_id = gve_tx_qpl_id(priv, tx->q_num); in gve_tx_free_ring_dqo() 266 gve_free_queue_page_list(priv, tx->dqo.qpl, qpl_id); in gve_tx_free_ring_dqo() 315 u32 qpl_id; in gve_tx_alloc_ring_dqo() local 393 qpl_id = gve_tx_qpl_id(priv, tx->q_num); in gve_tx_alloc_ring_dqo() 395 tx->dqo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_tx_alloc_ring_dqo()
|