Searched refs:expected (Results 301 - 315 of 315) sorted by relevance

<<111213

/linux-master/drivers/net/ethernet/sfc/
H A Def10.c2685 unsigned int actual, unsigned int expected)
2687 unsigned int dropped = (actual - expected) & rx_queue->ptr_mask;
2691 "dropped %d events (index=%d expected=%d)\n",
2692 dropped, actual, expected);
3853 /* expected not available on unprivileged functions */
2684 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, unsigned int actual, unsigned int expected) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c198 /* if (s & RQ_DONE): not expected */
199 /* if (!(s & RQ_NET_MASK)): not expected */
211 drbd_err(connection, "BAD! BarrierAck #%u received, expected #%u!\n",
217 drbd_err(connection, "BAD! BarrierAck #%u received with n_writes=%u, expected n_writes=%u!\n",
2023 drbd_err(device, "ASSERT FAILED: receiver t_state == %d expected 0.\n",
2262 bool expected; local
2264 expected =
2270 if (!expected)
3263 drbd_err(device, "unexpected bm_bytes_per_bit: %u (expected %u)\n",
3286 drbd_err(device, "unexpected bm_offset: %d (expected
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_color.c2119 const struct drm_property_blob *lut, int expected)
2127 if (len != expected) {
2128 drm_dbg_kms(&i915->drm, "Invalid LUT size; got %d, expected %d\n",
2129 len, expected);
2118 check_lut_size(struct drm_i915_private *i915, const struct drm_property_blob *lut, int expected) argument
H A Dintel_cx0_phy.c3035 u8 expected = mpllb_sw_state->pll[i]; local
3037 I915_STATE_WARN(i915, mpllb_hw_state->pll[i] != expected,
3038 "[CRTC:%d:%s] mismatch in C10MPLLB: Register[%d] (expected 0x%02x, found 0x%02x)",
3040 expected, mpllb_hw_state->pll[i]);
3044 "[CRTC:%d:%s] mismatch in C10MPLLB: Register TX0 (expected 0x%02x, found 0x%02x)",
3049 "[CRTC:%d:%s] mismatch in C10MPLLB: Register CMN0 (expected 0x%02x, found 0x%02x)",
3084 "[CRTC:%d:%s] mismatch in C20: Register CLOCK (expected %d, found %d)",
3089 "[CRTC:%d:%s] mismatch in C20: Register MPLLB selection (expected %d, found %d)",
3096 "[CRTC:%d:%s] mismatch in C20MPLLB: Register[%d] (expected 0x%04x, found 0x%04x)",
3103 "[CRTC:%d:%s] mismatch in C20MPLLA: Register[%d] (expected
[all...]
/linux-master/fs/nfs/
H A Dnfs4xdr.c960 uint32_t replen; /* expected reply words */
1035 /* initialize running count of expected bytes in reply.
3218 static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected, argument
3229 if (unlikely(opnum != expected))
3241 trace_nfs4_xdr_bad_operation(xdr, opnum, expected);
3249 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) argument
3253 __decode_op_hdr(xdr, expected, &retval);
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c1563 "expected 0x%x vs actual 0x%x\n",
1566 mr_status.sig_err.expected,
/linux-master/drivers/nvme/host/
H A Drdma.c2110 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",
2111 mr_status.sig_err.err_type, mr_status.sig_err.expected,
/linux-master/tools/testing/ktest/
H A Dktest.pl396 The box is expected to have ssh on normal bootup, provide the user
3399 fail "Bad config succeeded when expected to fail!";
3408 fail "Good config failed when expected to succeed!";
/linux-master/drivers/nvme/target/
H A Drdma.c561 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",
563 mr_status.sig_err.expected,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh837 fail_test "got $count current establish[s] expected $cestab"
1052 # of the maximum expected cwin value, or the
1117 fail_test "got $count data checksum error[s] expected $csum_ns1"
1130 fail_test "got $count data checksum error[s] expected $csum_ns2"
1174 fail_test "got $count MP_FAIL[s] TX expected $fail_tx"
1188 fail_test "got $count MP_FAIL[s] RX expected $fail_rx"
1218 fail_test "got $count MP_FASTCLOSE[s] TX expected $fclose_tx"
1229 fail_test "got $count MP_FASTCLOSE[s] RX expected $fclose_rx"
1257 # accept more rst than expected except if we don't expect any
1260 fail_test "got $count MP_RST[s] TX expected
[all...]
/linux-master/crypto/
H A Dtestmgr.c667 * @expected_output: buffer containing the expected output
3853 ret = memcmp(test->expected, buf, test->expectedlen);
4178 /* verify that encrypted message is equal to expected */
/linux-master/kernel/bpf/
H A Dverifier.c3871 * . helper_call(.., scalar, ...) where ARG_CONST is expected
4238 * is expected for global funcs, but only if
5280 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name);
5466 verbose(env, "kptr access misaligned expected=%u off=%llu\n",
7368 verbose(env, "expected=%s\n", reg_type_str(env, PTR_TO_STACK));
7769 /* Fold modifiers (in this case, MEM_RDONLY) when checking expected type */
7835 verbose(env, "expected uninitialized iter_%s as arg #%d\n",
7857 verbose(env, "expected an initialized iter_%s as arg #%d\n",
7861 verbose(env, "expected an RCU CS when using %s\n", meta->func_name);
8280 enum bpf_reg_type expected, typ local
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c2560 * Store the expected generation for seed devices in device items.
4113 bctl->stat.expected++;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1295 u32 expected, u32 poll_count)
1300 while ((val = REG_RD(bp, reg)) != expected && cur_cnt--)
1294 bnx2x_flr_clnup_reg_poll(struct bnx2x *bp, u32 reg, u32 expected, u32 poll_count) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S6642 # instead of inside sasin() as expected.
10065 # algorithm just got done playing with fp0 and expected no exceptions

Completed in 511 milliseconds

<<111213