Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c327 s16 compl_tag, bool eop, bool is_gso) in gve_tx_fill_pkt_desc_dqo() argument
342 .compl_tag = cpu_to_le16(compl_tag), in gve_tx_fill_pkt_desc_dqo()
775 u16 compl_tag, u64 *bytes, u64 *pkts, in gve_handle_packet_completion() argument
780 if (unlikely(compl_tag >= tx->dqo.num_pending_packets)) { in gve_handle_packet_completion()
782 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
786 pending_packet = &tx->dqo.pending_packets[compl_tag]; in gve_handle_packet_completion()
792 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
810 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
820 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
834 struct gve_tx_ring *tx, u16 compl_tag, in gve_handle_miss_completion() argument
[all …]
Dgve_desc_dqo.h39 __le16 compl_tag; member