Searched refs:dqo (Results 1 – 5 of 5) sorted by relevance
146 if (rx->dqo.qpl) in gve_get_recycled_buf_state()170 if (!rx->dqo.qpl) { in gve_alloc_page_dqo()209 rx->dqo.hdr_bufs.data, rx->dqo.hdr_bufs.addr); in gve_rx_free_hdr_bufs()222 rx->dqo.bufq.head = 0; in gve_rx_init_ring_state_dqo()223 rx->dqo.bufq.tail = 0; in gve_rx_init_ring_state_dqo()239 rx->dqo.buf_states[rx->dqo.num_buf_states - 1].next = -1; in gve_rx_init_ring_state_dqo()329 if (rx->dqo.qpl) { in gve_rx_free_ring_dqo()332 rx->dqo.qpl = NULL; in gve_rx_free_ring_dqo()401 rx->dqo.buf_states = kvcalloc(rx->dqo.num_buf_states, in gve_rx_alloc_ring_dqo()433 if (!rx->dqo.qpl) in gve_rx_alloc_ring_dqo()[all …]
21 if (!tx->dqo.qpl) in gve_has_free_tx_qpl_bufs()240 if (tx->dqo.qpl) { in gve_tx_free_ring_dqo()243 tx->dqo.qpl = NULL; in gve_tx_free_ring_dqo()324 tx->dqo.pending_packets = kvcalloc(tx->dqo.num_pending_packets, in gve_tx_alloc_ring_dqo()334 tx->dqo.pending_packets[tx->dqo.num_pending_packets - 1].next = -1; in gve_tx_alloc_ring_dqo()346 bytes = sizeof(tx->dqo.compl_ring[0]) * (tx->dqo.complq_mask + 1); in gve_tx_alloc_ring_dqo()364 if (!tx->dqo.qpl) in gve_tx_alloc_ring_dqo()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()[all …]
696 qpl_id = tx->dqo.qpl->id; in gve_adminq_create_tx_queue()753 qpl_id = rx->dqo.qpl->id; in gve_adminq_get_create_rx_queue_cmd()756 cpu_to_be64(rx->dqo.complq.bus); in gve_adminq_get_create_rx_queue_cmd()758 cpu_to_be64(rx->dqo.bufq.bus); in gve_adminq_get_create_rx_queue_cmd()
276 } dqo; member581 } dqo; member
728 return tx->dqo.qpl; in gve_tx_get_qpl()738 return rx->dqo.qpl; in gve_rx_get_qpl()
Completed in 29 milliseconds