Searched refs:EPIPE (Results 1 - 25 of 299) sorted by last modified time

1234567891011>>

/linux-master/net/mptcp/
H A Dprotocol.c1821 ret = -EPIPE;
2580 WRITE_ONCE(sk->sk_err, EPIPE);
/linux-master/net/ipv4/
H A Daf_inet.c713 err = -EPIPE;
H A Dtcp.c1131 err = -EPIPE;
/linux-master/net/core/
H A Dskmsg.c685 sk_psock_report_error(psock, ret ? -ret : EPIPE);
H A Dsock.c2779 err = -EPIPE;
/linux-master/drivers/nvme/target/
H A Dtcp.c402 if (status == -EPIPE || status == -ECONNRESET)
/linux-master/net/sunrpc/
H A Dxprtsock.c982 case -EPIPE:
1059 case -EPIPE:
1166 case -EPIPE:
/linux-master/net/ax25/
H A Daf_ax25.c1516 err = -EPIPE;
1589 * we ought to SIGPIPE, EPIPE
/linux-master/include/net/
H A Dsock.h1152 __rc = __dis == __sk->sk_disconnects ? __condition : -EPIPE; \
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c559 ret = -EPIPE;
758 if (!(ret == -EDEADLK || ret == -EPIPE || ret == -ENODEV))
1092 return -EPIPE;
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c519 return -EPIPE;
/linux-master/fs/bcachefs/
H A Dthread_with_file.c173 ret = -EPIPE;
/linux-master/drivers/usb/host/
H A Dxhci-ring.c1140 * Proper error code is unknown here, it would be -EPIPE if device side
1143 * next transfer, which then will return -EPIPE, and device side stall is
2684 status = -EPIPE;
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1624 status = -EPIPE;
/linux-master/drivers/usb/dwc2/
H A Dhcd_ddma.c1070 urb->status = -EPIPE;
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c192 case -EPIPE:
194 "nonzero urb status received: -EPIPE\n");
211 * Avoid propagating -EPIPE (stall) to userspace since it is
214 if (desc->rerr == 0 && status != -EPIPE)
264 case -EPIPE:
/linux-master/net/unix/
H A Daf_unix.c2084 err = -EPIPE;
2105 err = -EPIPE;
2214 return -EPIPE;
2362 err = -EPIPE;
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c569 return -EPIPE;
/linux-master/net/bluetooth/
H A Dhci_sock.c70 return ERR_PTR(-EPIPE);
836 sk->sk_err = EPIPE;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c995 if (unlikely(ret == -EPIPE)) {
1023 if (unlikely(ret == -EPIPE)) {
2173 if (unlikely(ret == -EPIPE))
3881 if (ret == -EPIPE) {
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c268 case -EPIPE:
/linux-master/drivers/usb/dwc3/
H A Dgadget.c2048 dwc3_gadget_giveback(dep, req, -EPIPE);
/linux-master/drivers/usb/core/
H A Dhub.c585 (status == -ETIMEDOUT || status == -EPIPE); i++) {
603 (status == -ETIMEDOUT || status == -EPIPE); i++) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c3975 rc = -EPIPE;
4135 rc = -EPIPE;
4344 return -EPIPE;
4483 rc = -EPIPE;
4528 return -EPIPE;
4540 return -EPIPE;
4618 return -EPIPE;
/linux-master/drivers/ata/
H A Dlibata-eh.c2953 } else if (rc == -EPIPE)

Completed in 612 milliseconds

1234567891011>>