Searched refs:ECOMM (Results 1 - 25 of 58) sorted by path

123

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h90 #define ECOMM 109 /* Communication error on send */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h48 #define ECOMM 70 /* Communication error on send */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h59 #define ECOMM 85 /* Communication error on send */ macro
/linux-master/drivers/usb/host/
H A Dfhci-q.c34 return -ECOMM;
/linux-master/include/uapi/asm-generic/
H A Derrno.h53 #define ECOMM 70 /* Communication error on send */ macro
/linux-master/net/nfc/nci/
H A Dlib.c62 return -ECOMM;
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h90 #define ECOMM 109 /* Communication error on send */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h48 #define ECOMM 70 /* Communication error on send */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h59 #define ECOMM 85 /* Communication error on send */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h53 #define ECOMM 70 /* Communication error on send */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h32 #define ECOMM 60 /* Communication error on send */ macro
/linux-master/drivers/firmware/arm_scmi/
H A Dcommon.h57 -ECOMM, /* SCMI_ERR_COMMS */
/linux-master/drivers/fsi/
H A Dfsi-occ.c301 return -ECOMM;
374 return -ECOMM;
435 return -ECOMM;
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c2176 return -ECOMM;
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c71 return -ECOMM;
190 KUNIT_EXPECT_EQ(test, -ECOMM, relay_send_transaction(relay, txn));
/linux-master/drivers/infiniband/core/
H A Dmad.c2603 ret = -ECOMM;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c414 if (likely(!ret) || ret == -EBUSY || ret == -ECOMM)
495 if (ret == -EBUSY || ret == -ECOMM)
H A Dpio.c1406 * Return a pointer to a PIO buffer, NULL if not enough room, -ECOMM
1423 return ERR_PTR(-ECOMM);
H A Dsdma.c2351 * -EIOCBQUEUED - tx queued to iowait, -ECOMM bad sdma state
2392 ret = -ECOMM;
2430 * -EIOCBQUEUED - tx queued to iowait, -ECOMM bad sdma state
2490 ret = -ECOMM;
H A Duser_sdma.c517 ret = -ECOMM;
H A Dverbs.c854 if (ret == -ECOMM)
H A Dvnic_sdma.c133 int ret = -ECOMM;
157 /* When -ECOMM, sdma callback will be called with ABORT status */
158 if (unlikely(ret && unlikely(ret != -ECOMM)))
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c1336 return -ECOMM;
1343 return -ECOMM;
1370 return -ECOMM;
1396 /* why not -ECOMM like qib_user_sdma_push_pkts() below? */
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c3077 * -ECOMM no connection to the server
3082 return -ECOMM;
/linux-master/drivers/input/misc/
H A Datmel_captouch.c115 return -ECOMM;

Completed in 431 milliseconds

123