Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c79 int drain_error = 0, move_error = 0, poll_error = 0; in hws_bwc_matcher_move_all_simple() local
104 if (!move_error) { in hws_bwc_matcher_move_all_simple()
108 move_error = ret; in hws_bwc_matcher_move_all_simple()
162 if (unlikely(move_error)) in hws_bwc_matcher_move_all_simple()
163 return move_error; in hws_bwc_matcher_move_all_simple()
H A Dbwc_complex.c1335 int move_error = 0, poll_error = 0; in mlx5hws_bwc_matcher_move_all_complex() local
1395 if (!move_error) { in mlx5hws_bwc_matcher_move_all_complex()
1399 move_error = ret; in mlx5hws_bwc_matcher_move_all_complex()
1438 if (unlikely(move_error)) in mlx5hws_bwc_matcher_move_all_complex()
1439 return move_error; in mlx5hws_bwc_matcher_move_all_complex()