Lines Matching refs:iteration
49 __be16 iteration;
347 /* Check that iteration matches */
348 if (received.iteration != payload->iteration) {
350 "saw RX packet from iteration %d (wanted %d) in "
351 "%s loopback test\n", ntohs(received.iteration),
352 ntohs(payload->iteration), LOOPBACK_MODE(efx));
378 /* Initialise an efx_selftest_state for a new iteration */
406 payload->iteration = htons(ntohs(payload->iteration) + 1);