Searched refs:dqo_tx (Results 1 – 2 of 2) sorted by relevance
19 if (tx->dqo_tx.free_pending_packets != -1) in gve_has_pending_packet()35 index = tx->dqo_tx.free_pending_packets; in gve_alloc_pending_packet()41 tx->dqo_tx.free_pending_packets = in gve_alloc_pending_packet()43 index = tx->dqo_tx.free_pending_packets; in gve_alloc_pending_packet()52 tx->dqo_tx.free_pending_packets = pending_packet->next; in gve_alloc_pending_packet()266 u32 num_used = (tx->dqo_tx.tail - tx->dqo_tx.head) & tx->mask; in num_avail_tx_slots()281 tx->dqo_tx.head = atomic_read_acquire(&tx->dqo_compl.hw_tx_head); in gve_maybe_stop_tx_dqo()297 tx->dqo_tx.head = atomic_read_acquire(&tx->dqo_compl.hw_tx_head); in gve_maybe_stop_tx_dqo()458 u32 desc_idx = tx->dqo_tx.tail; in gve_tx_add_skb_no_copy_dqo()535 tx->dqo_tx.tail = desc_idx; in gve_tx_add_skb_no_copy_dqo()[all …]
338 } dqo_tx; member