Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c519 .compl_tag = cpu_to_le16(compl_tag), in gve_tx_fill_pkt_desc_dqo()
1055 u16 compl_tag, u64 *bytes, u64 *pkts, in gve_handle_packet_completion() argument
1062 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1072 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1090 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1100 priv->dev->name, (int)compl_tag); in gve_handle_packet_completion()
1125 priv->dev->name, (int)compl_tag); in gve_handle_miss_completion()
1134 (int)compl_tag); in gve_handle_miss_completion()
1251 compl_tag &= ~GVE_ALT_MISS_COMPL_BIT; in gve_clean_tx_done_dqo()
1257 compl_tag, in gve_clean_tx_done_dqo()
[all …]
H A Dgve_desc_dqo.h39 __le16 compl_tag; member
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lan_txrx.h194 __le16 compl_tag; /* Completion tag */ member
254 __le16 compl_tag; member
H A Didpf_txrx.c1666 u16 compl_tag, in idpf_tx_clean_stashed_bufs() argument
1680 hlist, compl_tag) { in idpf_tx_clean_stashed_bufs()
1864 u16 idx = compl_tag & txq->compl_tag_bufid_m; in idpf_tx_clean_buf_ring()
1876 idpf_tx_buf_compl_tag(tx_buf) != compl_tag)) in idpf_tx_clean_buf_ring()
1884 while (idpf_tx_buf_compl_tag(tx_buf) == compl_tag) { in idpf_tx_clean_buf_ring()
1945 u16 compl_tag; in idpf_tx_handle_rs_completion() local
1954 compl_tag = le16_to_cpu(desc->q_head_compl_tag.compl_tag); in idpf_tx_handle_rs_completion()
2132 desc->flow.qw1.compl_tag = cpu_to_le16(params->compl_tag); in idpf_tx_splitq_build_flow_desc()
2364 params->compl_tag = in idpf_tx_splitq_map()
2374 idpf_tx_buf_compl_tag(tx_buf) = params->compl_tag; in idpf_tx_splitq_map()
[all …]
H A Didpf_txrx.h202 u16 compl_tag; member