Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h168 int compl_result; member
197 int compl_result; member
H A Den_tc.c1773 if (e->compl_result > 0) { in mlx5e_encap_dealloc()
1790 if (!d->compl_result) in mlx5e_decap_dealloc()
3833 if (e->compl_result < 0) { in mlx5e_attach_encap()
3872 e->compl_result = err; in mlx5e_attach_encap()
3875 e->compl_result = 1; in mlx5e_attach_encap()
3933 if (d->compl_result) { in mlx5e_attach_decap()
3960 d->compl_result = err; in mlx5e_attach_decap()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c99 if (e->compl_result < 0 || (encap_connected == neigh_connected && in mlx5e_rep_update_flows()