Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c976 int move_error = 0, poll_error = 0; in mlx5hws_bwc_matcher_complex_move() local
1042 if (!poll_error) { in mlx5hws_bwc_matcher_complex_move()
1046 poll_error = ret; in mlx5hws_bwc_matcher_complex_move()
1065 if (unlikely(poll_error)) in mlx5hws_bwc_matcher_complex_move()
1066 return poll_error; in mlx5hws_bwc_matcher_complex_move()
H A Dbwc.c73 int drain_error = 0, move_error = 0, poll_error = 0; in hws_bwc_matcher_move_all_simple() local
122 if (!poll_error) { in hws_bwc_matcher_move_all_simple()
126 poll_error = ret; in hws_bwc_matcher_move_all_simple()
158 if (unlikely(poll_error)) in hws_bwc_matcher_move_all_simple()
159 return poll_error; in hws_bwc_matcher_move_all_simple()