Searched refs:expected_completions (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/ |
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()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_bwc.c | 417 u32 expected_completions = 1; in hws_bwc_rule_create_sync() local 426 ret = hws_bwc_queue_poll(ctx, rule_attr->queue_id, &expected_completions, true); in hws_bwc_rule_create_sync() 439 u32 expected_completions = 1; in hws_bwc_rule_update_sync() local 449 ret = hws_bwc_queue_poll(ctx, rule_attr->queue_id, &expected_completions, true); in hws_bwc_rule_update_sync()
|