Home
last modified time | relevance | path

Searched refs:pending_packet (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c126 struct gve_tx_pending_packet_dqo *pending_packet; in gve_alloc_pending_packet() local
143 pending_packet = &tx->dqo.pending_packets[index]; in gve_alloc_pending_packet()
146 tx->dqo_tx.free_pending_packets = pending_packet->next; in gve_alloc_pending_packet()
147 pending_packet->state = GVE_PACKET_STATE_PENDING_DATA_COMPL; in gve_alloc_pending_packet()
149 return pending_packet; in gve_alloc_pending_packet()
154 struct gve_tx_pending_packet_dqo *pending_packet) in gve_free_pending_packet() argument
156 s16 index = pending_packet - tx->dqo.pending_packets; in gve_free_pending_packet()
158 pending_packet->state = GVE_PACKET_STATE_UNALLOCATED; in gve_free_pending_packet()
162 pending_packet->next = old_head; in gve_free_pending_packet()
1128 struct gve_tx_pending_packet_dqo *pending_packet) in add_to_list() argument
[all …]