Searched refs:expected_completions (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | bwc.c | 348 u32 expected_completions = 1; in hws_bwc_rule_destroy_hws_sync() local 355 ret = hws_bwc_queue_poll(ctx, rule_attr->queue_id, &expected_completions, true); in hws_bwc_rule_destroy_hws_sync() 427 u32 expected_completions = 1; in hws_bwc_rule_create_sync() local 436 ret = hws_bwc_queue_poll(ctx, rule_attr->queue_id, &expected_completions, true); in hws_bwc_rule_create_sync() 449 u32 expected_completions = 1; in hws_bwc_rule_update_sync() local 459 ret = hws_bwc_queue_poll(ctx, rule_attr->queue_id, &expected_completions, true); in hws_bwc_rule_update_sync()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 96 static long packets, bytes, completions, expected_completions; variable 219 expected_completions++; in do_sendmsg() 474 while (completions < expected_completions && in do_recv_remaining_completions() 480 if (completions < expected_completions) in do_recv_remaining_completions() 482 completions, expected_completions); in do_recv_remaining_completions()
|