Lines Matching refs:qpl
21 if (!tx->dqo.qpl) in gve_has_free_tx_qpl_bufs()
240 if (tx->dqo.qpl) { in gve_tx_free_ring_dqo()
242 gve_free_queue_page_list(priv, tx->dqo.qpl, qpl_id); in gve_tx_free_ring_dqo()
243 tx->dqo.qpl = NULL; in gve_tx_free_ring_dqo()
252 tx->dqo.qpl->num_entries; in gve_tx_qpl_buf_init()
362 tx->dqo.qpl = gve_alloc_queue_page_list(priv, qpl_id, in gve_tx_alloc_ring_dqo()
364 if (!tx->dqo.qpl) in gve_tx_alloc_ring_dqo()
707 *va = page_address(tx->dqo.qpl->pages[page_id]) + offset; in gve_tx_buf_get_addr()
708 *dma_addr = tx->dqo.qpl->page_buses[page_id] + offset; in gve_tx_buf_get_addr()
792 if (tx->dqo.qpl) { in gve_tx_add_skb_dqo()
934 if (tx->dqo.qpl) { in gve_try_tx_skb()
1112 if (tx->dqo.qpl) in gve_handle_packet_completion()
1178 if (tx->dqo.qpl) in remove_miss_completions()