Searched refs:pending_packets (Results 1 – 2 of 2) sorted by relevance
49 pending_packet = &tx->dqo.pending_packets[index]; in gve_alloc_pending_packet()62 s16 index = pending_packet - tx->dqo.pending_packets; in gve_free_pending_packet()84 &tx->dqo.pending_packets[i]; in gve_tx_clean_pending_packets()135 kvfree(tx->dqo.pending_packets); in gve_tx_free_ring_dqo()136 tx->dqo.pending_packets = NULL; in gve_tx_free_ring_dqo()180 sizeof(tx->dqo.pending_packets[0]), in gve_tx_alloc_ring_dqo()182 if (!tx->dqo.pending_packets) in gve_tx_alloc_ring_dqo()187 tx->dqo.pending_packets[i].next = i + 1; in gve_tx_alloc_ring_dqo()466 completion_tag = pkt - tx->dqo.pending_packets; in gve_tx_add_skb_no_copy_dqo()709 index = pending_packet - tx->dqo.pending_packets; in add_to_list()[all …]
430 struct gve_tx_pending_packet_dqo *pending_packets; member
Completed in 8 milliseconds