Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c544 s16 compl_tag, bool eop, bool is_gso) in gve_tx_fill_pkt_desc_dqo() argument
557 .compl_tag = cpu_to_le16(compl_tag), in gve_tx_fill_pkt_desc_dqo()
1188 u16 compl_tag, u64 *bytes, u64 *pkts, in gve_handle_packet_completion() argument
1193 if (unlikely(compl_tag >= tx->dqo.num_pending_packets)) { in gve_handle_packet_completion()
1195 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1199 pending_packet = &tx->dqo.pending_packets[compl_tag]; in gve_handle_packet_completion()
1205 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1223 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1233 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1270 struct gve_tx_ring *tx, u16 compl_tag, in gve_handle_miss_completion() argument
[all …]
H A Dgve_desc_dqo.h39 __le16 compl_tag; member
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h194 u16 compl_tag; member
H A Didpf_txrx.c2413 desc->flow.qw1.compl_tag = cpu_to_le16(params->compl_tag); in idpf_tx_splitq_build_flow_desc()
3096 tx_params.compl_tag = buf_id; in idpf_tx_splitq_frame()