Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c24 int compl_result; member
95 if (mh->compl_result < 0) { in mlx5e_mod_hdr_attach()
122 mh->compl_result = err; in mlx5e_mod_hdr_attach()
125 mh->compl_result = 1; in mlx5e_mod_hdr_attach()
147 if (mh->compl_result > 0) in mlx5e_mod_hdr_detach()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h168 int compl_result; member
197 int compl_result; member
Den_tc.c1736 if (e->compl_result > 0) { in mlx5e_encap_dealloc()
1753 if (!d->compl_result) in mlx5e_decap_dealloc()
3741 if (e->compl_result < 0) { in mlx5e_attach_encap()
3780 e->compl_result = err; in mlx5e_attach_encap()
3783 e->compl_result = 1; in mlx5e_attach_encap()
3841 if (d->compl_result) { in mlx5e_attach_decap()
3868 d->compl_result = err; in mlx5e_attach_decap()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c99 if (e->compl_result < 0 || (encap_connected == neigh_connected && in mlx5e_rep_update_flows()