Searched refs:dqo (Results 1 – 5 of 5) sorted by relevance
35 if (rx->dqo.hdr_bufs.data) { in gve_rx_free_hdr_bufs()37 (size_t)priv->header_buf_size * rx->dqo.num_buf_states; in gve_rx_free_hdr_bufs()39 dma_free_coherent(hdev, size, rx->dqo.hdr_bufs.data, in gve_rx_free_hdr_bufs()40 rx->dqo.hdr_bufs.addr); in gve_rx_free_hdr_bufs()41 rx->dqo.hdr_bufs.data = NULL; in gve_rx_free_hdr_bufs()52 rx->dqo.bufq.mask = buffer_queue_slots - 1; in gve_rx_init_ring_state_dqo()53 rx->dqo.bufq.head = 0; in gve_rx_init_ring_state_dqo()54 rx->dqo.bufq.tail = 0; in gve_rx_init_ring_state_dqo()57 rx->dqo.complq.num_free_slots = completion_queue_slots; in gve_rx_init_ring_state_dqo()58 rx->dqo.complq.mask = completion_queue_slots - 1; in gve_rx_init_ring_state_dqo()[all …]
23 if (!tx->dqo.qpl) in gve_has_free_tx_qpl_bufs()26 num_avail = tx->dqo.num_tx_qpl_bufs - in gve_has_free_tx_qpl_bufs()37 num_avail = tx->dqo.num_tx_qpl_bufs - in gve_has_free_tx_qpl_bufs()64 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index]; in gve_alloc_tx_qpl_buf()82 tx->dqo.tx_qpl_buf_next[index] = pkt->tx_qpl_buf_ids[i]; in gve_free_tx_qpl_bufs()89 tx->dqo.tx_qpl_buf_next[index] = old_head; in gve_free_tx_qpl_bufs()143 pending_packet = &tx->dqo.pending_packets[index]; in gve_alloc_pending_packet()156 s16 index = pending_packet - tx->dqo.pending_packets; in gve_free_pending_packet()195 for (i = 0; i < tx->dqo.num_pending_packets; i++) { in gve_tx_clean_pending_packets()197 &tx->dqo.pending_packets[i]; in gve_tx_clean_pending_packets()[all …]
722 qpl_id = tx->dqo.qpl->id; in gve_adminq_create_tx_queue()785 qpl_id = rx->dqo.qpl->id; in gve_adminq_get_create_rx_queue_cmd()788 cpu_to_be64(rx->dqo.complq.bus); in gve_adminq_get_create_rx_queue_cmd()790 cpu_to_be64(rx->dqo.bufq.bus); in gve_adminq_get_create_rx_queue_cmd()
309 } dqo; member641 } dqo; member
825 return tx->dqo.qpl; in gve_tx_get_qpl()835 return rx->dqo.qpl; in gve_rx_get_qpl()1306 rx->dqo.page_pool); in gve_reg_xdp_info()